2024-09-13 09:28:29.416 +05:30 WRN Using an in-memory repository. Keys will not be persisted to storage. 2024-09-13 09:28:29.478 +05:30 WRN Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. 2024-09-13 09:28:29.496 +05:30 INF Creating key {c5c9139d-0961-42a3-8c16-03f7e2159273} with creation date 2024-09-13 03:58:29Z, activation date 2024-09-13 03:58:29Z, and expiration date 2024-12-12 03:58:29Z. 2024-09-13 09:28:29.508 +05:30 WRN No XML encryptor configured. Key {c5c9139d-0961-42a3-8c16-03f7e2159273} may be persisted to storage in unencrypted form. 2024-09-13 09:28:29.685 +05:30 INF Application started. Press Ctrl+C to shut down. 2024-09-13 09:28:29.686 +05:30 INF Hosting environment: Production 2024-09-13 09:28:29.686 +05:30 INF Content root path: C:\inetpub\wwwroot\SangSecurityAPI 2024-09-13 09:28:29.698 +05:30 a78e0513-6b5f-40cb-9e7d-b941e188f11e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MTUyNjkzLCJleHAiOjE3MjYxNTM1OTMsImlhdCI6MTcyNjE1MjY5M30.qLXO_gc1aBF7JkFysVSjITYvgK4SLsvAku6Kj5TYGCU - null null 2024-09-13 09:28:29.761 +05:30 a78e0513-6b5f-40cb-9e7d-b941e188f11e INF CORS policy execution successful. 2024-09-13 09:28:29.781 +05:30 a78e0513-6b5f-40cb-9e7d-b941e188f11e INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MTUyNjkzLCJleHAiOjE3MjYxNTM1OTMsImlhdCI6MTcyNjE1MjY5M30.qLXO_gc1aBF7JkFysVSjITYvgK4SLsvAku6Kj5TYGCU Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 09:28:29.824 +05:30 c07964bd-0ea0-4b20-bb98-b6258ca745f0 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 09:28:29.867 +05:30 c07964bd-0ea0-4b20-bb98-b6258ca745f0 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 09:28:30.047 +05:30 c07964bd-0ea0-4b20-bb98-b6258ca745f0 INF Executing BadRequestObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 09:28:30.164 +05:30 c07964bd-0ea0-4b20-bb98-b6258ca745f0 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 292.5129ms 2024-09-13 09:28:30.168 +05:30 c07964bd-0ea0-4b20-bb98-b6258ca745f0 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 09:28:30.168 +05:30 c07964bd-0ea0-4b20-bb98-b6258ca745f0 INF HTTP Response: StatusCode: 400 Headers: {X-Correlation-Id: a78e0513-6b5f-40cb-9e7d-b941e188f11e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 90} Body: {"status":"Failure","statusCode":4000,"message":"Refresh token has expired","result":null} 2024-09-13 09:28:30.179 +05:30 c07964bd-0ea0-4b20-bb98-b6258ca745f0 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MTUyNjkzLCJleHAiOjE3MjYxNTM1OTMsImlhdCI6MTcyNjE1MjY5M30.qLXO_gc1aBF7JkFysVSjITYvgK4SLsvAku6Kj5TYGCU - 400 90 application/json; charset=utf-8 482.4774ms 2024-09-13 09:29:11.067 +05:30 9facf381-ef80-4bcd-8a41-8f7206a0933f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=Steffy - null null 2024-09-13 09:29:11.076 +05:30 9facf381-ef80-4bcd-8a41-8f7206a0933f INF CORS policy execution successful. 2024-09-13 09:29:11.079 +05:30 9facf381-ef80-4bcd-8a41-8f7206a0933f INF HTTP request: Path: /login/getcompany QueryString: ?userName=Steffy Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 09:29:11.081 +05:30 4553ed42-2bb8-456a-ab0b-bd5068ae185a INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 09:29:11.089 +05:30 4553ed42-2bb8-456a-ab0b-bd5068ae185a INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 09:29:11.540 +05:30 4553ed42-2bb8-456a-ab0b-bd5068ae185a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 09:29:11.542 +05:30 4553ed42-2bb8-456a-ab0b-bd5068ae185a INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 452.7801ms 2024-09-13 09:29:11.543 +05:30 4553ed42-2bb8-456a-ab0b-bd5068ae185a INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 09:29:11.544 +05:30 4553ed42-2bb8-456a-ab0b-bd5068ae185a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9facf381-ef80-4bcd-8a41-8f7206a0933f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 179} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"},{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 09:29:11.547 +05:30 4553ed42-2bb8-456a-ab0b-bd5068ae185a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=Steffy - 200 179 application/json; charset=utf-8 480.1724ms 2024-09-13 09:29:16.242 +05:30 b0170fa7-230f-41aa-bb11-14689d2c5ec3 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 09:29:16.247 +05:30 b0170fa7-230f-41aa-bb11-14689d2c5ec3 INF CORS policy execution successful. 2024-09-13 09:29:16.248 +05:30 b0170fa7-230f-41aa-bb11-14689d2c5ec3 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 6.5352ms 2024-09-13 09:29:16.296 +05:30 e46cba38-5f1d-4e2e-94ca-80dab8cbfa3b INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 113 2024-09-13 09:29:16.297 +05:30 e46cba38-5f1d-4e2e-94ca-80dab8cbfa3b INF CORS policy execution successful. 2024-09-13 09:29:16.298 +05:30 e46cba38-5f1d-4e2e-94ca-80dab8cbfa3b INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Content-Length: 113}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"Steffy","password":"1Cq38fb1YqVqkFchNqRfJg==","entityId":8,"Company Name":"Entity10"} 2024-09-13 09:29:16.300 +05:30 23a7615b-fe11-4bcc-9435-bb8f78669c97 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 09:29:16.305 +05:30 23a7615b-fe11-4bcc-9435-bb8f78669c97 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 09:29:16.410 +05:30 23a7615b-fe11-4bcc-9435-bb8f78669c97 INF Database retrieved 2024-09-13 09:29:16.487 +05:30 23a7615b-fe11-4bcc-9435-bb8f78669c97 INF Token generated 2024-09-13 09:29:16.489 +05:30 23a7615b-fe11-4bcc-9435-bb8f78669c97 INF Token generated 2024-09-13 09:29:16.492 +05:30 23a7615b-fe11-4bcc-9435-bb8f78669c97 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 09:29:16.493 +05:30 23a7615b-fe11-4bcc-9435-bb8f78669c97 INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 187.2922ms 2024-09-13 09:29:16.493 +05:30 23a7615b-fe11-4bcc-9435-bb8f78669c97 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 09:29:16.493 +05:30 23a7615b-fe11-4bcc-9435-bb8f78669c97 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e46cba38-5f1d-4e2e-94ca-80dab8cbfa3b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 884} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MTk5OTU2LCJleHAiOjE3MjYyMDA1NTYsImlhdCI6MTcyNjE5OTk1Nn0.L8Laun3riCU9vsD0cIerIint9v_ezlIbFqoNCk_LNkY\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MTk5OTU2LCJleHAiOjE3MjYyMDA4NTYsImlhdCI6MTcyNjE5OTk1Nn0.WKcoBjiBB-OQhEBAVGittyPw4AMfXUdmW0Ja23g-s7c\"}"} 2024-09-13 09:29:16.494 +05:30 23a7615b-fe11-4bcc-9435-bb8f78669c97 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 884 application/json; charset=utf-8 197.6261ms 2024-09-13 09:29:29.282 +05:30 1a17fcf8-9e5e-41d6-a266-f81be9613f52 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 09:29:29.285 +05:30 1a17fcf8-9e5e-41d6-a266-f81be9613f52 INF CORS policy execution successful. 2024-09-13 09:29:29.287 +05:30 1a17fcf8-9e5e-41d6-a266-f81be9613f52 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 4.6169ms 2024-09-13 09:29:29.333 +05:30 45c52b8e-dd89-4aee-9391-75cc75f0413a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 09:29:29.377 +05:30 45c52b8e-dd89-4aee-9391-75cc75f0413a INF CORS policy execution successful. 2024-09-13 09:29:29.378 +05:30 45c52b8e-dd89-4aee-9391-75cc75f0413a INF HTTP request: Path: /profile/getprofilesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MTk5OTU2LCJleHAiOjE3MjYyMDA1NTYsImlhdCI6MTcyNjE5OTk1Nn0.L8Laun3riCU9vsD0cIerIint9v_ezlIbFqoNCk_LNkY}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 09:29:29.385 +05:30 5685bc69-1aaf-4522-891f-2fda18a996b8 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 09:29:29.393 +05:30 5685bc69-1aaf-4522-891f-2fda18a996b8 INF Route matched with {action = "GetProfileSummary", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 09:29:29.492 +05:30 5685bc69-1aaf-4522-891f-2fda18a996b8 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 09:29:29.493 +05:30 5685bc69-1aaf-4522-891f-2fda18a996b8 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api) in 100.1359ms 2024-09-13 09:29:29.494 +05:30 5685bc69-1aaf-4522-891f-2fda18a996b8 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 09:29:29.494 +05:30 5685bc69-1aaf-4522-891f-2fda18a996b8 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 45c52b8e-dd89-4aee-9391-75cc75f0413a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 779} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":6,\"Name\":\"Test_Steffy_Profile2\",\"CreatedOn\":\"2024-09-12T12:00:29.167\",\"ModifiedOn\":null},{\"IId\":5,\"Name\":\"Test_Steffy_Profile\",\"CreatedOn\":\"2024-09-12T03:49:55.283\",\"ModifiedOn\":\"09/12/2024 14:56:25\"},{\"IId\":4,\"Name\":\"testProfile\",\"CreatedOn\":\"2024-09-11T09:05:40.767\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:42:19.627\",\"ModifiedOn\":\"09/12/2024 05:35:34\"},{\"IId\":2,\"Name\":\"Test Gokul\",\"CreatedOn\":\"2024-09-11T08:41:24.593\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"FullAccess\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":6,\"TotalPages\":1}]}"} 2024-09-13 09:29:29.495 +05:30 5685bc69-1aaf-4522-891f-2fda18a996b8 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 200 779 application/json; charset=utf-8 161.4466ms 2024-09-13 09:29:40.047 +05:30 003db8a8-094d-4252-b3b3-6ea3ebce1e8e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=6 - null null 2024-09-13 09:29:40.048 +05:30 003db8a8-094d-4252-b3b3-6ea3ebce1e8e INF CORS policy execution successful. 2024-09-13 09:29:40.049 +05:30 003db8a8-094d-4252-b3b3-6ea3ebce1e8e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=6 - 204 null null 2.4123ms 2024-09-13 09:29:40.097 +05:30 5be56679-462e-48b1-b65b-6335f391eb18 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=6 - null null 2024-09-13 09:29:40.099 +05:30 5be56679-462e-48b1-b65b-6335f391eb18 INF CORS policy execution successful. 2024-09-13 09:29:40.100 +05:30 5be56679-462e-48b1-b65b-6335f391eb18 INF HTTP request: Path: /profile/getprofiledetails QueryString: ?profileId=6 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MTk5OTU2LCJleHAiOjE3MjYyMDA1NTYsImlhdCI6MTcyNjE5OTk1Nn0.L8Laun3riCU9vsD0cIerIint9v_ezlIbFqoNCk_LNkY}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 09:29:40.105 +05:30 5d392a74-b0f8-421f-b8df-a97df6710194 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api)' 2024-09-13 09:29:40.112 +05:30 5d392a74-b0f8-421f-b8df-a97df6710194 INF Route matched with {action = "GetProfileDetails", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileDetails(Int32) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 09:29:40.153 +05:30 5d392a74-b0f8-421f-b8df-a97df6710194 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 09:29:40.163 +05:30 5d392a74-b0f8-421f-b8df-a97df6710194 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api) in 50.8736ms 2024-09-13 09:29:40.163 +05:30 5d392a74-b0f8-421f-b8df-a97df6710194 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api)' 2024-09-13 09:29:40.164 +05:30 5d392a74-b0f8-421f-b8df-a97df6710194 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 5be56679-462e-48b1-b65b-6335f391eb18}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 19172} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"ProfileDetails\":[{\"ProfileId\":6,\"ProfileName\":\"Test_Steffy_Profile2\",\"BusinessEntity\":3,\"BusinessEntityName\":\"Entity3\",\"ParentId\":0,\"ParentName\":\" \",\"Remarks\":\"Testing Purpose\"}],\"SelectedRestrictions\":[{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":7,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":8,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":9,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":10,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":11,\"ActionName\":\"Excel \"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":12,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":22,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":13,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":14,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":15,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":16,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":17,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":18,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":19,\"ActionName\":\"EditUsersCreatedbyOthers\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":20,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":21,\"ActionName\":\"UnlockUser\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":26,\"ActionName\":\"DeleteUsersCreatedbyOthers\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"}]}"} 2024-09-13 09:29:40.167 +05:30 5d392a74-b0f8-421f-b8df-a97df6710194 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=6 - 200 19172 application/json; charset=utf-8 70.1961ms 2024-09-13 09:29:40.343 +05:30 9291e4e2-c7b2-4697-a9d6-69e4e510a71f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 09:29:40.343 +05:30 9291e4e2-c7b2-4697-a9d6-69e4e510a71f INF CORS policy execution successful. 2024-09-13 09:29:40.344 +05:30 9291e4e2-c7b2-4697-a9d6-69e4e510a71f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 204 null null 0.8205ms 2024-09-13 09:29:40.389 +05:30 e10e9e2a-87ab-402d-a75f-bb370cf3b7a5 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 09:29:40.390 +05:30 e10e9e2a-87ab-402d-a75f-bb370cf3b7a5 INF CORS policy execution successful. 2024-09-13 09:29:40.390 +05:30 e10e9e2a-87ab-402d-a75f-bb370cf3b7a5 INF HTTP request: Path: /profile/getprofilegroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MTk5OTU2LCJleHAiOjE3MjYyMDA1NTYsImlhdCI6MTcyNjE5OTk1Nn0.L8Laun3riCU9vsD0cIerIint9v_ezlIbFqoNCk_LNkY}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 09:29:40.392 +05:30 95109d48-e307-40b2-9719-9df9534880ad INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 09:29:40.396 +05:30 95109d48-e307-40b2-9719-9df9534880ad INF Route matched with {action = "GetProfileGroups", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileGroups() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 09:29:40.418 +05:30 95109d48-e307-40b2-9719-9df9534880ad INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 09:29:40.419 +05:30 95109d48-e307-40b2-9719-9df9534880ad INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api) in 22.8583ms 2024-09-13 09:29:40.420 +05:30 95109d48-e307-40b2-9719-9df9534880ad INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 09:29:40.420 +05:30 95109d48-e307-40b2-9719-9df9534880ad INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: e10e9e2a-87ab-402d-a75f-bb370cf3b7a5}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 84} Body: {"status":"Failure","statusCode":3001,"message":"Record(s) Not Found","result":null} 2024-09-13 09:29:40.422 +05:30 95109d48-e307-40b2-9719-9df9534880ad INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 404 84 application/json; charset=utf-8 32.4148ms 2024-09-13 09:29:40.638 +05:30 fd4cb4d0-3782-4368-a4f8-dd92e4d3931c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 09:29:40.639 +05:30 fd4cb4d0-3782-4368-a4f8-dd92e4d3931c INF CORS policy execution successful. 2024-09-13 09:29:40.640 +05:30 fd4cb4d0-3782-4368-a4f8-dd92e4d3931c INF HTTP request: Path: /profile/getprofilegroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MTk5OTU2LCJleHAiOjE3MjYyMDA1NTYsImlhdCI6MTcyNjE5OTk1Nn0.L8Laun3riCU9vsD0cIerIint9v_ezlIbFqoNCk_LNkY}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 09:29:40.640 +05:30 c0b04b50-911e-4c3d-9ae9-dec42c307d4d INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 09:29:40.640 +05:30 c0b04b50-911e-4c3d-9ae9-dec42c307d4d INF Route matched with {action = "GetProfileGroups", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileGroups() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 09:29:40.748 +05:30 c0b04b50-911e-4c3d-9ae9-dec42c307d4d INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 09:29:40.749 +05:30 c0b04b50-911e-4c3d-9ae9-dec42c307d4d INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api) in 108.5544ms 2024-09-13 09:29:40.749 +05:30 c0b04b50-911e-4c3d-9ae9-dec42c307d4d INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 09:29:40.750 +05:30 c0b04b50-911e-4c3d-9ae9-dec42c307d4d INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: fd4cb4d0-3782-4368-a4f8-dd92e4d3931c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 84} Body: {"status":"Failure","statusCode":3001,"message":"Record(s) Not Found","result":null} 2024-09-13 09:29:40.750 +05:30 c0b04b50-911e-4c3d-9ae9-dec42c307d4d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 404 84 application/json; charset=utf-8 112.2587ms 2024-09-13 09:30:11.875 +05:30 75a0e389-4f00-4d9b-afad-a4c1af546a70 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 09:30:11.877 +05:30 75a0e389-4f00-4d9b-afad-a4c1af546a70 INF CORS policy execution successful. 2024-09-13 09:30:11.878 +05:30 75a0e389-4f00-4d9b-afad-a4c1af546a70 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 3.8042ms 2024-09-13 09:30:11.926 +05:30 1159e7f3-0ee9-481f-9e6f-a7299606b980 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 09:30:11.928 +05:30 1159e7f3-0ee9-481f-9e6f-a7299606b980 INF CORS policy execution successful. 2024-09-13 09:30:11.929 +05:30 1159e7f3-0ee9-481f-9e6f-a7299606b980 INF HTTP request: Path: /profile/getprofilesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MTk5OTU2LCJleHAiOjE3MjYyMDA1NTYsImlhdCI6MTcyNjE5OTk1Nn0.L8Laun3riCU9vsD0cIerIint9v_ezlIbFqoNCk_LNkY}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 09:30:11.930 +05:30 9ee28400-ebb8-4975-90f3-9ced8a3a834e INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 09:30:11.931 +05:30 9ee28400-ebb8-4975-90f3-9ced8a3a834e INF Route matched with {action = "GetProfileSummary", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 09:30:11.960 +05:30 9ee28400-ebb8-4975-90f3-9ced8a3a834e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 09:30:11.961 +05:30 9ee28400-ebb8-4975-90f3-9ced8a3a834e INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api) in 29.2176ms 2024-09-13 09:30:11.961 +05:30 9ee28400-ebb8-4975-90f3-9ced8a3a834e INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 09:30:11.961 +05:30 9ee28400-ebb8-4975-90f3-9ced8a3a834e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 1159e7f3-0ee9-481f-9e6f-a7299606b980}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 779} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":6,\"Name\":\"Test_Steffy_Profile2\",\"CreatedOn\":\"2024-09-12T12:00:29.167\",\"ModifiedOn\":null},{\"IId\":5,\"Name\":\"Test_Steffy_Profile\",\"CreatedOn\":\"2024-09-12T03:49:55.283\",\"ModifiedOn\":\"09/12/2024 14:56:25\"},{\"IId\":4,\"Name\":\"testProfile\",\"CreatedOn\":\"2024-09-11T09:05:40.767\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:42:19.627\",\"ModifiedOn\":\"09/12/2024 05:35:34\"},{\"IId\":2,\"Name\":\"Test Gokul\",\"CreatedOn\":\"2024-09-11T08:41:24.593\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"FullAccess\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":6,\"TotalPages\":1}]}"} 2024-09-13 09:30:11.962 +05:30 9ee28400-ebb8-4975-90f3-9ced8a3a834e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 200 779 application/json; charset=utf-8 35.7207ms 2024-09-13 09:30:17.181 +05:30 47546f55-7f60-4bda-a75d-592c1f092115 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=5 - null null 2024-09-13 09:30:17.182 +05:30 47546f55-7f60-4bda-a75d-592c1f092115 INF CORS policy execution successful. 2024-09-13 09:30:17.184 +05:30 47546f55-7f60-4bda-a75d-592c1f092115 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=5 - 204 null null 2.7449ms 2024-09-13 09:30:17.237 +05:30 e24220a8-c95b-4f91-b2aa-1820fd579d90 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=5 - null null 2024-09-13 09:30:17.240 +05:30 e24220a8-c95b-4f91-b2aa-1820fd579d90 INF CORS policy execution successful. 2024-09-13 09:30:17.241 +05:30 e24220a8-c95b-4f91-b2aa-1820fd579d90 INF HTTP request: Path: /profile/getprofiledetails QueryString: ?profileId=5 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MTk5OTU2LCJleHAiOjE3MjYyMDA1NTYsImlhdCI6MTcyNjE5OTk1Nn0.L8Laun3riCU9vsD0cIerIint9v_ezlIbFqoNCk_LNkY}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 09:30:17.242 +05:30 495c979e-3524-4658-8c88-2752da16e836 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api)' 2024-09-13 09:30:17.243 +05:30 495c979e-3524-4658-8c88-2752da16e836 INF Route matched with {action = "GetProfileDetails", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileDetails(Int32) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 09:30:17.296 +05:30 495c979e-3524-4658-8c88-2752da16e836 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 09:30:17.297 +05:30 495c979e-3524-4658-8c88-2752da16e836 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api) in 54.3809ms 2024-09-13 09:30:17.298 +05:30 495c979e-3524-4658-8c88-2752da16e836 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api)' 2024-09-13 09:30:17.298 +05:30 495c979e-3524-4658-8c88-2752da16e836 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e24220a8-c95b-4f91-b2aa-1820fd579d90}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 19265} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"ProfileDetails\":[{\"ProfileId\":5,\"ProfileName\":\"Test_Steffy_Profile\",\"BusinessEntity\":3,\"BusinessEntityName\":\"Entity3\",\"ParentId\":0,\"ParentName\":\" \",\"Remarks\":\"Testing Purpose\"}],\"SelectedRestrictions\":[{\"ProfileId\":5,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":7,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":8,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":9,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":10,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":11,\"ActionName\":\"Excel \"},{\"ProfileId\":5,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":12,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":22,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":13,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":14,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":15,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":16,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":17,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":18,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":20,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":21,\"ActionName\":\"UnlockUser\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":26,\"ActionName\":\"DeleteUsersCreatedbyOthers\"},{\"ProfileId\":5,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"}]}"} 2024-09-13 09:30:17.300 +05:30 495c979e-3524-4658-8c88-2752da16e836 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=5 - 200 19265 application/json; charset=utf-8 62.5293ms 2024-09-13 09:30:17.532 +05:30 80aadb37-a0f4-415a-bb2d-f2406acd1de9 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 09:30:17.532 +05:30 80aadb37-a0f4-415a-bb2d-f2406acd1de9 INF CORS policy execution successful. 2024-09-13 09:30:17.533 +05:30 80aadb37-a0f4-415a-bb2d-f2406acd1de9 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 204 null null 1.3227ms 2024-09-13 09:30:17.580 +05:30 436545b6-7c8a-444a-ad66-73472cc2eba4 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 09:30:17.581 +05:30 436545b6-7c8a-444a-ad66-73472cc2eba4 INF CORS policy execution successful. 2024-09-13 09:30:17.581 +05:30 436545b6-7c8a-444a-ad66-73472cc2eba4 INF HTTP request: Path: /profile/getprofilegroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MTk5OTU2LCJleHAiOjE3MjYyMDA1NTYsImlhdCI6MTcyNjE5OTk1Nn0.L8Laun3riCU9vsD0cIerIint9v_ezlIbFqoNCk_LNkY}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 09:30:17.582 +05:30 bf7cfc90-71fe-4d45-95f7-ac19337a44c0 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 09:30:17.582 +05:30 bf7cfc90-71fe-4d45-95f7-ac19337a44c0 INF Route matched with {action = "GetProfileGroups", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileGroups() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 09:30:17.593 +05:30 bf7cfc90-71fe-4d45-95f7-ac19337a44c0 INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 09:30:17.593 +05:30 bf7cfc90-71fe-4d45-95f7-ac19337a44c0 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api) in 10.6426ms 2024-09-13 09:30:17.593 +05:30 bf7cfc90-71fe-4d45-95f7-ac19337a44c0 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 09:30:17.593 +05:30 bf7cfc90-71fe-4d45-95f7-ac19337a44c0 INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: 436545b6-7c8a-444a-ad66-73472cc2eba4}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 84} Body: {"status":"Failure","statusCode":3001,"message":"Record(s) Not Found","result":null} 2024-09-13 09:30:17.594 +05:30 bf7cfc90-71fe-4d45-95f7-ac19337a44c0 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 404 84 application/json; charset=utf-8 14.1004ms 2024-09-13 09:30:18.229 +05:30 4ba84441-8bce-439c-a0ea-2fbde398129f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 09:30:18.230 +05:30 4ba84441-8bce-439c-a0ea-2fbde398129f INF CORS policy execution successful. 2024-09-13 09:30:18.231 +05:30 4ba84441-8bce-439c-a0ea-2fbde398129f INF HTTP request: Path: /profile/getprofilegroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MTk5OTU2LCJleHAiOjE3MjYyMDA1NTYsImlhdCI6MTcyNjE5OTk1Nn0.L8Laun3riCU9vsD0cIerIint9v_ezlIbFqoNCk_LNkY}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 09:30:18.231 +05:30 4e5b17df-9e29-4477-ae2d-cb842401e1f5 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 09:30:18.231 +05:30 4e5b17df-9e29-4477-ae2d-cb842401e1f5 INF Route matched with {action = "GetProfileGroups", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileGroups() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 09:30:18.244 +05:30 4e5b17df-9e29-4477-ae2d-cb842401e1f5 INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 09:30:18.245 +05:30 4e5b17df-9e29-4477-ae2d-cb842401e1f5 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api) in 13.0057ms 2024-09-13 09:30:18.245 +05:30 4e5b17df-9e29-4477-ae2d-cb842401e1f5 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 09:30:18.245 +05:30 4e5b17df-9e29-4477-ae2d-cb842401e1f5 INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: 4ba84441-8bce-439c-a0ea-2fbde398129f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 84} Body: {"status":"Failure","statusCode":3001,"message":"Record(s) Not Found","result":null} 2024-09-13 09:30:18.246 +05:30 4e5b17df-9e29-4477-ae2d-cb842401e1f5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 404 84 application/json; charset=utf-8 16.4196ms 2024-09-13 09:30:46.576 +05:30 65309e8a-4502-430e-bbe6-61f0588df24a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 09:30:46.578 +05:30 65309e8a-4502-430e-bbe6-61f0588df24a INF CORS policy execution successful. 2024-09-13 09:30:46.580 +05:30 65309e8a-4502-430e-bbe6-61f0588df24a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 3.8123ms 2024-09-13 09:30:46.717 +05:30 abe46d42-f419-414d-9bff-ed1ee74804ec INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 09:30:46.718 +05:30 abe46d42-f419-414d-9bff-ed1ee74804ec INF CORS policy execution successful. 2024-09-13 09:30:46.719 +05:30 abe46d42-f419-414d-9bff-ed1ee74804ec INF HTTP request: Path: /profile/getprofilesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MTk5OTU2LCJleHAiOjE3MjYyMDA1NTYsImlhdCI6MTcyNjE5OTk1Nn0.L8Laun3riCU9vsD0cIerIint9v_ezlIbFqoNCk_LNkY}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 09:30:46.719 +05:30 639f3b8a-634b-485d-9b7a-025c22ce15de INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 09:30:46.720 +05:30 639f3b8a-634b-485d-9b7a-025c22ce15de INF Route matched with {action = "GetProfileSummary", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 09:30:46.737 +05:30 639f3b8a-634b-485d-9b7a-025c22ce15de INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 09:30:46.737 +05:30 639f3b8a-634b-485d-9b7a-025c22ce15de INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api) in 17.8033ms 2024-09-13 09:30:46.738 +05:30 639f3b8a-634b-485d-9b7a-025c22ce15de INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 09:30:46.738 +05:30 639f3b8a-634b-485d-9b7a-025c22ce15de INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: abe46d42-f419-414d-9bff-ed1ee74804ec}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 779} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":6,\"Name\":\"Test_Steffy_Profile2\",\"CreatedOn\":\"2024-09-12T12:00:29.167\",\"ModifiedOn\":null},{\"IId\":5,\"Name\":\"Test_Steffy_Profile\",\"CreatedOn\":\"2024-09-12T03:49:55.283\",\"ModifiedOn\":\"09/12/2024 14:56:25\"},{\"IId\":4,\"Name\":\"testProfile\",\"CreatedOn\":\"2024-09-11T09:05:40.767\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:42:19.627\",\"ModifiedOn\":\"09/12/2024 05:35:34\"},{\"IId\":2,\"Name\":\"Test Gokul\",\"CreatedOn\":\"2024-09-11T08:41:24.593\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"FullAccess\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":6,\"TotalPages\":1}]}"} 2024-09-13 09:30:46.739 +05:30 639f3b8a-634b-485d-9b7a-025c22ce15de INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 200 779 application/json; charset=utf-8 22.0071ms 2024-09-13 09:30:58.443 +05:30 fcead9f0-82a9-4656-8a64-24acd4ae6c8f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 09:30:58.444 +05:30 fcead9f0-82a9-4656-8a64-24acd4ae6c8f INF CORS policy execution successful. 2024-09-13 09:30:58.445 +05:30 fcead9f0-82a9-4656-8a64-24acd4ae6c8f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 1.6301ms 2024-09-13 09:30:58.490 +05:30 353f39ef-8f7a-48dc-bafe-655d07b223ce INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 09:30:58.492 +05:30 353f39ef-8f7a-48dc-bafe-655d07b223ce INF CORS policy execution successful. 2024-09-13 09:30:58.492 +05:30 353f39ef-8f7a-48dc-bafe-655d07b223ce INF HTTP request: Path: /profile/getprofilesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MTk5OTU2LCJleHAiOjE3MjYyMDA1NTYsImlhdCI6MTcyNjE5OTk1Nn0.L8Laun3riCU9vsD0cIerIint9v_ezlIbFqoNCk_LNkY}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 09:30:58.493 +05:30 1aa2b050-236e-4f11-86fa-d7027f6b80ad INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 09:30:58.493 +05:30 1aa2b050-236e-4f11-86fa-d7027f6b80ad INF Route matched with {action = "GetProfileSummary", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 09:30:58.510 +05:30 1aa2b050-236e-4f11-86fa-d7027f6b80ad INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 09:30:58.511 +05:30 1aa2b050-236e-4f11-86fa-d7027f6b80ad INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api) in 17.4173ms 2024-09-13 09:30:58.511 +05:30 1aa2b050-236e-4f11-86fa-d7027f6b80ad INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 09:30:58.511 +05:30 1aa2b050-236e-4f11-86fa-d7027f6b80ad INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 353f39ef-8f7a-48dc-bafe-655d07b223ce}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 779} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":6,\"Name\":\"Test_Steffy_Profile2\",\"CreatedOn\":\"2024-09-12T12:00:29.167\",\"ModifiedOn\":null},{\"IId\":5,\"Name\":\"Test_Steffy_Profile\",\"CreatedOn\":\"2024-09-12T03:49:55.283\",\"ModifiedOn\":\"09/12/2024 14:56:25\"},{\"IId\":4,\"Name\":\"testProfile\",\"CreatedOn\":\"2024-09-11T09:05:40.767\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:42:19.627\",\"ModifiedOn\":\"09/12/2024 05:35:34\"},{\"IId\":2,\"Name\":\"Test Gokul\",\"CreatedOn\":\"2024-09-11T08:41:24.593\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"FullAccess\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":6,\"TotalPages\":1}]}"} 2024-09-13 09:30:58.512 +05:30 1aa2b050-236e-4f11-86fa-d7027f6b80ad INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 200 779 application/json; charset=utf-8 21.1448ms 2024-09-13 09:31:02.476 +05:30 4c3b3e10-a9ec-4975-bd60-a9a28a816ebe INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=5 - null null 2024-09-13 09:31:02.477 +05:30 4c3b3e10-a9ec-4975-bd60-a9a28a816ebe INF CORS policy execution successful. 2024-09-13 09:31:02.477 +05:30 4c3b3e10-a9ec-4975-bd60-a9a28a816ebe INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=5 - 204 null null 0.8663ms 2024-09-13 09:31:02.524 +05:30 3dfe7f84-9e04-4221-9183-4b18b57fe9da INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=5 - null null 2024-09-13 09:31:02.525 +05:30 3dfe7f84-9e04-4221-9183-4b18b57fe9da INF CORS policy execution successful. 2024-09-13 09:31:02.526 +05:30 3dfe7f84-9e04-4221-9183-4b18b57fe9da INF HTTP request: Path: /profile/getprofiledetails QueryString: ?profileId=5 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MTk5OTU2LCJleHAiOjE3MjYyMDA1NTYsImlhdCI6MTcyNjE5OTk1Nn0.L8Laun3riCU9vsD0cIerIint9v_ezlIbFqoNCk_LNkY}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 09:31:02.526 +05:30 e8ef375e-8c9e-468e-a211-8e1b4f1f5624 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api)' 2024-09-13 09:31:02.527 +05:30 e8ef375e-8c9e-468e-a211-8e1b4f1f5624 INF Route matched with {action = "GetProfileDetails", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileDetails(Int32) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 09:31:02.548 +05:30 e8ef375e-8c9e-468e-a211-8e1b4f1f5624 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 09:31:02.549 +05:30 e8ef375e-8c9e-468e-a211-8e1b4f1f5624 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api) in 22.447ms 2024-09-13 09:31:02.549 +05:30 e8ef375e-8c9e-468e-a211-8e1b4f1f5624 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api)' 2024-09-13 09:31:02.550 +05:30 e8ef375e-8c9e-468e-a211-8e1b4f1f5624 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3dfe7f84-9e04-4221-9183-4b18b57fe9da}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 19265} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"ProfileDetails\":[{\"ProfileId\":5,\"ProfileName\":\"Test_Steffy_Profile\",\"BusinessEntity\":3,\"BusinessEntityName\":\"Entity3\",\"ParentId\":0,\"ParentName\":\" \",\"Remarks\":\"Testing Purpose\"}],\"SelectedRestrictions\":[{\"ProfileId\":5,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":7,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":8,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":9,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":10,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":11,\"ActionName\":\"Excel \"},{\"ProfileId\":5,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":12,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":22,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":13,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":14,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":15,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":16,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":17,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":18,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":20,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":21,\"ActionName\":\"UnlockUser\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":26,\"ActionName\":\"DeleteUsersCreatedbyOthers\"},{\"ProfileId\":5,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"}]}"} 2024-09-13 09:31:02.551 +05:30 e8ef375e-8c9e-468e-a211-8e1b4f1f5624 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=5 - 200 19265 application/json; charset=utf-8 27.4716ms 2024-09-13 09:31:02.777 +05:30 e0e53066-ec48-4680-82ff-fa63b1fc07bf INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 09:31:02.777 +05:30 e0e53066-ec48-4680-82ff-fa63b1fc07bf INF CORS policy execution successful. 2024-09-13 09:31:02.778 +05:30 e0e53066-ec48-4680-82ff-fa63b1fc07bf INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 204 null null 0.8699ms 2024-09-13 09:31:02.822 +05:30 d2df15aa-e801-4563-ad48-60abfe609c9f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 09:31:02.823 +05:30 d2df15aa-e801-4563-ad48-60abfe609c9f INF CORS policy execution successful. 2024-09-13 09:31:02.823 +05:30 d2df15aa-e801-4563-ad48-60abfe609c9f INF HTTP request: Path: /profile/getprofilegroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MTk5OTU2LCJleHAiOjE3MjYyMDA1NTYsImlhdCI6MTcyNjE5OTk1Nn0.L8Laun3riCU9vsD0cIerIint9v_ezlIbFqoNCk_LNkY}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 09:31:02.824 +05:30 fc333014-4270-4f5c-a30e-c311c3289456 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 09:31:02.824 +05:30 fc333014-4270-4f5c-a30e-c311c3289456 INF Route matched with {action = "GetProfileGroups", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileGroups() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 09:31:02.833 +05:30 fc333014-4270-4f5c-a30e-c311c3289456 INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 09:31:02.834 +05:30 fc333014-4270-4f5c-a30e-c311c3289456 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api) in 9.9986ms 2024-09-13 09:31:02.834 +05:30 fc333014-4270-4f5c-a30e-c311c3289456 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 09:31:02.834 +05:30 fc333014-4270-4f5c-a30e-c311c3289456 INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: d2df15aa-e801-4563-ad48-60abfe609c9f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 84} Body: {"status":"Failure","statusCode":3001,"message":"Record(s) Not Found","result":null} 2024-09-13 09:31:02.835 +05:30 fc333014-4270-4f5c-a30e-c311c3289456 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 404 84 application/json; charset=utf-8 12.4279ms 2024-09-13 09:31:03.045 +05:30 ec5b3a82-59f5-4e1f-9a5f-2b8f31e759b7 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 09:31:03.046 +05:30 ec5b3a82-59f5-4e1f-9a5f-2b8f31e759b7 INF CORS policy execution successful. 2024-09-13 09:31:03.046 +05:30 ec5b3a82-59f5-4e1f-9a5f-2b8f31e759b7 INF HTTP request: Path: /profile/getprofilegroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MTk5OTU2LCJleHAiOjE3MjYyMDA1NTYsImlhdCI6MTcyNjE5OTk1Nn0.L8Laun3riCU9vsD0cIerIint9v_ezlIbFqoNCk_LNkY}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 09:31:03.046 +05:30 fb30ac9e-a410-41d4-bbca-6a2f2b735ef9 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 09:31:03.046 +05:30 fb30ac9e-a410-41d4-bbca-6a2f2b735ef9 INF Route matched with {action = "GetProfileGroups", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileGroups() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 09:31:03.058 +05:30 fb30ac9e-a410-41d4-bbca-6a2f2b735ef9 INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 09:31:03.058 +05:30 fb30ac9e-a410-41d4-bbca-6a2f2b735ef9 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api) in 11.6949ms 2024-09-13 09:31:03.058 +05:30 fb30ac9e-a410-41d4-bbca-6a2f2b735ef9 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 09:31:03.059 +05:30 fb30ac9e-a410-41d4-bbca-6a2f2b735ef9 INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: ec5b3a82-59f5-4e1f-9a5f-2b8f31e759b7}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 84} Body: {"status":"Failure","statusCode":3001,"message":"Record(s) Not Found","result":null} 2024-09-13 09:31:03.059 +05:30 fb30ac9e-a410-41d4-bbca-6a2f2b735ef9 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 404 84 application/json; charset=utf-8 14.7113ms 2024-09-13 09:33:54.601 +05:30 63d02050-d164-4dce-9a13-a12edf5846fc INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU5Njc3NDEsImV4cCI6MTcyNTk2ODY0MSwiaWF0IjoxNzI1OTY3NzQxfQ.1Oy4VplaPzO1g0isba1xDaOX_NxSKK-WQd-x21VyZtA - null null 2024-09-13 09:33:54.602 +05:30 63d02050-d164-4dce-9a13-a12edf5846fc INF CORS policy execution successful. 2024-09-13 09:33:54.604 +05:30 63d02050-d164-4dce-9a13-a12edf5846fc INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU5Njc3NDEsImV4cCI6MTcyNTk2ODY0MSwiaWF0IjoxNzI1OTY3NzQxfQ.1Oy4VplaPzO1g0isba1xDaOX_NxSKK-WQd-x21VyZtA Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 09:33:54.607 +05:30 a92b8a76-9cd5-4a4b-b9df-552b08fa155e INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 09:33:54.608 +05:30 a92b8a76-9cd5-4a4b-b9df-552b08fa155e INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 09:33:54.615 +05:30 a92b8a76-9cd5-4a4b-b9df-552b08fa155e INF Executing BadRequestObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 09:33:54.616 +05:30 a92b8a76-9cd5-4a4b-b9df-552b08fa155e INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 8.0222ms 2024-09-13 09:33:54.616 +05:30 a92b8a76-9cd5-4a4b-b9df-552b08fa155e INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 09:33:54.616 +05:30 a92b8a76-9cd5-4a4b-b9df-552b08fa155e INF HTTP Response: StatusCode: 400 Headers: {X-Correlation-Id: 63d02050-d164-4dce-9a13-a12edf5846fc}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 90} Body: {"status":"Failure","statusCode":4000,"message":"Refresh token has expired","result":null} 2024-09-13 09:33:54.617 +05:30 a92b8a76-9cd5-4a4b-b9df-552b08fa155e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjU5Njc3NDEsImV4cCI6MTcyNTk2ODY0MSwiaWF0IjoxNzI1OTY3NzQxfQ.1Oy4VplaPzO1g0isba1xDaOX_NxSKK-WQd-x21VyZtA - 400 90 application/json; charset=utf-8 16.5705ms 2024-09-13 09:35:37.804 +05:30 d6630a90-6651-48f4-9527-73ff79931994 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=TestUser2 - null null 2024-09-13 09:35:37.806 +05:30 d6630a90-6651-48f4-9527-73ff79931994 INF CORS policy execution successful. 2024-09-13 09:35:37.808 +05:30 d6630a90-6651-48f4-9527-73ff79931994 INF HTTP request: Path: /login/getcompany QueryString: ?userName=TestUser2 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 09:35:37.809 +05:30 a36fa9ea-a023-48f5-b49d-61d3a484c76d INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 09:35:37.810 +05:30 a36fa9ea-a023-48f5-b49d-61d3a484c76d INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 09:35:37.864 +05:30 a36fa9ea-a023-48f5-b49d-61d3a484c76d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 09:35:37.865 +05:30 a36fa9ea-a023-48f5-b49d-61d3a484c76d INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 55.3244ms 2024-09-13 09:35:37.866 +05:30 a36fa9ea-a023-48f5-b49d-61d3a484c76d INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 09:35:37.866 +05:30 a36fa9ea-a023-48f5-b49d-61d3a484c76d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d6630a90-6651-48f4-9527-73ff79931994}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 177} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":7,\"Company Name\":\"Entity9\"},{\"ID\":5,\"Company Name\":\"Entity5\"}]"} 2024-09-13 09:35:37.867 +05:30 a36fa9ea-a023-48f5-b49d-61d3a484c76d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=TestUser2 - 200 177 application/json; charset=utf-8 63.0172ms 2024-09-13 09:35:39.856 +05:30 1adb278c-0273-4718-9ae5-3b95284e57e0 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 09:35:39.856 +05:30 1adb278c-0273-4718-9ae5-3b95284e57e0 INF CORS policy execution successful. 2024-09-13 09:35:39.857 +05:30 1adb278c-0273-4718-9ae5-3b95284e57e0 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 1.2645ms 2024-09-13 09:35:39.912 +05:30 277b7eb2-fbc5-4054-9c7a-c159a620cbf3 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 115 2024-09-13 09:35:39.912 +05:30 277b7eb2-fbc5-4054-9c7a-c159a620cbf3 INF CORS policy execution successful. 2024-09-13 09:35:39.913 +05:30 277b7eb2-fbc5-4054-9c7a-c159a620cbf3 INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Content-Length: 115}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"TestUser2","password":"ThD1sAhHszj8ULHIf0IMyg==","entityId":7,"Company Name":"Entity9"} 2024-09-13 09:35:39.914 +05:30 1d87e66d-bb9e-46b2-b10f-380636e7c66a INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 09:35:39.914 +05:30 1d87e66d-bb9e-46b2-b10f-380636e7c66a INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 09:35:39.930 +05:30 1d87e66d-bb9e-46b2-b10f-380636e7c66a INF Database retrieved 2024-09-13 09:35:39.955 +05:30 1d87e66d-bb9e-46b2-b10f-380636e7c66a INF Executing BadRequestObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 09:35:39.955 +05:30 1d87e66d-bb9e-46b2-b10f-380636e7c66a INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 40.6112ms 2024-09-13 09:35:39.955 +05:30 1d87e66d-bb9e-46b2-b10f-380636e7c66a INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 09:35:39.956 +05:30 1d87e66d-bb9e-46b2-b10f-380636e7c66a INF HTTP Response: StatusCode: 400 Headers: {X-Correlation-Id: 277b7eb2-fbc5-4054-9c7a-c159a620cbf3}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 82} Body: {"status":"Failure","statusCode":3000,"message":"Invalid password.","result":null} 2024-09-13 09:35:39.956 +05:30 1d87e66d-bb9e-46b2-b10f-380636e7c66a INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 400 82 application/json; charset=utf-8 44.6101ms 2024-09-13 09:35:50.177 +05:30 1484b66a-20cc-41da-bb25-076c60d89fb9 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - null null 2024-09-13 09:35:50.178 +05:30 1484b66a-20cc-41da-bb25-076c60d89fb9 INF CORS policy execution successful. 2024-09-13 09:35:50.178 +05:30 1484b66a-20cc-41da-bb25-076c60d89fb9 INF HTTP request: Path: /login/getcompany QueryString: ?userName=dipin Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 09:35:50.179 +05:30 74053fea-5ede-4baa-b470-e1b0bce16161 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 09:35:50.179 +05:30 74053fea-5ede-4baa-b470-e1b0bce16161 INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 09:35:50.192 +05:30 74053fea-5ede-4baa-b470-e1b0bce16161 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 09:35:50.193 +05:30 74053fea-5ede-4baa-b470-e1b0bce16161 INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 13.525ms 2024-09-13 09:35:50.193 +05:30 74053fea-5ede-4baa-b470-e1b0bce16161 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 09:35:50.193 +05:30 74053fea-5ede-4baa-b470-e1b0bce16161 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 1484b66a-20cc-41da-bb25-076c60d89fb9}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 09:35:50.194 +05:30 74053fea-5ede-4baa-b470-e1b0bce16161 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - 200 138 application/json; charset=utf-8 17.0917ms 2024-09-13 09:35:55.861 +05:30 8cfb6888-e8f5-4f53-ad1c-071b1da4437d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 09:35:55.861 +05:30 8cfb6888-e8f5-4f53-ad1c-071b1da4437d INF CORS policy execution successful. 2024-09-13 09:35:55.862 +05:30 8cfb6888-e8f5-4f53-ad1c-071b1da4437d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 1.067ms 2024-09-13 09:35:55.913 +05:30 04fcc423-88e8-48a2-8267-59deae59baec INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 112 2024-09-13 09:35:55.914 +05:30 04fcc423-88e8-48a2-8267-59deae59baec INF CORS policy execution successful. 2024-09-13 09:35:55.914 +05:30 04fcc423-88e8-48a2-8267-59deae59baec INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Content-Length: 112}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"dipin","password":"UjgEpa1oE5f/WyfCWCwrcg==","entityId":8,"Company Name":"Entity10"} 2024-09-13 09:35:55.915 +05:30 fbc89cf1-a064-44a4-a3e5-e568ec6eb472 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 09:35:55.915 +05:30 fbc89cf1-a064-44a4-a3e5-e568ec6eb472 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 09:35:55.924 +05:30 fbc89cf1-a064-44a4-a3e5-e568ec6eb472 INF Database retrieved 2024-09-13 09:35:55.935 +05:30 fbc89cf1-a064-44a4-a3e5-e568ec6eb472 INF Token generated 2024-09-13 09:35:55.935 +05:30 fbc89cf1-a064-44a4-a3e5-e568ec6eb472 INF Token generated 2024-09-13 09:35:55.936 +05:30 fbc89cf1-a064-44a4-a3e5-e568ec6eb472 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 09:35:55.936 +05:30 fbc89cf1-a064-44a4-a3e5-e568ec6eb472 INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 20.7182ms 2024-09-13 09:35:55.936 +05:30 fbc89cf1-a064-44a4-a3e5-e568ec6eb472 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 09:35:55.936 +05:30 fbc89cf1-a064-44a4-a3e5-e568ec6eb472 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 04fcc423-88e8-48a2-8267-59deae59baec}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 876} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAwMzU1LCJleHAiOjE3MjYyMDA5NTUsImlhdCI6MTcyNjIwMDM1NX0.xIN-wYMkxSO4AhJWHv5Gk62U5UMl4z_mgdR9ng73nzM\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAwMzU1LCJleHAiOjE3MjYyMDEyNTUsImlhdCI6MTcyNjIwMDM1NX0.tI_zyef1PpP9D20Cwj3mLs-eJi1rErV-vGfq3TbYiYg\"}"} 2024-09-13 09:35:55.937 +05:30 fbc89cf1-a064-44a4-a3e5-e568ec6eb472 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 876 application/json; charset=utf-8 23.2888ms 2024-09-13 09:36:06.242 +05:30 a9732d01-599e-4ca5-b32e-d9516171b3e9 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - null null 2024-09-13 09:36:06.242 +05:30 746c1864-b86d-4c93-99ad-1bc9ac4fccdb INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - null null 2024-09-13 09:36:06.242 +05:30 a9732d01-599e-4ca5-b32e-d9516171b3e9 INF CORS policy execution successful. 2024-09-13 09:36:06.242 +05:30 746c1864-b86d-4c93-99ad-1bc9ac4fccdb INF CORS policy execution successful. 2024-09-13 09:36:06.243 +05:30 a9732d01-599e-4ca5-b32e-d9516171b3e9 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - 204 null null 1.1582ms 2024-09-13 09:36:06.243 +05:30 746c1864-b86d-4c93-99ad-1bc9ac4fccdb INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - 204 null null 0.8537ms 2024-09-13 09:36:06.301 +05:30 170da2c6-20b8-43e6-ab5c-38a5f1fd6a1e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - null null 2024-09-13 09:36:06.304 +05:30 170da2c6-20b8-43e6-ab5c-38a5f1fd6a1e INF CORS policy execution successful. 2024-09-13 09:36:06.305 +05:30 170da2c6-20b8-43e6-ab5c-38a5f1fd6a1e INF HTTP request: Path: /role/getrolesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=10&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAwMzU1LCJleHAiOjE3MjYyMDA5NTUsImlhdCI6MTcyNjIwMDM1NX0.xIN-wYMkxSO4AhJWHv5Gk62U5UMl4z_mgdR9ng73nzM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 09:36:06.307 +05:30 2e9234b9-a4c8-42c0-b48f-846aecbef874 INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api)' 2024-09-13 09:36:06.323 +05:30 2e9234b9-a4c8-42c0-b48f-846aecbef874 INF Route matched with {action = "GetRoleSummary", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetRoleSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 09:36:06.379 +05:30 2e9234b9-a4c8-42c0-b48f-846aecbef874 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 09:36:06.379 +05:30 2e9234b9-a4c8-42c0-b48f-846aecbef874 INF Executed action Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api) in 56.6479ms 2024-09-13 09:36:06.379 +05:30 2e9234b9-a4c8-42c0-b48f-846aecbef874 INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api)' 2024-09-13 09:36:06.380 +05:30 2e9234b9-a4c8-42c0-b48f-846aecbef874 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 170da2c6-20b8-43e6-ab5c-38a5f1fd6a1e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 625} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":5,\"Name\":\"Test_Steffy_Role\",\"CreatedOn\":\"2024-09-12T03:58:56.8\",\"ModifiedOn\":null},{\"IId\":4,\"Name\":\"testRole1109\",\"CreatedOn\":\"2024-09-11T09:06:42.577\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:43:19.69\",\"ModifiedOn\":null},{\"IId\":2,\"Name\":\"Test Goklu\",\"CreatedOn\":\"2024-09-11T08:42:20.61\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"TestRole\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":5,\"TotalPages\":1}]}"} 2024-09-13 09:36:06.380 +05:30 2e9234b9-a4c8-42c0-b48f-846aecbef874 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - 200 625 application/json; charset=utf-8 79.0477ms 2024-09-13 09:36:06.531 +05:30 90349e81-5c01-4b03-9397-1210228384c2 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - null null 2024-09-13 09:36:06.532 +05:30 90349e81-5c01-4b03-9397-1210228384c2 INF CORS policy execution successful. 2024-09-13 09:36:06.532 +05:30 90349e81-5c01-4b03-9397-1210228384c2 INF HTTP request: Path: /role/getrolesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=10&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAwMzU1LCJleHAiOjE3MjYyMDA5NTUsImlhdCI6MTcyNjIwMDM1NX0.xIN-wYMkxSO4AhJWHv5Gk62U5UMl4z_mgdR9ng73nzM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 09:36:06.536 +05:30 e076a28f-703c-4226-8f0a-55426689880c INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api)' 2024-09-13 09:36:06.536 +05:30 e076a28f-703c-4226-8f0a-55426689880c INF Route matched with {action = "GetRoleSummary", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetRoleSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 09:36:06.580 +05:30 e076a28f-703c-4226-8f0a-55426689880c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 09:36:06.581 +05:30 e076a28f-703c-4226-8f0a-55426689880c INF Executed action Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api) in 44.3946ms 2024-09-13 09:36:06.581 +05:30 e076a28f-703c-4226-8f0a-55426689880c INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api)' 2024-09-13 09:36:06.581 +05:30 e076a28f-703c-4226-8f0a-55426689880c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 90349e81-5c01-4b03-9397-1210228384c2}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 625} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":5,\"Name\":\"Test_Steffy_Role\",\"CreatedOn\":\"2024-09-12T03:58:56.8\",\"ModifiedOn\":null},{\"IId\":4,\"Name\":\"testRole1109\",\"CreatedOn\":\"2024-09-11T09:06:42.577\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:43:19.69\",\"ModifiedOn\":null},{\"IId\":2,\"Name\":\"Test Goklu\",\"CreatedOn\":\"2024-09-11T08:42:20.61\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"TestRole\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":5,\"TotalPages\":1}]}"} 2024-09-13 09:36:06.581 +05:30 e076a28f-703c-4226-8f0a-55426689880c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - 200 625 application/json; charset=utf-8 50.195ms 2024-09-13 09:36:11.962 +05:30 e75ffd19-769f-4737-9efe-8cf599a9b3f0 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - null null 2024-09-13 09:36:11.962 +05:30 e75ffd19-769f-4737-9efe-8cf599a9b3f0 INF CORS policy execution successful. 2024-09-13 09:36:11.962 +05:30 e75ffd19-769f-4737-9efe-8cf599a9b3f0 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - 204 null null 0.6821ms 2024-09-13 09:36:12.013 +05:30 b661de50-e6b2-4b58-981e-ce7a6811d20b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - null null 2024-09-13 09:36:12.014 +05:30 b661de50-e6b2-4b58-981e-ce7a6811d20b INF CORS policy execution successful. 2024-09-13 09:36:12.014 +05:30 b661de50-e6b2-4b58-981e-ce7a6811d20b INF HTTP request: Path: /role/getrolesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=10&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAwMzU1LCJleHAiOjE3MjYyMDA5NTUsImlhdCI6MTcyNjIwMDM1NX0.xIN-wYMkxSO4AhJWHv5Gk62U5UMl4z_mgdR9ng73nzM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 09:36:12.014 +05:30 15123869-d80e-498d-ae6c-fb6a07b0d3ed INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api)' 2024-09-13 09:36:12.015 +05:30 15123869-d80e-498d-ae6c-fb6a07b0d3ed INF Route matched with {action = "GetRoleSummary", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetRoleSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 09:36:12.017 +05:30 4ab9e6ab-1e82-46e0-aaba-c41514cb4625 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - null null 2024-09-13 09:36:12.017 +05:30 4ab9e6ab-1e82-46e0-aaba-c41514cb4625 INF CORS policy execution successful. 2024-09-13 09:36:12.017 +05:30 4ab9e6ab-1e82-46e0-aaba-c41514cb4625 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - 204 null null 0.3637ms 2024-09-13 09:36:12.027 +05:30 15123869-d80e-498d-ae6c-fb6a07b0d3ed INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 09:36:12.027 +05:30 15123869-d80e-498d-ae6c-fb6a07b0d3ed INF Executed action Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api) in 12.4932ms 2024-09-13 09:36:12.027 +05:30 15123869-d80e-498d-ae6c-fb6a07b0d3ed INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api)' 2024-09-13 09:36:12.027 +05:30 15123869-d80e-498d-ae6c-fb6a07b0d3ed INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b661de50-e6b2-4b58-981e-ce7a6811d20b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 625} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":5,\"Name\":\"Test_Steffy_Role\",\"CreatedOn\":\"2024-09-12T03:58:56.8\",\"ModifiedOn\":null},{\"IId\":4,\"Name\":\"testRole1109\",\"CreatedOn\":\"2024-09-11T09:06:42.577\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:43:19.69\",\"ModifiedOn\":null},{\"IId\":2,\"Name\":\"Test Goklu\",\"CreatedOn\":\"2024-09-11T08:42:20.61\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"TestRole\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":5,\"TotalPages\":1}]}"} 2024-09-13 09:36:12.028 +05:30 15123869-d80e-498d-ae6c-fb6a07b0d3ed INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - 200 625 application/json; charset=utf-8 15.1102ms 2024-09-13 09:36:12.085 +05:30 3da82bcf-ab0a-431a-808c-07e4743dc658 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - null null 2024-09-13 09:36:12.087 +05:30 3da82bcf-ab0a-431a-808c-07e4743dc658 INF CORS policy execution successful. 2024-09-13 09:36:12.087 +05:30 3da82bcf-ab0a-431a-808c-07e4743dc658 INF HTTP request: Path: /role/getrolesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=10&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAwMzU1LCJleHAiOjE3MjYyMDA5NTUsImlhdCI6MTcyNjIwMDM1NX0.xIN-wYMkxSO4AhJWHv5Gk62U5UMl4z_mgdR9ng73nzM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 09:36:12.088 +05:30 bdf30495-adc6-4ddc-a0ca-ebc8217280d5 INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api)' 2024-09-13 09:36:12.088 +05:30 bdf30495-adc6-4ddc-a0ca-ebc8217280d5 INF Route matched with {action = "GetRoleSummary", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetRoleSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 09:36:12.093 +05:30 bdf30495-adc6-4ddc-a0ca-ebc8217280d5 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 09:36:12.093 +05:30 bdf30495-adc6-4ddc-a0ca-ebc8217280d5 INF Executed action Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api) in 5.0338ms 2024-09-13 09:36:12.093 +05:30 bdf30495-adc6-4ddc-a0ca-ebc8217280d5 INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api)' 2024-09-13 09:36:12.093 +05:30 bdf30495-adc6-4ddc-a0ca-ebc8217280d5 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3da82bcf-ab0a-431a-808c-07e4743dc658}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 625} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":5,\"Name\":\"Test_Steffy_Role\",\"CreatedOn\":\"2024-09-12T03:58:56.8\",\"ModifiedOn\":null},{\"IId\":4,\"Name\":\"testRole1109\",\"CreatedOn\":\"2024-09-11T09:06:42.577\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:43:19.69\",\"ModifiedOn\":null},{\"IId\":2,\"Name\":\"Test Goklu\",\"CreatedOn\":\"2024-09-11T08:42:20.61\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"TestRole\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":5,\"TotalPages\":1}]}"} 2024-09-13 09:36:12.093 +05:30 bdf30495-adc6-4ddc-a0ca-ebc8217280d5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - 200 625 application/json; charset=utf-8 8.1725ms 2024-09-13 09:37:03.657 +05:30 9cb025e7-0f91-4bba-9f4d-d965dfa97675 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 09:37:03.659 +05:30 9cb025e7-0f91-4bba-9f4d-d965dfa97675 INF CORS policy execution successful. 2024-09-13 09:37:03.661 +05:30 9cb025e7-0f91-4bba-9f4d-d965dfa97675 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 4.2207ms 2024-09-13 09:37:03.705 +05:30 706b55f8-60c6-4158-9d32-61bec44ae2ab INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 09:37:03.711 +05:30 706b55f8-60c6-4158-9d32-61bec44ae2ab INF CORS policy execution successful. 2024-09-13 09:37:03.713 +05:30 706b55f8-60c6-4158-9d32-61bec44ae2ab INF HTTP request: Path: /profile/getprofilesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MTk5OTU2LCJleHAiOjE3MjYyMDA1NTYsImlhdCI6MTcyNjE5OTk1Nn0.L8Laun3riCU9vsD0cIerIint9v_ezlIbFqoNCk_LNkY}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 09:37:03.714 +05:30 86eb8558-3b54-4b5e-bd0c-61a5d2a154fe INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 09:37:03.715 +05:30 86eb8558-3b54-4b5e-bd0c-61a5d2a154fe INF Route matched with {action = "GetProfileSummary", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 09:37:03.744 +05:30 86eb8558-3b54-4b5e-bd0c-61a5d2a154fe INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 09:37:03.745 +05:30 86eb8558-3b54-4b5e-bd0c-61a5d2a154fe INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api) in 29.0699ms 2024-09-13 09:37:03.745 +05:30 86eb8558-3b54-4b5e-bd0c-61a5d2a154fe INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 09:37:03.745 +05:30 86eb8558-3b54-4b5e-bd0c-61a5d2a154fe INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 706b55f8-60c6-4158-9d32-61bec44ae2ab}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 779} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":6,\"Name\":\"Test_Steffy_Profile2\",\"CreatedOn\":\"2024-09-12T12:00:29.167\",\"ModifiedOn\":null},{\"IId\":5,\"Name\":\"Test_Steffy_Profile\",\"CreatedOn\":\"2024-09-12T03:49:55.283\",\"ModifiedOn\":\"09/12/2024 14:56:25\"},{\"IId\":4,\"Name\":\"testProfile\",\"CreatedOn\":\"2024-09-11T09:05:40.767\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:42:19.627\",\"ModifiedOn\":\"09/12/2024 05:35:34\"},{\"IId\":2,\"Name\":\"Test Gokul\",\"CreatedOn\":\"2024-09-11T08:41:24.593\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"FullAccess\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":6,\"TotalPages\":1}]}"} 2024-09-13 09:37:03.746 +05:30 86eb8558-3b54-4b5e-bd0c-61a5d2a154fe INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 200 779 application/json; charset=utf-8 40.3256ms 2024-09-13 09:37:09.512 +05:30 2bbe2c60-b6ec-4436-85f0-2483770a7776 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - null null 2024-09-13 09:37:09.513 +05:30 2bbe2c60-b6ec-4436-85f0-2483770a7776 INF CORS policy execution successful. 2024-09-13 09:37:09.513 +05:30 2bbe2c60-b6ec-4436-85f0-2483770a7776 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - 204 null null 1.0183ms 2024-09-13 09:37:09.598 +05:30 963c6116-58e0-478a-ba6d-73404d0508d3 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - null null 2024-09-13 09:37:09.599 +05:30 963c6116-58e0-478a-ba6d-73404d0508d3 INF CORS policy execution successful. 2024-09-13 09:37:09.600 +05:30 963c6116-58e0-478a-ba6d-73404d0508d3 INF HTTP request: Path: /role/getrolesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=10&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MTk5OTU2LCJleHAiOjE3MjYyMDA1NTYsImlhdCI6MTcyNjE5OTk1Nn0.L8Laun3riCU9vsD0cIerIint9v_ezlIbFqoNCk_LNkY}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 09:37:09.600 +05:30 ff6a90da-9630-482d-b00b-6cad10f4b5a8 INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api)' 2024-09-13 09:37:09.601 +05:30 ff6a90da-9630-482d-b00b-6cad10f4b5a8 INF Route matched with {action = "GetRoleSummary", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetRoleSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 09:37:09.619 +05:30 ff6a90da-9630-482d-b00b-6cad10f4b5a8 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 09:37:09.620 +05:30 ff6a90da-9630-482d-b00b-6cad10f4b5a8 INF Executed action Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api) in 19.0014ms 2024-09-13 09:37:09.620 +05:30 ff6a90da-9630-482d-b00b-6cad10f4b5a8 INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api)' 2024-09-13 09:37:09.620 +05:30 ff6a90da-9630-482d-b00b-6cad10f4b5a8 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 963c6116-58e0-478a-ba6d-73404d0508d3}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 625} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":5,\"Name\":\"Test_Steffy_Role\",\"CreatedOn\":\"2024-09-12T03:58:56.8\",\"ModifiedOn\":null},{\"IId\":4,\"Name\":\"testRole1109\",\"CreatedOn\":\"2024-09-11T09:06:42.577\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:43:19.69\",\"ModifiedOn\":null},{\"IId\":2,\"Name\":\"Test Goklu\",\"CreatedOn\":\"2024-09-11T08:42:20.61\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"TestRole\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":5,\"TotalPages\":1}]}"} 2024-09-13 09:37:09.620 +05:30 ff6a90da-9630-482d-b00b-6cad10f4b5a8 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - 200 625 application/json; charset=utf-8 22.019ms 2024-09-13 09:37:12.534 +05:30 cde3fc8a-d83d-4750-98ae-f748a8c974a8 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getactiveprofiles - null null 2024-09-13 09:37:12.534 +05:30 cde3fc8a-d83d-4750-98ae-f748a8c974a8 INF CORS policy execution successful. 2024-09-13 09:37:12.535 +05:30 eae00f1c-75d3-47c7-91b5-e3b8f4fb7b94 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getroledetails?roleId=5 - null null 2024-09-13 09:37:12.535 +05:30 cde3fc8a-d83d-4750-98ae-f748a8c974a8 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getactiveprofiles - 204 null null 0.6545ms 2024-09-13 09:37:12.535 +05:30 eae00f1c-75d3-47c7-91b5-e3b8f4fb7b94 INF CORS policy execution successful. 2024-09-13 09:37:12.535 +05:30 eae00f1c-75d3-47c7-91b5-e3b8f4fb7b94 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getroledetails?roleId=5 - 204 null null 0.5653ms 2024-09-13 09:37:12.590 +05:30 f524f2ea-5f45-4479-b085-2f7b2eae26f1 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getactiveprofiles - null null 2024-09-13 09:37:12.590 +05:30 7bdb34ad-f7fb-499d-8b0a-f2bd7f87d55d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getroledetails?roleId=5 - null null 2024-09-13 09:37:12.591 +05:30 f524f2ea-5f45-4479-b085-2f7b2eae26f1 INF CORS policy execution successful. 2024-09-13 09:37:12.591 +05:30 7bdb34ad-f7fb-499d-8b0a-f2bd7f87d55d INF CORS policy execution successful. 2024-09-13 09:37:12.592 +05:30 7bdb34ad-f7fb-499d-8b0a-f2bd7f87d55d INF HTTP request: Path: /role/getroledetails QueryString: ?roleId=5 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MTk5OTU2LCJleHAiOjE3MjYyMDA1NTYsImlhdCI6MTcyNjE5OTk1Nn0.L8Laun3riCU9vsD0cIerIint9v_ezlIbFqoNCk_LNkY}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 09:37:12.592 +05:30 f524f2ea-5f45-4479-b085-2f7b2eae26f1 INF HTTP request: Path: /profile/getactiveprofiles QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MTk5OTU2LCJleHAiOjE3MjYyMDA1NTYsImlhdCI6MTcyNjE5OTk1Nn0.L8Laun3riCU9vsD0cIerIint9v_ezlIbFqoNCk_LNkY}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 09:37:12.592 +05:30 9f42e8b3-3882-4f7a-9e40-5269a7fe475e INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleDetails (Sang.Security.Api)' 2024-09-13 09:37:12.592 +05:30 9543d2f2-72d1-4d56-9e0c-28e72a172e77 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetActiveProfile (Sang.Security.Api)' 2024-09-13 09:37:12.602 +05:30 9543d2f2-72d1-4d56-9e0c-28e72a172e77 INF Route matched with {action = "GetActiveProfile", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetActiveProfile() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 09:37:12.602 +05:30 9f42e8b3-3882-4f7a-9e40-5269a7fe475e INF Route matched with {action = "GetRoleDetails", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetRoleDetails(Int32) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 09:37:12.619 +05:30 9543d2f2-72d1-4d56-9e0c-28e72a172e77 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 09:37:12.620 +05:30 9543d2f2-72d1-4d56-9e0c-28e72a172e77 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetActiveProfile (Sang.Security.Api) in 18.0133ms 2024-09-13 09:37:12.620 +05:30 9543d2f2-72d1-4d56-9e0c-28e72a172e77 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetActiveProfile (Sang.Security.Api)' 2024-09-13 09:37:12.620 +05:30 9543d2f2-72d1-4d56-9e0c-28e72a172e77 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f524f2ea-5f45-4479-b085-2f7b2eae26f1}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 406} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ProfileId\":6,\"ProfileName\":\"Test_Steffy_Profile2\"},{\"ProfileId\":5,\"ProfileName\":\"Test_Steffy_Profile\"},{\"ProfileId\":4,\"ProfileName\":\"testProfile\"},{\"ProfileId\":3,\"ProfileName\":\"dipin\"},{\"ProfileId\":2,\"ProfileName\":\"Test Gokul\"},{\"ProfileId\":1,\"ProfileName\":\"FullAccess\"}]"} 2024-09-13 09:37:12.621 +05:30 9543d2f2-72d1-4d56-9e0c-28e72a172e77 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getactiveprofiles - 200 406 application/json; charset=utf-8 30.3904ms 2024-09-13 09:37:12.666 +05:30 9f42e8b3-3882-4f7a-9e40-5269a7fe475e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 09:37:12.666 +05:30 9f42e8b3-3882-4f7a-9e40-5269a7fe475e INF Executed action Sang.Security.Api.Controllers.RoleController.GetRoleDetails (Sang.Security.Api) in 63.8623ms 2024-09-13 09:37:12.666 +05:30 9f42e8b3-3882-4f7a-9e40-5269a7fe475e INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleDetails (Sang.Security.Api)' 2024-09-13 09:37:12.667 +05:30 9f42e8b3-3882-4f7a-9e40-5269a7fe475e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7bdb34ad-f7fb-499d-8b0a-f2bd7f87d55d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 921} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"RoleDetails\":[{\"RoleID\":5,\"RoleName\":\"Test_Steffy_Role\",\"PasswordPolicyID\":19,\"PasswordPolicyName\":\"Policy1\",\"IsGroup\":false,\"ParentRoleID\":0,\"ParentRoleName\":\" \"}],\"RestrictionsAdded\":[],\"RestrictionsExcluded\":[],\"AssignedProfiles\":[{\"ProfileId\":5,\"ProfileName\":\"Test_Steffy_Profile\"}],\"EntryRestrictionDetails\":[],\"TransactionRights\":[{\"CannotAddAfter\":0,\"CannotEditAfter\":0,\"CannotEditAfterDaysOfMonth\":0,\"CannotAddFutureTransactions\":false,\"BudgetLimitWarning\":0,\"CreditLimitWarning\":0,\"NegativeStockCheck\":0,\"NegativeCashCheck\":0,\"AllowBillWiseAccounting\":false,\"CannotAddPreviousEntries\":0,\"NoCustomize\":false,\"CannotPrintAfterValue\":0,\"CannotPrintAfterOption\":0,\"CannotRePrintAfterValue\":0,\"CannotRePrintAfterOption\":0,\"NoBatchCustomize\":false}]}"} 2024-09-13 09:37:12.667 +05:30 9f42e8b3-3882-4f7a-9e40-5269a7fe475e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getroledetails?roleId=5 - 200 921 application/json; charset=utf-8 76.5659ms 2024-09-13 09:37:13.052 +05:30 3c7e662d-9013-4031-9954-07d788404786 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicylist?type=1&searchString=Policy1 - null null 2024-09-13 09:37:13.052 +05:30 045288b6-963c-4847-9f46-6fd04b1d5eb3 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolegrouplist?type=1&searchString=+ - null null 2024-09-13 09:37:13.052 +05:30 045288b6-963c-4847-9f46-6fd04b1d5eb3 INF CORS policy execution successful. 2024-09-13 09:37:13.052 +05:30 3c7e662d-9013-4031-9954-07d788404786 INF CORS policy execution successful. 2024-09-13 09:37:13.052 +05:30 3c7e662d-9013-4031-9954-07d788404786 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicylist?type=1&searchString=Policy1 - 204 null null 0.4847ms 2024-09-13 09:37:13.052 +05:30 045288b6-963c-4847-9f46-6fd04b1d5eb3 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolegrouplist?type=1&searchString=+ - 204 null null 0.4863ms 2024-09-13 09:37:13.106 +05:30 cc03f1ff-8bae-476a-9992-1dc3d626f44e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicylist?type=1&searchString=Policy1 - null null 2024-09-13 09:37:13.106 +05:30 c753ca62-e376-4a84-9325-a98427426db9 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolegrouplist?type=1&searchString=+ - null null 2024-09-13 09:37:13.107 +05:30 cc03f1ff-8bae-476a-9992-1dc3d626f44e INF CORS policy execution successful. 2024-09-13 09:37:13.107 +05:30 c753ca62-e376-4a84-9325-a98427426db9 INF CORS policy execution successful. 2024-09-13 09:37:13.107 +05:30 cc03f1ff-8bae-476a-9992-1dc3d626f44e INF HTTP request: Path: /passwordpolicy/getpasswordpolicylist QueryString: ?type=1&searchString=Policy1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MTk5OTU2LCJleHAiOjE3MjYyMDA1NTYsImlhdCI6MTcyNjE5OTk1Nn0.L8Laun3riCU9vsD0cIerIint9v_ezlIbFqoNCk_LNkY}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 09:37:13.107 +05:30 c753ca62-e376-4a84-9325-a98427426db9 INF HTTP request: Path: /role/getrolegrouplist QueryString: ?type=1&searchString=+ Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MTk5OTU2LCJleHAiOjE3MjYyMDA1NTYsImlhdCI6MTcyNjE5OTk1Nn0.L8Laun3riCU9vsD0cIerIint9v_ezlIbFqoNCk_LNkY}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 09:37:13.107 +05:30 71bfc0fb-0d8e-4208-bc63-52a891bf54f3 INF Executing endpoint 'Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyList (Sang.Security.Api)' 2024-09-13 09:37:13.107 +05:30 9ad02957-a397-46a4-83a5-9b42d4cb9910 INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleGroupList (Sang.Security.Api)' 2024-09-13 09:37:13.114 +05:30 71bfc0fb-0d8e-4208-bc63-52a891bf54f3 INF Route matched with {action = "GetPasswordPolicyList", controller = "PasswordPolicy"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPasswordPolicyList(System.String) on controller Sang.Security.Api.Controllers.PasswordPolicyController (Sang.Security.Api). 2024-09-13 09:37:13.114 +05:30 9ad02957-a397-46a4-83a5-9b42d4cb9910 INF Route matched with {action = "GetRoleGroupList", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetRoleGroupList(System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 09:37:13.130 +05:30 9ad02957-a397-46a4-83a5-9b42d4cb9910 INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 09:37:13.130 +05:30 9ad02957-a397-46a4-83a5-9b42d4cb9910 INF Executed action Sang.Security.Api.Controllers.RoleController.GetRoleGroupList (Sang.Security.Api) in 16.1544ms 2024-09-13 09:37:13.130 +05:30 9ad02957-a397-46a4-83a5-9b42d4cb9910 INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleGroupList (Sang.Security.Api)' 2024-09-13 09:37:13.130 +05:30 9ad02957-a397-46a4-83a5-9b42d4cb9910 INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: c753ca62-e376-4a84-9325-a98427426db9}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 84} Body: {"status":"Failure","statusCode":3001,"message":"Record(s) Not Found","result":null} 2024-09-13 09:37:13.131 +05:30 9ad02957-a397-46a4-83a5-9b42d4cb9910 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolegrouplist?type=1&searchString=+ - 404 84 application/json; charset=utf-8 24.8638ms 2024-09-13 09:37:13.139 +05:30 71bfc0fb-0d8e-4208-bc63-52a891bf54f3 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 09:37:13.140 +05:30 71bfc0fb-0d8e-4208-bc63-52a891bf54f3 INF Executed action Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyList (Sang.Security.Api) in 26.3668ms 2024-09-13 09:37:13.140 +05:30 71bfc0fb-0d8e-4208-bc63-52a891bf54f3 INF Executed endpoint 'Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyList (Sang.Security.Api)' 2024-09-13 09:37:13.140 +05:30 71bfc0fb-0d8e-4208-bc63-52a891bf54f3 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: cc03f1ff-8bae-476a-9992-1dc3d626f44e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 128} Body: {"status":"Success","statusCode":2000,"message":"Password Policy List retrieved.","result":"[{\"Id\":19,\"Name\":\"Policy1\"}]"} 2024-09-13 09:37:13.141 +05:30 71bfc0fb-0d8e-4208-bc63-52a891bf54f3 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicylist?type=1&searchString=Policy1 - 200 128 application/json; charset=utf-8 35.2244ms 2024-09-13 09:38:01.298 +05:30 e9a32844-0aef-4130-8fee-90b70d024a8c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/upsertrole - null null 2024-09-13 09:38:01.298 +05:30 b59ad3b6-a7e5-4724-9fc0-6367815c188b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/checkrolenameexistence?roleId=5&roleName=Test_Steffy_Role - null null 2024-09-13 09:38:01.300 +05:30 e9a32844-0aef-4130-8fee-90b70d024a8c INF CORS policy execution successful. 2024-09-13 09:38:01.300 +05:30 b59ad3b6-a7e5-4724-9fc0-6367815c188b INF CORS policy execution successful. 2024-09-13 09:38:01.301 +05:30 b59ad3b6-a7e5-4724-9fc0-6367815c188b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/checkrolenameexistence?roleId=5&roleName=Test_Steffy_Role - 204 null null 3.4412ms 2024-09-13 09:38:01.301 +05:30 e9a32844-0aef-4130-8fee-90b70d024a8c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/upsertrole - 204 null null 3.4504ms 2024-09-13 09:38:01.345 +05:30 2d82e4de-5607-4764-99b9-f2825b320b88 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/checkrolenameexistence?roleId=5&roleName=Test_Steffy_Role - null null 2024-09-13 09:38:01.346 +05:30 00fd29fe-ec59-4016-85f9-ad0d56a817d7 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/role/upsertrole - application/json 609 2024-09-13 09:38:01.347 +05:30 00fd29fe-ec59-4016-85f9-ad0d56a817d7 INF CORS policy execution successful. 2024-09-13 09:38:01.347 +05:30 2d82e4de-5607-4764-99b9-f2825b320b88 INF CORS policy execution successful. 2024-09-13 09:38:01.349 +05:30 2d82e4de-5607-4764-99b9-f2825b320b88 INF HTTP request: Path: /role/checkrolenameexistence QueryString: ?roleId=5&roleName=Test_Steffy_Role Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MTk5OTU2LCJleHAiOjE3MjYyMDA1NTYsImlhdCI6MTcyNjE5OTk1Nn0.L8Laun3riCU9vsD0cIerIint9v_ezlIbFqoNCk_LNkY}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 09:38:01.349 +05:30 00fd29fe-ec59-4016-85f9-ad0d56a817d7 INF HTTP request: Path: /role/upsertrole QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MTk5OTU2LCJleHAiOjE3MjYyMDA1NTYsImlhdCI6MTcyNjE5OTk1Nn0.L8Laun3riCU9vsD0cIerIint9v_ezlIbFqoNCk_LNkY}, {Connection: keep-alive}, {Content-Length: 609}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: {"id":5,"name":"Test_Steffy_Role","passwordPolicy":19,"isGroup":false,"parentId":0,"assignedProfileIds":[{"id":5},{"id":6}],"restrictionsAdded":null,"restrictionsExcluded":null,"entryRestrictionDetails":null,"cannotAddAfter":0,"cannotEditAfter":0,"cannotEditAfterDaysOfMonth":0,"cannotAddFutureTransactions":false,"budgetLimitWarning":0,"creditLimitWarning":0,"negativeStockCheck":0,"negativeCashCheck":0,"allowBillWiseAccounting":false,"cannotAddPrevEntries":0,"noCustomize":false,"cantPrintAfterValue":0,"cantPrintAfterOption":0,"cantRePrintAfterValue":0,"cantRePrintAfterOption":0,"noBatchCustomize":false} 2024-09-13 09:38:01.350 +05:30 3d114c9c-59f1-4e1b-9a04-759aee8fbf23 INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.CheckRoleNameExistence (Sang.Security.Api)' 2024-09-13 09:38:01.350 +05:30 91ccb40d-b5d5-4d18-8938-39ae11211dbb INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.UpsertRole (Sang.Security.Api)' 2024-09-13 09:38:01.364 +05:30 3d114c9c-59f1-4e1b-9a04-759aee8fbf23 INF Route matched with {action = "CheckRoleNameExistence", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] CheckRoleNameExistence(Int32, System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 09:38:01.364 +05:30 91ccb40d-b5d5-4d18-8938-39ae11211dbb INF Route matched with {action = "UpsertRole", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpsertRole(Sang.Security.Api.Models.APIRequest.RoleRequest) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 09:38:01.405 +05:30 3d114c9c-59f1-4e1b-9a04-759aee8fbf23 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 09:38:01.406 +05:30 3d114c9c-59f1-4e1b-9a04-759aee8fbf23 INF Executed action Sang.Security.Api.Controllers.RoleController.CheckRoleNameExistence (Sang.Security.Api) in 42.3192ms 2024-09-13 09:38:01.406 +05:30 3d114c9c-59f1-4e1b-9a04-759aee8fbf23 INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.CheckRoleNameExistence (Sang.Security.Api)' 2024-09-13 09:38:01.407 +05:30 3d114c9c-59f1-4e1b-9a04-759aee8fbf23 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 2d82e4de-5607-4764-99b9-f2825b320b88}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 90} Body: {"status":"Success","statusCode":2000,"message":"Role Name does not exist.","result":"0"} 2024-09-13 09:38:01.407 +05:30 3d114c9c-59f1-4e1b-9a04-759aee8fbf23 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/checkrolenameexistence?roleId=5&roleName=Test_Steffy_Role - 200 90 application/json; charset=utf-8 62.9624ms 2024-09-13 09:38:01.626 +05:30 91ccb40d-b5d5-4d18-8938-39ae11211dbb INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 09:38:01.656 +05:30 91ccb40d-b5d5-4d18-8938-39ae11211dbb INF Executed action Sang.Security.Api.Controllers.RoleController.UpsertRole (Sang.Security.Api) in 291.9434ms 2024-09-13 09:38:01.656 +05:30 91ccb40d-b5d5-4d18-8938-39ae11211dbb INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.UpsertRole (Sang.Security.Api)' 2024-09-13 09:38:01.656 +05:30 91ccb40d-b5d5-4d18-8938-39ae11211dbb INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 00fd29fe-ec59-4016-85f9-ad0d56a817d7}, {Location: http://103.120.178.195/SangSecurityAPI/role/upsertrole}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 90} Body: {"status":"Success","statusCode":2001,"message":"Role updated successfully.","result":"5"} 2024-09-13 09:38:01.657 +05:30 91ccb40d-b5d5-4d18-8938-39ae11211dbb INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/role/upsertrole - 201 90 application/json; charset=utf-8 310.2688ms 2024-09-13 09:38:02.195 +05:30 1dcb4146-c83b-4deb-b57e-f31ceaec822c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolegrouplist?type=1&searchString= - null null 2024-09-13 09:38:02.195 +05:30 94090282-3ef4-46cf-b02a-558eab6ab211 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicylist?type=1&searchString= - null null 2024-09-13 09:38:02.195 +05:30 1dcb4146-c83b-4deb-b57e-f31ceaec822c INF CORS policy execution successful. 2024-09-13 09:38:02.195 +05:30 94090282-3ef4-46cf-b02a-558eab6ab211 INF CORS policy execution successful. 2024-09-13 09:38:02.196 +05:30 94090282-3ef4-46cf-b02a-558eab6ab211 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicylist?type=1&searchString= - 204 null null 0.4072ms 2024-09-13 09:38:02.196 +05:30 1dcb4146-c83b-4deb-b57e-f31ceaec822c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolegrouplist?type=1&searchString= - 204 null null 0.887ms 2024-09-13 09:38:02.240 +05:30 3bc325f1-cf23-4ced-a512-c5ac01d56a18 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicylist?type=1&searchString= - null null 2024-09-13 09:38:02.240 +05:30 967d84ba-3343-493e-96af-6844f5aeb349 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolegrouplist?type=1&searchString= - null null 2024-09-13 09:38:02.241 +05:30 967d84ba-3343-493e-96af-6844f5aeb349 INF CORS policy execution successful. 2024-09-13 09:38:02.241 +05:30 967d84ba-3343-493e-96af-6844f5aeb349 INF HTTP request: Path: /role/getrolegrouplist QueryString: ?type=1&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MTk5OTU2LCJleHAiOjE3MjYyMDA1NTYsImlhdCI6MTcyNjE5OTk1Nn0.L8Laun3riCU9vsD0cIerIint9v_ezlIbFqoNCk_LNkY}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 09:38:02.241 +05:30 3bc325f1-cf23-4ced-a512-c5ac01d56a18 INF CORS policy execution successful. 2024-09-13 09:38:02.242 +05:30 1a263a5e-6609-4f57-a469-6af41b03d519 INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleGroupList (Sang.Security.Api)' 2024-09-13 09:38:02.242 +05:30 3bc325f1-cf23-4ced-a512-c5ac01d56a18 INF HTTP request: Path: /passwordpolicy/getpasswordpolicylist QueryString: ?type=1&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MTk5OTU2LCJleHAiOjE3MjYyMDA1NTYsImlhdCI6MTcyNjE5OTk1Nn0.L8Laun3riCU9vsD0cIerIint9v_ezlIbFqoNCk_LNkY}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 09:38:02.243 +05:30 1a263a5e-6609-4f57-a469-6af41b03d519 INF Route matched with {action = "GetRoleGroupList", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetRoleGroupList(System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 09:38:02.245 +05:30 045a326a-4a66-452b-86a9-cc5049c40940 INF Executing endpoint 'Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyList (Sang.Security.Api)' 2024-09-13 09:38:02.245 +05:30 045a326a-4a66-452b-86a9-cc5049c40940 INF Route matched with {action = "GetPasswordPolicyList", controller = "PasswordPolicy"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPasswordPolicyList(System.String) on controller Sang.Security.Api.Controllers.PasswordPolicyController (Sang.Security.Api). 2024-09-13 09:38:02.258 +05:30 1a263a5e-6609-4f57-a469-6af41b03d519 INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 09:38:02.258 +05:30 1a263a5e-6609-4f57-a469-6af41b03d519 INF Executed action Sang.Security.Api.Controllers.RoleController.GetRoleGroupList (Sang.Security.Api) in 15.7636ms 2024-09-13 09:38:02.259 +05:30 1a263a5e-6609-4f57-a469-6af41b03d519 INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleGroupList (Sang.Security.Api)' 2024-09-13 09:38:02.259 +05:30 1a263a5e-6609-4f57-a469-6af41b03d519 INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: 967d84ba-3343-493e-96af-6844f5aeb349}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 84} Body: {"status":"Failure","statusCode":3001,"message":"Record(s) Not Found","result":null} 2024-09-13 09:38:02.259 +05:30 1a263a5e-6609-4f57-a469-6af41b03d519 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolegrouplist?type=1&searchString= - 404 84 application/json; charset=utf-8 19.372ms 2024-09-13 09:38:02.260 +05:30 045a326a-4a66-452b-86a9-cc5049c40940 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 09:38:02.261 +05:30 045a326a-4a66-452b-86a9-cc5049c40940 INF Executed action Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyList (Sang.Security.Api) in 15.0735ms 2024-09-13 09:38:02.261 +05:30 045a326a-4a66-452b-86a9-cc5049c40940 INF Executed endpoint 'Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyList (Sang.Security.Api)' 2024-09-13 09:38:02.261 +05:30 045a326a-4a66-452b-86a9-cc5049c40940 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3bc325f1-cf23-4ced-a512-c5ac01d56a18}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 128} Body: {"status":"Success","statusCode":2000,"message":"Password Policy List retrieved.","result":"[{\"Id\":19,\"Name\":\"Policy1\"}]"} 2024-09-13 09:38:02.261 +05:30 045a326a-4a66-452b-86a9-cc5049c40940 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicylist?type=1&searchString= - 200 128 application/json; charset=utf-8 21.1154ms 2024-09-13 09:38:06.292 +05:30 81a4d060-a98e-42f0-b7f3-cbd525f44037 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - null null 2024-09-13 09:38:06.293 +05:30 81a4d060-a98e-42f0-b7f3-cbd525f44037 INF CORS policy execution successful. 2024-09-13 09:38:06.293 +05:30 81a4d060-a98e-42f0-b7f3-cbd525f44037 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - 204 null null 0.7133ms 2024-09-13 09:38:06.342 +05:30 a581e909-801c-41a8-b844-00d1b00b51ee INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - null null 2024-09-13 09:38:06.343 +05:30 a581e909-801c-41a8-b844-00d1b00b51ee INF CORS policy execution successful. 2024-09-13 09:38:06.343 +05:30 a581e909-801c-41a8-b844-00d1b00b51ee INF HTTP request: Path: /role/getrolesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=10&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MTk5OTU2LCJleHAiOjE3MjYyMDA1NTYsImlhdCI6MTcyNjE5OTk1Nn0.L8Laun3riCU9vsD0cIerIint9v_ezlIbFqoNCk_LNkY}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 09:38:06.344 +05:30 b0cb3dc6-d81b-4035-99b6-cb1fd02a722b INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api)' 2024-09-13 09:38:06.344 +05:30 b0cb3dc6-d81b-4035-99b6-cb1fd02a722b INF Route matched with {action = "GetRoleSummary", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetRoleSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 09:38:06.356 +05:30 b0cb3dc6-d81b-4035-99b6-cb1fd02a722b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 09:38:06.356 +05:30 b0cb3dc6-d81b-4035-99b6-cb1fd02a722b INF Executed action Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api) in 11.9225ms 2024-09-13 09:38:06.356 +05:30 b0cb3dc6-d81b-4035-99b6-cb1fd02a722b INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api)' 2024-09-13 09:38:06.356 +05:30 b0cb3dc6-d81b-4035-99b6-cb1fd02a722b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a581e909-801c-41a8-b844-00d1b00b51ee}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 647} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":5,\"Name\":\"Test_Steffy_Role\",\"CreatedOn\":\"2024-09-12T03:58:56.8\",\"ModifiedOn\":\"2024-09-13T04:08:01.61\"},{\"IId\":4,\"Name\":\"testRole1109\",\"CreatedOn\":\"2024-09-11T09:06:42.577\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:43:19.69\",\"ModifiedOn\":null},{\"IId\":2,\"Name\":\"Test Goklu\",\"CreatedOn\":\"2024-09-11T08:42:20.61\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"TestRole\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":5,\"TotalPages\":1}]}"} 2024-09-13 09:38:06.357 +05:30 b0cb3dc6-d81b-4035-99b6-cb1fd02a722b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - 200 647 application/json; charset=utf-8 14.6439ms 2024-09-13 09:48:28.210 +05:30 INF Application is shutting down... 2024-09-13 10:00:35.542 +05:30 WRN Using an in-memory repository. Keys will not be persisted to storage. 2024-09-13 10:00:35.602 +05:30 WRN Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. 2024-09-13 10:00:35.627 +05:30 INF Creating key {06d9b2b8-7b7f-4aa2-afd8-d9c9a5e3a8ab} with creation date 2024-09-13 04:30:35Z, activation date 2024-09-13 04:30:35Z, and expiration date 2024-12-12 04:30:35Z. 2024-09-13 10:00:35.641 +05:30 WRN No XML encryptor configured. Key {06d9b2b8-7b7f-4aa2-afd8-d9c9a5e3a8ab} may be persisted to storage in unencrypted form. 2024-09-13 10:00:35.840 +05:30 INF Application started. Press Ctrl+C to shut down. 2024-09-13 10:00:35.841 +05:30 INF Hosting environment: Production 2024-09-13 10:00:35.841 +05:30 INF Content root path: C:\inetpub\wwwroot\SangSecurityAPI 2024-09-13 10:00:35.854 +05:30 c753fb9e-42b5-45d9-b0ab-5193faa50d05 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAwMzU1LCJleHAiOjE3MjYyMDEyNTUsImlhdCI6MTcyNjIwMDM1NX0.tI_zyef1PpP9D20Cwj3mLs-eJi1rErV-vGfq3TbYiYg - null null 2024-09-13 10:00:35.917 +05:30 c753fb9e-42b5-45d9-b0ab-5193faa50d05 INF CORS policy execution successful. 2024-09-13 10:00:35.938 +05:30 c753fb9e-42b5-45d9-b0ab-5193faa50d05 INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAwMzU1LCJleHAiOjE3MjYyMDEyNTUsImlhdCI6MTcyNjIwMDM1NX0.tI_zyef1PpP9D20Cwj3mLs-eJi1rErV-vGfq3TbYiYg Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 10:00:35.986 +05:30 f3006cf7-d09e-462c-a3db-8a091a469f42 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 10:00:36.014 +05:30 f3006cf7-d09e-462c-a3db-8a091a469f42 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 10:00:36.153 +05:30 f3006cf7-d09e-462c-a3db-8a091a469f42 INF Executing BadRequestObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:00:36.257 +05:30 f3006cf7-d09e-462c-a3db-8a091a469f42 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 238.5013ms 2024-09-13 10:00:36.260 +05:30 f3006cf7-d09e-462c-a3db-8a091a469f42 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 10:00:36.261 +05:30 f3006cf7-d09e-462c-a3db-8a091a469f42 INF HTTP Response: StatusCode: 400 Headers: {X-Correlation-Id: c753fb9e-42b5-45d9-b0ab-5193faa50d05}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 90} Body: {"status":"Failure","statusCode":4000,"message":"Refresh token has expired","result":null} 2024-09-13 10:00:36.272 +05:30 f3006cf7-d09e-462c-a3db-8a091a469f42 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAwMzU1LCJleHAiOjE3MjYyMDEyNTUsImlhdCI6MTcyNjIwMDM1NX0.tI_zyef1PpP9D20Cwj3mLs-eJi1rErV-vGfq3TbYiYg - 400 90 application/json; charset=utf-8 420.0656ms 2024-09-13 10:00:36.320 +05:30 b5607602-b2fb-41c6-97cd-39c62bcb3b65 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAwMzU1LCJleHAiOjE3MjYyMDEyNTUsImlhdCI6MTcyNjIwMDM1NX0.tI_zyef1PpP9D20Cwj3mLs-eJi1rErV-vGfq3TbYiYg - null null 2024-09-13 10:00:36.323 +05:30 b5607602-b2fb-41c6-97cd-39c62bcb3b65 INF CORS policy execution successful. 2024-09-13 10:00:36.325 +05:30 b5607602-b2fb-41c6-97cd-39c62bcb3b65 INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAwMzU1LCJleHAiOjE3MjYyMDEyNTUsImlhdCI6MTcyNjIwMDM1NX0.tI_zyef1PpP9D20Cwj3mLs-eJi1rErV-vGfq3TbYiYg Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 10:00:36.327 +05:30 e0ab6482-2816-40c3-87d3-4546ba90f5b5 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 10:00:36.327 +05:30 e0ab6482-2816-40c3-87d3-4546ba90f5b5 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 10:00:36.333 +05:30 e0ab6482-2816-40c3-87d3-4546ba90f5b5 INF Executing BadRequestObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:00:36.335 +05:30 e0ab6482-2816-40c3-87d3-4546ba90f5b5 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 7.4032ms 2024-09-13 10:00:36.335 +05:30 e0ab6482-2816-40c3-87d3-4546ba90f5b5 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 10:00:36.335 +05:30 e0ab6482-2816-40c3-87d3-4546ba90f5b5 INF HTTP Response: StatusCode: 400 Headers: {X-Correlation-Id: b5607602-b2fb-41c6-97cd-39c62bcb3b65}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 90} Body: {"status":"Failure","statusCode":4000,"message":"Refresh token has expired","result":null} 2024-09-13 10:00:36.336 +05:30 e0ab6482-2816-40c3-87d3-4546ba90f5b5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAwMzU1LCJleHAiOjE3MjYyMDEyNTUsImlhdCI6MTcyNjIwMDM1NX0.tI_zyef1PpP9D20Cwj3mLs-eJi1rErV-vGfq3TbYiYg - 400 90 application/json; charset=utf-8 16.8284ms 2024-09-13 10:00:43.031 +05:30 f803b964-f0fa-47b7-bc79-7f9865cc3014 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=TestUser2 - null null 2024-09-13 10:00:43.037 +05:30 f803b964-f0fa-47b7-bc79-7f9865cc3014 INF CORS policy execution successful. 2024-09-13 10:00:43.039 +05:30 f803b964-f0fa-47b7-bc79-7f9865cc3014 INF HTTP request: Path: /login/getcompany QueryString: ?userName=TestUser2 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 10:00:43.040 +05:30 7836ceb2-0fc3-4acf-b873-39c1052f866e INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 10:00:43.051 +05:30 7836ceb2-0fc3-4acf-b873-39c1052f866e INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 10:00:43.430 +05:30 7836ceb2-0fc3-4acf-b873-39c1052f866e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:00:43.432 +05:30 7836ceb2-0fc3-4acf-b873-39c1052f866e INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 380.4341ms 2024-09-13 10:00:43.433 +05:30 7836ceb2-0fc3-4acf-b873-39c1052f866e INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 10:00:43.434 +05:30 7836ceb2-0fc3-4acf-b873-39c1052f866e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f803b964-f0fa-47b7-bc79-7f9865cc3014}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 177} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":7,\"Company Name\":\"Entity9\"},{\"ID\":5,\"Company Name\":\"Entity5\"}]"} 2024-09-13 10:00:43.438 +05:30 7836ceb2-0fc3-4acf-b873-39c1052f866e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=TestUser2 - 200 177 application/json; charset=utf-8 407.4302ms 2024-09-13 10:00:45.356 +05:30 2123ec8a-9412-4715-b299-37cea8561c93 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 10:00:45.357 +05:30 2123ec8a-9412-4715-b299-37cea8561c93 INF CORS policy execution successful. 2024-09-13 10:00:45.358 +05:30 2123ec8a-9412-4715-b299-37cea8561c93 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 2.3233ms 2024-09-13 10:00:45.413 +05:30 efa119ef-0463-4ed7-ab17-b6506e802384 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 115 2024-09-13 10:00:45.414 +05:30 efa119ef-0463-4ed7-ab17-b6506e802384 INF CORS policy execution successful. 2024-09-13 10:00:45.416 +05:30 efa119ef-0463-4ed7-ab17-b6506e802384 INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 115}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"TestUser2","password":"ThD1sAhHszj8ULHIf0IMyg==","entityId":7,"Company Name":"Entity9"} 2024-09-13 10:00:45.417 +05:30 4e684b2b-c034-4bd9-9a05-be439ffcae9c INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 10:00:45.425 +05:30 4e684b2b-c034-4bd9-9a05-be439ffcae9c INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 10:00:45.521 +05:30 4e684b2b-c034-4bd9-9a05-be439ffcae9c INF Database retrieved 2024-09-13 10:00:45.574 +05:30 4e684b2b-c034-4bd9-9a05-be439ffcae9c INF Executing BadRequestObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:00:45.575 +05:30 4e684b2b-c034-4bd9-9a05-be439ffcae9c INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 149.1425ms 2024-09-13 10:00:45.575 +05:30 4e684b2b-c034-4bd9-9a05-be439ffcae9c INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 10:00:45.575 +05:30 4e684b2b-c034-4bd9-9a05-be439ffcae9c INF HTTP Response: StatusCode: 400 Headers: {X-Correlation-Id: efa119ef-0463-4ed7-ab17-b6506e802384}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 82} Body: {"status":"Failure","statusCode":3000,"message":"Invalid password.","result":null} 2024-09-13 10:00:45.576 +05:30 4e684b2b-c034-4bd9-9a05-be439ffcae9c INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 400 82 application/json; charset=utf-8 162.9345ms 2024-09-13 10:00:54.057 +05:30 0c63bfaf-aafd-48dc-b0c8-a775461f21c7 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - null null 2024-09-13 10:00:54.058 +05:30 0c63bfaf-aafd-48dc-b0c8-a775461f21c7 INF CORS policy execution successful. 2024-09-13 10:00:54.059 +05:30 0c63bfaf-aafd-48dc-b0c8-a775461f21c7 INF HTTP request: Path: /login/getcompany QueryString: ?userName=dipin Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 10:00:54.060 +05:30 ae6c97b3-bf84-44ad-bcae-c7b28e4b3ecf INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 10:00:54.060 +05:30 ae6c97b3-bf84-44ad-bcae-c7b28e4b3ecf INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 10:00:54.095 +05:30 ae6c97b3-bf84-44ad-bcae-c7b28e4b3ecf INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:00:54.096 +05:30 ae6c97b3-bf84-44ad-bcae-c7b28e4b3ecf INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 35.5843ms 2024-09-13 10:00:54.096 +05:30 ae6c97b3-bf84-44ad-bcae-c7b28e4b3ecf INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 10:00:54.096 +05:30 ae6c97b3-bf84-44ad-bcae-c7b28e4b3ecf INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0c63bfaf-aafd-48dc-b0c8-a775461f21c7}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 10:00:54.097 +05:30 ae6c97b3-bf84-44ad-bcae-c7b28e4b3ecf INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - 200 138 application/json; charset=utf-8 40.4996ms 2024-09-13 10:00:59.042 +05:30 55589432-b9f4-44aa-bd2c-6ac458aa1b47 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 10:00:59.043 +05:30 55589432-b9f4-44aa-bd2c-6ac458aa1b47 INF CORS policy execution successful. 2024-09-13 10:00:59.045 +05:30 55589432-b9f4-44aa-bd2c-6ac458aa1b47 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 2.9375ms 2024-09-13 10:00:59.098 +05:30 2949ec2c-7a28-480b-84ad-3a81cb18224c INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 112 2024-09-13 10:00:59.099 +05:30 2949ec2c-7a28-480b-84ad-3a81cb18224c INF CORS policy execution successful. 2024-09-13 10:00:59.100 +05:30 2949ec2c-7a28-480b-84ad-3a81cb18224c INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 112}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"dipin","password":"UjgEpa1oE5f/WyfCWCwrcg==","entityId":8,"Company Name":"Entity10"} 2024-09-13 10:00:59.100 +05:30 e30b2bf9-44ef-4efb-9e35-1b504781a58f INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 10:00:59.100 +05:30 e30b2bf9-44ef-4efb-9e35-1b504781a58f INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 10:00:59.118 +05:30 e30b2bf9-44ef-4efb-9e35-1b504781a58f INF Database retrieved 2024-09-13 10:00:59.181 +05:30 e30b2bf9-44ef-4efb-9e35-1b504781a58f INF Token generated 2024-09-13 10:00:59.182 +05:30 e30b2bf9-44ef-4efb-9e35-1b504781a58f INF Token generated 2024-09-13 10:00:59.187 +05:30 e30b2bf9-44ef-4efb-9e35-1b504781a58f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:00:59.188 +05:30 e30b2bf9-44ef-4efb-9e35-1b504781a58f INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 87.9824ms 2024-09-13 10:00:59.189 +05:30 e30b2bf9-44ef-4efb-9e35-1b504781a58f INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 10:00:59.189 +05:30 e30b2bf9-44ef-4efb-9e35-1b504781a58f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 2949ec2c-7a28-480b-84ad-3a81cb18224c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 876} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAxODU5LCJleHAiOjE3MjYyMDI0NTksImlhdCI6MTcyNjIwMTg1OX0.-Q9lq-Xj_amlDJ2evZkxg-o9yaxHx9G0jEw7VNqjUn0\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAxODU5LCJleHAiOjE3MjYyMDI3NTksImlhdCI6MTcyNjIwMTg1OX0.MdXHvR5flPW3ZznvSK8Mzd_3dvpXiIzLnbKBK01IJk0\"}"} 2024-09-13 10:00:59.190 +05:30 e30b2bf9-44ef-4efb-9e35-1b504781a58f INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 876 application/json; charset=utf-8 92.0783ms 2024-09-13 10:11:08.563 +05:30 bdb5b926-fb6a-46f2-a03a-2b7bb2101892 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusersummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:11:08.566 +05:30 bdb5b926-fb6a-46f2-a03a-2b7bb2101892 INF CORS policy execution successful. 2024-09-13 10:11:08.569 +05:30 bdb5b926-fb6a-46f2-a03a-2b7bb2101892 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusersummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 5.4531ms 2024-09-13 10:11:08.625 +05:30 b597e74f-47de-4537-9507-094fffcb91b4 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusersummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:11:08.667 +05:30 b597e74f-47de-4537-9507-094fffcb91b4 INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/13/2024 4:09:16 AM', Current time (UTC): '9/13/2024 4:41:08 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-13 10:11:08.679 +05:30 b597e74f-47de-4537-9507-094fffcb91b4 INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/13/2024 4:09:16 AM', Current time (UTC): '9/13/2024 4:41:08 AM'. 2024-09-13 10:11:08.680 +05:30 b597e74f-47de-4537-9507-094fffcb91b4 INF CORS policy execution successful. 2024-09-13 10:11:08.681 +05:30 b597e74f-47de-4537-9507-094fffcb91b4 INF HTTP request: Path: /user/getusersummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MTk5OTU2LCJleHAiOjE3MjYyMDA1NTYsImlhdCI6MTcyNjE5OTk1Nn0.L8Laun3riCU9vsD0cIerIint9v_ezlIbFqoNCk_LNkY}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:11:08.695 +05:30 19d53bdf-5918-4baf-9ace-bd58bf8c531d INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-13 10:11:08.703 +05:30 19d53bdf-5918-4baf-9ace-bd58bf8c531d INF AuthenticationScheme: Bearer was challenged. 2024-09-13 10:11:08.703 +05:30 19d53bdf-5918-4baf-9ace-bd58bf8c531d INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: b597e74f-47de-4537-9507-094fffcb91b4}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/13/2024 04:09:16'"} Body: 2024-09-13 10:11:08.705 +05:30 19d53bdf-5918-4baf-9ace-bd58bf8c531d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusersummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 401 null null 80.0796ms 2024-09-13 10:11:08.809 +05:30 4d62f262-adb5-45fe-b470-430d4b353cf5 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MTk5OTU2LCJleHAiOjE3MjYyMDA4NTYsImlhdCI6MTcyNjE5OTk1Nn0.WKcoBjiBB-OQhEBAVGittyPw4AMfXUdmW0Ja23g-s7c - null null 2024-09-13 10:11:08.810 +05:30 4d62f262-adb5-45fe-b470-430d4b353cf5 INF CORS policy execution successful. 2024-09-13 10:11:08.810 +05:30 4d62f262-adb5-45fe-b470-430d4b353cf5 INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MTk5OTU2LCJleHAiOjE3MjYyMDA4NTYsImlhdCI6MTcyNjE5OTk1Nn0.WKcoBjiBB-OQhEBAVGittyPw4AMfXUdmW0Ja23g-s7c Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:11:08.811 +05:30 a882b684-191d-414b-a769-4f3dd5717028 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 10:11:08.812 +05:30 a882b684-191d-414b-a769-4f3dd5717028 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 10:11:08.819 +05:30 a882b684-191d-414b-a769-4f3dd5717028 INF Executing BadRequestObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:11:08.820 +05:30 a882b684-191d-414b-a769-4f3dd5717028 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 7.8611ms 2024-09-13 10:11:08.820 +05:30 a882b684-191d-414b-a769-4f3dd5717028 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 10:11:08.820 +05:30 a882b684-191d-414b-a769-4f3dd5717028 INF HTTP Response: StatusCode: 400 Headers: {X-Correlation-Id: 4d62f262-adb5-45fe-b470-430d4b353cf5}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 90} Body: {"status":"Failure","statusCode":4000,"message":"Refresh token has expired","result":null} 2024-09-13 10:11:08.821 +05:30 a882b684-191d-414b-a769-4f3dd5717028 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MTk5OTU2LCJleHAiOjE3MjYyMDA4NTYsImlhdCI6MTcyNjE5OTk1Nn0.WKcoBjiBB-OQhEBAVGittyPw4AMfXUdmW0Ja23g-s7c - 400 90 application/json; charset=utf-8 12.0256ms 2024-09-13 10:11:08.902 +05:30 10681f82-ba26-49c7-99be-26f02394ca7f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MTk5OTU2LCJleHAiOjE3MjYyMDA4NTYsImlhdCI6MTcyNjE5OTk1Nn0.WKcoBjiBB-OQhEBAVGittyPw4AMfXUdmW0Ja23g-s7c - null null 2024-09-13 10:11:08.902 +05:30 10681f82-ba26-49c7-99be-26f02394ca7f INF CORS policy execution successful. 2024-09-13 10:11:08.903 +05:30 10681f82-ba26-49c7-99be-26f02394ca7f INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MTk5OTU2LCJleHAiOjE3MjYyMDA4NTYsImlhdCI6MTcyNjE5OTk1Nn0.WKcoBjiBB-OQhEBAVGittyPw4AMfXUdmW0Ja23g-s7c Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:11:08.903 +05:30 1f892d71-bcd4-407c-9bb6-ed3beaffee50 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 10:11:08.903 +05:30 1f892d71-bcd4-407c-9bb6-ed3beaffee50 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 10:11:08.905 +05:30 1f892d71-bcd4-407c-9bb6-ed3beaffee50 INF Executing BadRequestObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:11:08.906 +05:30 1f892d71-bcd4-407c-9bb6-ed3beaffee50 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 2.9092ms 2024-09-13 10:11:08.906 +05:30 1f892d71-bcd4-407c-9bb6-ed3beaffee50 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 10:11:08.907 +05:30 1f892d71-bcd4-407c-9bb6-ed3beaffee50 INF HTTP Response: StatusCode: 400 Headers: {X-Correlation-Id: 10681f82-ba26-49c7-99be-26f02394ca7f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 90} Body: {"status":"Failure","statusCode":4000,"message":"Refresh token has expired","result":null} 2024-09-13 10:11:08.911 +05:30 1f892d71-bcd4-407c-9bb6-ed3beaffee50 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MTk5OTU2LCJleHAiOjE3MjYyMDA4NTYsImlhdCI6MTcyNjE5OTk1Nn0.WKcoBjiBB-OQhEBAVGittyPw4AMfXUdmW0Ja23g-s7c - 400 90 application/json; charset=utf-8 8.7483ms 2024-09-13 10:11:14.534 +05:30 881334a4-ee82-4f9d-8b11-af0901debe8c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=Steffy - null null 2024-09-13 10:11:14.535 +05:30 881334a4-ee82-4f9d-8b11-af0901debe8c INF CORS policy execution successful. 2024-09-13 10:11:14.536 +05:30 881334a4-ee82-4f9d-8b11-af0901debe8c INF HTTP request: Path: /login/getcompany QueryString: ?userName=Steffy Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:11:14.537 +05:30 ea0c48bd-d649-446e-aeea-677a325278f0 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 10:11:14.537 +05:30 ea0c48bd-d649-446e-aeea-677a325278f0 INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 10:11:14.578 +05:30 ea0c48bd-d649-446e-aeea-677a325278f0 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:11:14.578 +05:30 ea0c48bd-d649-446e-aeea-677a325278f0 INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 40.8776ms 2024-09-13 10:11:14.578 +05:30 ea0c48bd-d649-446e-aeea-677a325278f0 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 10:11:14.579 +05:30 ea0c48bd-d649-446e-aeea-677a325278f0 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 881334a4-ee82-4f9d-8b11-af0901debe8c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 179} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"},{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 10:11:14.579 +05:30 ea0c48bd-d649-446e-aeea-677a325278f0 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=Steffy - 200 179 application/json; charset=utf-8 45.0898ms 2024-09-13 10:11:22.517 +05:30 28c8918b-e5ff-454d-9b80-0da3f93b70dc INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 10:11:22.518 +05:30 28c8918b-e5ff-454d-9b80-0da3f93b70dc INF CORS policy execution successful. 2024-09-13 10:11:22.519 +05:30 28c8918b-e5ff-454d-9b80-0da3f93b70dc INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 1.8165ms 2024-09-13 10:11:22.565 +05:30 360deb47-f648-4508-8e75-b19c0a712499 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 113 2024-09-13 10:11:22.565 +05:30 360deb47-f648-4508-8e75-b19c0a712499 INF CORS policy execution successful. 2024-09-13 10:11:22.566 +05:30 360deb47-f648-4508-8e75-b19c0a712499 INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Content-Length: 113}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"Steffy","password":"1Cq38fb1YqVqkFchNqRfJg==","entityId":8,"Company Name":"Entity10"} 2024-09-13 10:11:22.566 +05:30 2e21b6b0-13af-4f21-b397-4bfddae72151 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 10:11:22.566 +05:30 2e21b6b0-13af-4f21-b397-4bfddae72151 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 10:11:22.597 +05:30 2e21b6b0-13af-4f21-b397-4bfddae72151 INF Database retrieved 2024-09-13 10:11:22.635 +05:30 2e21b6b0-13af-4f21-b397-4bfddae72151 INF Token generated 2024-09-13 10:11:22.636 +05:30 2e21b6b0-13af-4f21-b397-4bfddae72151 INF Token generated 2024-09-13 10:11:22.636 +05:30 2e21b6b0-13af-4f21-b397-4bfddae72151 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:11:22.637 +05:30 2e21b6b0-13af-4f21-b397-4bfddae72151 INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 70.6503ms 2024-09-13 10:11:22.637 +05:30 2e21b6b0-13af-4f21-b397-4bfddae72151 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 10:11:22.638 +05:30 2e21b6b0-13af-4f21-b397-4bfddae72151 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 360deb47-f648-4508-8e75-b19c0a712499}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 884} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMzODIsImlhdCI6MTcyNjIwMjQ4Mn0.ouawUiQhNHbSfK0qmb0SlOu6yXt88fO34i1mqRdyvSM\"}"} 2024-09-13 10:11:22.639 +05:30 2e21b6b0-13af-4f21-b397-4bfddae72151 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 884 application/json; charset=utf-8 73.8992ms 2024-09-13 10:11:32.778 +05:30 460890d1-4224-409d-bd0b-8ae850a18e0b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:11:32.780 +05:30 460890d1-4224-409d-bd0b-8ae850a18e0b INF CORS policy execution successful. 2024-09-13 10:11:32.781 +05:30 460890d1-4224-409d-bd0b-8ae850a18e0b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 2.2184ms 2024-09-13 10:11:32.824 +05:30 26d08e47-4380-46c9-865d-088fde96a525 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:11:32.839 +05:30 26d08e47-4380-46c9-865d-088fde96a525 INF CORS policy execution successful. 2024-09-13 10:11:32.840 +05:30 26d08e47-4380-46c9-865d-088fde96a525 INF HTTP request: Path: /profile/getprofilesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:11:32.843 +05:30 863a3481-80e7-48fa-ba6f-39fe6122a16f INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 10:11:32.851 +05:30 863a3481-80e7-48fa-ba6f-39fe6122a16f INF Route matched with {action = "GetProfileSummary", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 10:11:32.925 +05:30 863a3481-80e7-48fa-ba6f-39fe6122a16f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:11:32.926 +05:30 863a3481-80e7-48fa-ba6f-39fe6122a16f INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api) in 73.9843ms 2024-09-13 10:11:32.926 +05:30 863a3481-80e7-48fa-ba6f-39fe6122a16f INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 10:11:32.926 +05:30 863a3481-80e7-48fa-ba6f-39fe6122a16f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 26d08e47-4380-46c9-865d-088fde96a525}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 779} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":6,\"Name\":\"Test_Steffy_Profile2\",\"CreatedOn\":\"2024-09-12T12:00:29.167\",\"ModifiedOn\":null},{\"IId\":5,\"Name\":\"Test_Steffy_Profile\",\"CreatedOn\":\"2024-09-12T03:49:55.283\",\"ModifiedOn\":\"09/12/2024 14:56:25\"},{\"IId\":4,\"Name\":\"testProfile\",\"CreatedOn\":\"2024-09-11T09:05:40.767\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:42:19.627\",\"ModifiedOn\":\"09/12/2024 05:35:34\"},{\"IId\":2,\"Name\":\"Test Gokul\",\"CreatedOn\":\"2024-09-11T08:41:24.593\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"FullAccess\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":6,\"TotalPages\":1}]}"} 2024-09-13 10:11:32.927 +05:30 863a3481-80e7-48fa-ba6f-39fe6122a16f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 200 779 application/json; charset=utf-8 102.2611ms 2024-09-13 10:12:03.301 +05:30 1b02cfb7-4034-4cce-a392-4cee4ac462f5 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusersummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:12:03.303 +05:30 1b02cfb7-4034-4cce-a392-4cee4ac462f5 INF CORS policy execution successful. 2024-09-13 10:12:03.304 +05:30 1b02cfb7-4034-4cce-a392-4cee4ac462f5 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusersummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 3.3951ms 2024-09-13 10:12:03.359 +05:30 c57e9a02-5f2b-4118-b9c5-8ca7b09a03d6 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusersummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:12:03.361 +05:30 c57e9a02-5f2b-4118-b9c5-8ca7b09a03d6 INF CORS policy execution successful. 2024-09-13 10:12:03.362 +05:30 c57e9a02-5f2b-4118-b9c5-8ca7b09a03d6 INF HTTP request: Path: /user/getusersummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:12:03.368 +05:30 71029b95-8fb2-4f13-a102-7cb8ab3bcbd7 INF Executing endpoint 'Sang.Security.Api.Controllers.UserController.GetUserSummary (Sang.Security.Api)' 2024-09-13 10:12:03.376 +05:30 71029b95-8fb2-4f13-a102-7cb8ab3bcbd7 INF Route matched with {action = "GetUserSummary", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.UserController (Sang.Security.Api). 2024-09-13 10:12:03.478 +05:30 71029b95-8fb2-4f13-a102-7cb8ab3bcbd7 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:12:03.479 +05:30 71029b95-8fb2-4f13-a102-7cb8ab3bcbd7 INF Executed action Sang.Security.Api.Controllers.UserController.GetUserSummary (Sang.Security.Api) in 102.5846ms 2024-09-13 10:12:03.479 +05:30 71029b95-8fb2-4f13-a102-7cb8ab3bcbd7 INF Executed endpoint 'Sang.Security.Api.Controllers.UserController.GetUserSummary (Sang.Security.Api)' 2024-09-13 10:12:03.479 +05:30 71029b95-8fb2-4f13-a102-7cb8ab3bcbd7 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c57e9a02-5f2b-4118-b9c5-8ca7b09a03d6}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 1039} Body: {"status":"Success","statusCode":2000,"message":"User Summary retrieved.","result":"{\"Data\":[{\"IId\":12,\"Name\":\"testLogin\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-12T05:45:29.54\",\"ModifiedOn\":null},{\"IId\":11,\"Name\":\"Chikku\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-12T04:24:57.55\",\"ModifiedOn\":null},{\"IId\":10,\"Name\":\"Steffy\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-12T04:08:00.65\",\"ModifiedOn\":null},{\"IId\":8,\"Name\":\"apiuser\",\"CreatedBy\":null,\"CreatedOn\":null,\"ModifiedOn\":null},{\"IId\":7,\"Name\":\"testUser\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-11T09:16:31.587\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"gokul\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-11T08:46:22.55\",\"ModifiedOn\":null},{\"IId\":2,\"Name\":\"dipin\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-11T08:45:17.133\",\"ModifiedOn\":\"09/11/2024 09:32:10\"},{\"IId\":1,\"Name\":\"sa\",\"CreatedBy\":null,\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":8,\"TotalPages\":1}]}"} 2024-09-13 10:12:03.480 +05:30 71029b95-8fb2-4f13-a102-7cb8ab3bcbd7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusersummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 200 1039 application/json; charset=utf-8 121.2487ms 2024-09-13 10:12:08.194 +05:30 44f263e1-cdc4-482c-902d-4fbb234effa9 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getuserdetails?id=10 - null null 2024-09-13 10:12:08.195 +05:30 44f263e1-cdc4-482c-902d-4fbb234effa9 INF CORS policy execution successful. 2024-09-13 10:12:08.196 +05:30 44f263e1-cdc4-482c-902d-4fbb234effa9 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getuserdetails?id=10 - 204 null null 2.4024ms 2024-09-13 10:12:08.250 +05:30 62331639-d34c-4412-a7ae-6dbaacbe58a0 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getuserdetails?id=10 - null null 2024-09-13 10:12:08.252 +05:30 62331639-d34c-4412-a7ae-6dbaacbe58a0 INF CORS policy execution successful. 2024-09-13 10:12:08.253 +05:30 62331639-d34c-4412-a7ae-6dbaacbe58a0 INF HTTP request: Path: /user/getuserdetails QueryString: ?id=10 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:12:08.254 +05:30 6ef25a05-ab85-4f79-aa35-9de81f0afcc0 INF Executing endpoint 'Sang.Security.Api.Controllers.UserController.GetUserDetails (Sang.Security.Api)' 2024-09-13 10:12:08.262 +05:30 6ef25a05-ab85-4f79-aa35-9de81f0afcc0 INF Route matched with {action = "GetUserDetails", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserDetails(Int32) on controller Sang.Security.Api.Controllers.UserController (Sang.Security.Api). 2024-09-13 10:12:08.300 +05:30 6ef25a05-ab85-4f79-aa35-9de81f0afcc0 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:12:08.301 +05:30 6ef25a05-ab85-4f79-aa35-9de81f0afcc0 INF Executed action Sang.Security.Api.Controllers.UserController.GetUserDetails (Sang.Security.Api) in 38.9578ms 2024-09-13 10:12:08.301 +05:30 6ef25a05-ab85-4f79-aa35-9de81f0afcc0 INF Executed endpoint 'Sang.Security.Api.Controllers.UserController.GetUserDetails (Sang.Security.Api)' 2024-09-13 10:12:08.301 +05:30 6ef25a05-ab85-4f79-aa35-9de81f0afcc0 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 62331639-d34c-4412-a7ae-6dbaacbe58a0}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 1329} Body: {"status":"Success","statusCode":2000,"message":"User Details retrieved.","result":"{\"MainDetails\":[{\"Id\":10,\"LoginName\":\"Steffy\",\"LoginAbbr\":\"\",\"UserName\":\"Steffy\",\"Email\":\"steffyanish22@gmail.com\",\"Phone\":\"\",\"Mobile\":\"\",\"Image\":\"\",\"Group\":false,\"Parent\":0,\"UserType\":0,\"LinkId\":0,\"DomainName\":\"\",\"DomainUser\":\"\",\"AccountDisabled\":false,\"SendEmailOnNotification\":false,\"AllowMultipleLogins\":false,\"EmailOnLoginFailure\":false,\"EmailUserOnLoginSuccess\":false,\"DontLockAccount\":false,\"NumInvalidAttempts\":0,\"LockedUntil\":null,\"BlockFromDate\":null,\"BlockToDate\":null,\"TimeRestrictionStartDate\":null,\"TimeRestrictionEndDate\":null,\"TimeRestrictionStartTime\":null,\"TimeRestrictionEndTime\":null,\"Location\":0,\"Language\":1,\"AltLanguage\":1,\"TimeZone\":0,\"UserAccess\":0,\"PWDChangeDate\":null,\"AuthenticationCode\":\"\",\"Signature\":\"\",\"Role\":5,\"RoleName\":\"Test_Steffy_Role\",\"EmailAuthPermission\":false,\"MacAddress\":\"\",\"PWDChangeNextLogOn\":false,\"PWDNeverExpires\":false,\"PWDCantChange\":false,\"PWDExpiry\":0,\"SecurityQuestion\":1,\"SecurityAnswer\":\"Chikku\",\"ImagePath\":\"\",\"SignaturePath\":\"\"}],\"Days\":[{\"Day\":1},{\"Day\":2},{\"Day\":3},{\"Day\":4},{\"Day\":5},{\"Day\":6},{\"Day\":7}],\"EntryRestrictionDetails\":[]}"} 2024-09-13 10:12:08.302 +05:30 6ef25a05-ab85-4f79-aa35-9de81f0afcc0 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getuserdetails?id=10 - 200 1329 application/json; charset=utf-8 51.26ms 2024-09-13 10:12:08.441 +05:30 1d107b30-b90e-49bf-98cf-dd044d1c2fa1 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicyregex?roleId=5 - null null 2024-09-13 10:12:08.441 +05:30 1d107b30-b90e-49bf-98cf-dd044d1c2fa1 INF CORS policy execution successful. 2024-09-13 10:12:08.441 +05:30 1d107b30-b90e-49bf-98cf-dd044d1c2fa1 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicyregex?roleId=5 - 204 null null 0.9035ms 2024-09-13 10:12:08.509 +05:30 793c71b2-b474-4407-9d9e-15ad11b33651 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicyregex?roleId=5 - null null 2024-09-13 10:12:08.510 +05:30 793c71b2-b474-4407-9d9e-15ad11b33651 INF CORS policy execution successful. 2024-09-13 10:12:08.510 +05:30 793c71b2-b474-4407-9d9e-15ad11b33651 INF HTTP request: Path: /passwordpolicy/getpasswordpolicyregex QueryString: ?roleId=5 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:12:08.511 +05:30 c255ac4b-6f89-4feb-b43b-04efd2764cb2 INF Executing endpoint 'Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyRegEx (Sang.Security.Api)' 2024-09-13 10:12:08.515 +05:30 c255ac4b-6f89-4feb-b43b-04efd2764cb2 INF Route matched with {action = "GetPasswordPolicyRegEx", controller = "PasswordPolicy"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPasswordPolicyRegEx(Int32) on controller Sang.Security.Api.Controllers.PasswordPolicyController (Sang.Security.Api). 2024-09-13 10:12:08.541 +05:30 c255ac4b-6f89-4feb-b43b-04efd2764cb2 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:12:08.542 +05:30 c255ac4b-6f89-4feb-b43b-04efd2764cb2 INF Executed action Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyRegEx (Sang.Security.Api) in 26.2856ms 2024-09-13 10:12:08.542 +05:30 c255ac4b-6f89-4feb-b43b-04efd2764cb2 INF Executed endpoint 'Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyRegEx (Sang.Security.Api)' 2024-09-13 10:12:08.542 +05:30 c255ac4b-6f89-4feb-b43b-04efd2764cb2 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 793c71b2-b474-4407-9d9e-15ad11b33651}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 257} Body: {"status":"Success","statusCode":2000,"message":"Password Policy retrieved.","result":"[{\"PolicyRegExp\":\"^(?=.*[A-Z])(?=.*\\\\d).{8,}$\",\"Description\":\"At least 8 characters long;Contains at least one uppercase letter;Contains at least one digit\"}]"} 2024-09-13 10:12:08.542 +05:30 6a17e24d-52a7-45ab-99f4-31a74c64fb42 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString= - null null 2024-09-13 10:12:08.543 +05:30 6a17e24d-52a7-45ab-99f4-31a74c64fb42 INF CORS policy execution successful. 2024-09-13 10:12:08.543 +05:30 c255ac4b-6f89-4feb-b43b-04efd2764cb2 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicyregex?roleId=5 - 200 257 application/json; charset=utf-8 33.6664ms 2024-09-13 10:12:08.543 +05:30 6a17e24d-52a7-45ab-99f4-31a74c64fb42 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString= - 204 null null 0.5625ms 2024-09-13 10:12:08.546 +05:30 e819dcb8-aaba-4165-ad96-95b11762c120 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusergroups - null null 2024-09-13 10:12:08.546 +05:30 e819dcb8-aaba-4165-ad96-95b11762c120 INF CORS policy execution successful. 2024-09-13 10:12:08.546 +05:30 e819dcb8-aaba-4165-ad96-95b11762c120 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusergroups - 204 null null 0.4391ms 2024-09-13 10:12:08.586 +05:30 8ffed816-2ca9-4421-96f4-9062ff9b393c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString= - null null 2024-09-13 10:12:08.587 +05:30 8ffed816-2ca9-4421-96f4-9062ff9b393c INF CORS policy execution successful. 2024-09-13 10:12:08.587 +05:30 8ffed816-2ca9-4421-96f4-9062ff9b393c INF HTTP request: Path: /role/geterproles QueryString: ?searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:12:08.588 +05:30 75104f93-fd79-4f2b-9523-ee07ed5a9ab2 INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api)' 2024-09-13 10:12:08.592 +05:30 75104f93-fd79-4f2b-9523-ee07ed5a9ab2 INF Route matched with {action = "GetERPRoles", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetERPRoles(System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 10:12:08.623 +05:30 75104f93-fd79-4f2b-9523-ee07ed5a9ab2 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:12:08.623 +05:30 75104f93-fd79-4f2b-9523-ee07ed5a9ab2 INF Executed action Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api) in 30.6258ms 2024-09-13 10:12:08.623 +05:30 75104f93-fd79-4f2b-9523-ee07ed5a9ab2 INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api)' 2024-09-13 10:12:08.624 +05:30 75104f93-fd79-4f2b-9523-ee07ed5a9ab2 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8ffed816-2ca9-4421-96f4-9062ff9b393c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 273} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":3,\"Name\":\"dipin\"},{\"Id\":2,\"Name\":\"Test Goklu\"},{\"Id\":5,\"Name\":\"Test_Steffy_Role\"},{\"Id\":1,\"Name\":\"TestRole\"},{\"Id\":4,\"Name\":\"testRole1109\"}]"} 2024-09-13 10:12:08.624 +05:30 75104f93-fd79-4f2b-9523-ee07ed5a9ab2 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString= - 200 273 application/json; charset=utf-8 37.795ms 2024-09-13 10:12:08.822 +05:30 17563343-fcd3-4fe7-8b00-4107a83940f1 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString=Test_Steffy_Role - null null 2024-09-13 10:12:08.822 +05:30 17563343-fcd3-4fe7-8b00-4107a83940f1 INF CORS policy execution successful. 2024-09-13 10:12:08.823 +05:30 17563343-fcd3-4fe7-8b00-4107a83940f1 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString=Test_Steffy_Role - 204 null null 0.8483ms 2024-09-13 10:12:08.868 +05:30 a36c74c6-c1e0-4b2c-926c-5474afcc4468 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString=Test_Steffy_Role - null null 2024-09-13 10:12:08.868 +05:30 a36c74c6-c1e0-4b2c-926c-5474afcc4468 INF CORS policy execution successful. 2024-09-13 10:12:08.869 +05:30 a36c74c6-c1e0-4b2c-926c-5474afcc4468 INF HTTP request: Path: /role/geterproles QueryString: ?searchString=Test_Steffy_Role Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:12:08.873 +05:30 6702401d-6000-4f58-9bcb-fceef1ff33d8 INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api)' 2024-09-13 10:12:08.874 +05:30 6702401d-6000-4f58-9bcb-fceef1ff33d8 INF Route matched with {action = "GetERPRoles", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetERPRoles(System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 10:12:08.894 +05:30 6702401d-6000-4f58-9bcb-fceef1ff33d8 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:12:08.895 +05:30 6702401d-6000-4f58-9bcb-fceef1ff33d8 INF Executed action Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api) in 20.9056ms 2024-09-13 10:12:08.895 +05:30 6702401d-6000-4f58-9bcb-fceef1ff33d8 INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api)' 2024-09-13 10:12:08.895 +05:30 6702401d-6000-4f58-9bcb-fceef1ff33d8 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a36c74c6-c1e0-4b2c-926c-5474afcc4468}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":5,\"Name\":\"Test_Steffy_Role\"}]"} 2024-09-13 10:12:08.897 +05:30 6702401d-6000-4f58-9bcb-fceef1ff33d8 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString=Test_Steffy_Role - 200 138 application/json; charset=utf-8 28.8219ms 2024-09-13 10:12:08.900 +05:30 e69865fe-5b0c-465c-b2ce-322702112900 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusergroups - null null 2024-09-13 10:12:08.902 +05:30 e69865fe-5b0c-465c-b2ce-322702112900 INF CORS policy execution successful. 2024-09-13 10:12:08.904 +05:30 e69865fe-5b0c-465c-b2ce-322702112900 INF HTTP request: Path: /user/getusergroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:12:08.904 +05:30 dbca4896-71b9-4423-b6da-6737a95d4d92 INF Executing endpoint 'Sang.Security.Api.Controllers.UserController.GetUserGroups (Sang.Security.Api)' 2024-09-13 10:12:08.914 +05:30 dbca4896-71b9-4423-b6da-6737a95d4d92 INF Route matched with {action = "GetUserGroups", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserGroups() on controller Sang.Security.Api.Controllers.UserController (Sang.Security.Api). 2024-09-13 10:12:08.958 +05:30 dbca4896-71b9-4423-b6da-6737a95d4d92 INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:12:08.959 +05:30 dbca4896-71b9-4423-b6da-6737a95d4d92 INF Executed action Sang.Security.Api.Controllers.UserController.GetUserGroups (Sang.Security.Api) in 44.3945ms 2024-09-13 10:12:08.959 +05:30 dbca4896-71b9-4423-b6da-6737a95d4d92 INF Executed endpoint 'Sang.Security.Api.Controllers.UserController.GetUserGroups (Sang.Security.Api)' 2024-09-13 10:12:08.959 +05:30 dbca4896-71b9-4423-b6da-6737a95d4d92 INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: e69865fe-5b0c-465c-b2ce-322702112900}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 84} Body: {"status":"Failure","statusCode":3001,"message":"Record(s) Not Found","result":null} 2024-09-13 10:12:08.960 +05:30 dbca4896-71b9-4423-b6da-6737a95d4d92 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusergroups - 404 84 application/json; charset=utf-8 60.0816ms 2024-09-13 10:12:12.992 +05:30 22d6f649-c8e0-473a-9c7a-54b638c8f327 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusersummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:12:12.993 +05:30 22d6f649-c8e0-473a-9c7a-54b638c8f327 INF CORS policy execution successful. 2024-09-13 10:12:12.995 +05:30 22d6f649-c8e0-473a-9c7a-54b638c8f327 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusersummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 2.5813ms 2024-09-13 10:12:13.039 +05:30 1bdaff1e-fdc8-4374-87cd-e68331cbc1ec INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusersummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:12:13.040 +05:30 1bdaff1e-fdc8-4374-87cd-e68331cbc1ec INF CORS policy execution successful. 2024-09-13 10:12:13.040 +05:30 1bdaff1e-fdc8-4374-87cd-e68331cbc1ec INF HTTP request: Path: /user/getusersummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:12:13.041 +05:30 b90aceba-9156-4bf5-ae7d-b48afe6136e9 INF Executing endpoint 'Sang.Security.Api.Controllers.UserController.GetUserSummary (Sang.Security.Api)' 2024-09-13 10:12:13.041 +05:30 b90aceba-9156-4bf5-ae7d-b48afe6136e9 INF Route matched with {action = "GetUserSummary", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.UserController (Sang.Security.Api). 2024-09-13 10:12:13.057 +05:30 b90aceba-9156-4bf5-ae7d-b48afe6136e9 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:12:13.057 +05:30 b90aceba-9156-4bf5-ae7d-b48afe6136e9 INF Executed action Sang.Security.Api.Controllers.UserController.GetUserSummary (Sang.Security.Api) in 15.9917ms 2024-09-13 10:12:13.057 +05:30 b90aceba-9156-4bf5-ae7d-b48afe6136e9 INF Executed endpoint 'Sang.Security.Api.Controllers.UserController.GetUserSummary (Sang.Security.Api)' 2024-09-13 10:12:13.058 +05:30 b90aceba-9156-4bf5-ae7d-b48afe6136e9 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 1bdaff1e-fdc8-4374-87cd-e68331cbc1ec}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 1039} Body: {"status":"Success","statusCode":2000,"message":"User Summary retrieved.","result":"{\"Data\":[{\"IId\":12,\"Name\":\"testLogin\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-12T05:45:29.54\",\"ModifiedOn\":null},{\"IId\":11,\"Name\":\"Chikku\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-12T04:24:57.55\",\"ModifiedOn\":null},{\"IId\":10,\"Name\":\"Steffy\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-12T04:08:00.65\",\"ModifiedOn\":null},{\"IId\":8,\"Name\":\"apiuser\",\"CreatedBy\":null,\"CreatedOn\":null,\"ModifiedOn\":null},{\"IId\":7,\"Name\":\"testUser\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-11T09:16:31.587\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"gokul\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-11T08:46:22.55\",\"ModifiedOn\":null},{\"IId\":2,\"Name\":\"dipin\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-11T08:45:17.133\",\"ModifiedOn\":\"09/11/2024 09:32:10\"},{\"IId\":1,\"Name\":\"sa\",\"CreatedBy\":null,\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":8,\"TotalPages\":1}]}"} 2024-09-13 10:12:13.058 +05:30 b90aceba-9156-4bf5-ae7d-b48afe6136e9 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusersummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 200 1039 application/json; charset=utf-8 19.298ms 2024-09-13 10:12:16.001 +05:30 96d5c1d0-3f4e-4b96-937f-791dc2dcd47c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getuserdetails?id=11 - null null 2024-09-13 10:12:16.003 +05:30 96d5c1d0-3f4e-4b96-937f-791dc2dcd47c INF CORS policy execution successful. 2024-09-13 10:12:16.004 +05:30 96d5c1d0-3f4e-4b96-937f-791dc2dcd47c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getuserdetails?id=11 - 204 null null 2.9396ms 2024-09-13 10:12:16.053 +05:30 eb129898-501b-4bd6-a5e9-5b98dcf3d38a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getuserdetails?id=11 - null null 2024-09-13 10:12:16.054 +05:30 eb129898-501b-4bd6-a5e9-5b98dcf3d38a INF CORS policy execution successful. 2024-09-13 10:12:16.055 +05:30 eb129898-501b-4bd6-a5e9-5b98dcf3d38a INF HTTP request: Path: /user/getuserdetails QueryString: ?id=11 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:12:16.055 +05:30 03cf6cc4-e838-41f2-a079-3d0ee517bceb INF Executing endpoint 'Sang.Security.Api.Controllers.UserController.GetUserDetails (Sang.Security.Api)' 2024-09-13 10:12:16.056 +05:30 03cf6cc4-e838-41f2-a079-3d0ee517bceb INF Route matched with {action = "GetUserDetails", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserDetails(Int32) on controller Sang.Security.Api.Controllers.UserController (Sang.Security.Api). 2024-09-13 10:12:16.078 +05:30 03cf6cc4-e838-41f2-a079-3d0ee517bceb INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:12:16.078 +05:30 03cf6cc4-e838-41f2-a079-3d0ee517bceb INF Executed action Sang.Security.Api.Controllers.UserController.GetUserDetails (Sang.Security.Api) in 22.5708ms 2024-09-13 10:12:16.078 +05:30 03cf6cc4-e838-41f2-a079-3d0ee517bceb INF Executed endpoint 'Sang.Security.Api.Controllers.UserController.GetUserDetails (Sang.Security.Api)' 2024-09-13 10:12:16.079 +05:30 03cf6cc4-e838-41f2-a079-3d0ee517bceb INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: eb129898-501b-4bd6-a5e9-5b98dcf3d38a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 1329} Body: {"status":"Success","statusCode":2000,"message":"User Details retrieved.","result":"{\"MainDetails\":[{\"Id\":11,\"LoginName\":\"Chikku\",\"LoginAbbr\":\"\",\"UserName\":\"Chikku\",\"Email\":\"steffyanish22@gmail.com\",\"Phone\":\"\",\"Mobile\":\"\",\"Image\":\"\",\"Group\":false,\"Parent\":0,\"UserType\":0,\"LinkId\":0,\"DomainName\":\"\",\"DomainUser\":\"\",\"AccountDisabled\":false,\"SendEmailOnNotification\":false,\"AllowMultipleLogins\":false,\"EmailOnLoginFailure\":false,\"EmailUserOnLoginSuccess\":false,\"DontLockAccount\":false,\"NumInvalidAttempts\":0,\"LockedUntil\":null,\"BlockFromDate\":null,\"BlockToDate\":null,\"TimeRestrictionStartDate\":null,\"TimeRestrictionEndDate\":null,\"TimeRestrictionStartTime\":null,\"TimeRestrictionEndTime\":null,\"Location\":0,\"Language\":1,\"AltLanguage\":1,\"TimeZone\":0,\"UserAccess\":0,\"PWDChangeDate\":null,\"AuthenticationCode\":\"\",\"Signature\":\"\",\"Role\":5,\"RoleName\":\"Test_Steffy_Role\",\"EmailAuthPermission\":false,\"MacAddress\":\"\",\"PWDChangeNextLogOn\":false,\"PWDNeverExpires\":false,\"PWDCantChange\":false,\"PWDExpiry\":0,\"SecurityQuestion\":1,\"SecurityAnswer\":\"chikku\",\"ImagePath\":\"\",\"SignaturePath\":\"\"}],\"Days\":[{\"Day\":1},{\"Day\":2},{\"Day\":3},{\"Day\":4},{\"Day\":5},{\"Day\":6},{\"Day\":7}],\"EntryRestrictionDetails\":[]}"} 2024-09-13 10:12:16.079 +05:30 03cf6cc4-e838-41f2-a079-3d0ee517bceb INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getuserdetails?id=11 - 200 1329 application/json; charset=utf-8 26.111ms 2024-09-13 10:12:16.205 +05:30 f9cc38ab-6a01-4ea6-aa82-0e6646d331bc INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicyregex?roleId=5 - null null 2024-09-13 10:12:16.206 +05:30 f9cc38ab-6a01-4ea6-aa82-0e6646d331bc INF CORS policy execution successful. 2024-09-13 10:12:16.206 +05:30 f9cc38ab-6a01-4ea6-aa82-0e6646d331bc INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicyregex?roleId=5 - 204 null null 0.687ms 2024-09-13 10:12:16.252 +05:30 4af4f246-4414-4aa4-b2a2-0c66ddbbfea8 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicyregex?roleId=5 - null null 2024-09-13 10:12:16.253 +05:30 4af4f246-4414-4aa4-b2a2-0c66ddbbfea8 INF CORS policy execution successful. 2024-09-13 10:12:16.253 +05:30 4af4f246-4414-4aa4-b2a2-0c66ddbbfea8 INF HTTP request: Path: /passwordpolicy/getpasswordpolicyregex QueryString: ?roleId=5 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:12:16.257 +05:30 b67560bb-5bf0-476a-bc96-b38737b17994 INF Executing endpoint 'Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyRegEx (Sang.Security.Api)' 2024-09-13 10:12:16.257 +05:30 b67560bb-5bf0-476a-bc96-b38737b17994 INF Route matched with {action = "GetPasswordPolicyRegEx", controller = "PasswordPolicy"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPasswordPolicyRegEx(Int32) on controller Sang.Security.Api.Controllers.PasswordPolicyController (Sang.Security.Api). 2024-09-13 10:12:16.269 +05:30 b67560bb-5bf0-476a-bc96-b38737b17994 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:12:16.269 +05:30 b67560bb-5bf0-476a-bc96-b38737b17994 INF Executed action Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyRegEx (Sang.Security.Api) in 11.699ms 2024-09-13 10:12:16.270 +05:30 b67560bb-5bf0-476a-bc96-b38737b17994 INF Executed endpoint 'Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyRegEx (Sang.Security.Api)' 2024-09-13 10:12:16.270 +05:30 b67560bb-5bf0-476a-bc96-b38737b17994 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4af4f246-4414-4aa4-b2a2-0c66ddbbfea8}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 257} Body: {"status":"Success","statusCode":2000,"message":"Password Policy retrieved.","result":"[{\"PolicyRegExp\":\"^(?=.*[A-Z])(?=.*\\\\d).{8,}$\",\"Description\":\"At least 8 characters long;Contains at least one uppercase letter;Contains at least one digit\"}]"} 2024-09-13 10:12:16.270 +05:30 b67560bb-5bf0-476a-bc96-b38737b17994 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicyregex?roleId=5 - 200 257 application/json; charset=utf-8 18.0509ms 2024-09-13 10:12:16.291 +05:30 224a0d82-7c70-41bd-a280-6f6df62af86d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusergroups - null null 2024-09-13 10:12:16.292 +05:30 1b43b747-f13b-42eb-b8e5-1dc6c3083211 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString= - null null 2024-09-13 10:12:16.292 +05:30 1b43b747-f13b-42eb-b8e5-1dc6c3083211 INF CORS policy execution successful. 2024-09-13 10:12:16.292 +05:30 224a0d82-7c70-41bd-a280-6f6df62af86d INF CORS policy execution successful. 2024-09-13 10:12:16.292 +05:30 1b43b747-f13b-42eb-b8e5-1dc6c3083211 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString= - 204 null null 0.4356ms 2024-09-13 10:12:16.292 +05:30 224a0d82-7c70-41bd-a280-6f6df62af86d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusergroups - 204 null null 1.5682ms 2024-09-13 10:12:16.338 +05:30 a3ddb6af-958f-458e-856d-9e40b2c83e07 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString= - null null 2024-09-13 10:12:16.340 +05:30 a3ddb6af-958f-458e-856d-9e40b2c83e07 INF CORS policy execution successful. 2024-09-13 10:12:16.340 +05:30 a3ddb6af-958f-458e-856d-9e40b2c83e07 INF HTTP request: Path: /role/geterproles QueryString: ?searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:12:16.340 +05:30 cd408a42-dda1-484f-a6eb-3ec37bd5188d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusergroups - null null 2024-09-13 10:12:16.340 +05:30 8b64ac5e-c446-4041-ba5d-0ac96a7a78be INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api)' 2024-09-13 10:12:16.341 +05:30 8b64ac5e-c446-4041-ba5d-0ac96a7a78be INF Route matched with {action = "GetERPRoles", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetERPRoles(System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 10:12:16.341 +05:30 cd408a42-dda1-484f-a6eb-3ec37bd5188d INF CORS policy execution successful. 2024-09-13 10:12:16.341 +05:30 cd408a42-dda1-484f-a6eb-3ec37bd5188d INF HTTP request: Path: /user/getusergroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:12:16.341 +05:30 fae4cde1-47a8-430e-bfb0-cf491347c45d INF Executing endpoint 'Sang.Security.Api.Controllers.UserController.GetUserGroups (Sang.Security.Api)' 2024-09-13 10:12:16.341 +05:30 fae4cde1-47a8-430e-bfb0-cf491347c45d INF Route matched with {action = "GetUserGroups", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserGroups() on controller Sang.Security.Api.Controllers.UserController (Sang.Security.Api). 2024-09-13 10:12:16.352 +05:30 fae4cde1-47a8-430e-bfb0-cf491347c45d INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:12:16.353 +05:30 fae4cde1-47a8-430e-bfb0-cf491347c45d INF Executed action Sang.Security.Api.Controllers.UserController.GetUserGroups (Sang.Security.Api) in 11.0684ms 2024-09-13 10:12:16.353 +05:30 fae4cde1-47a8-430e-bfb0-cf491347c45d INF Executed endpoint 'Sang.Security.Api.Controllers.UserController.GetUserGroups (Sang.Security.Api)' 2024-09-13 10:12:16.353 +05:30 fae4cde1-47a8-430e-bfb0-cf491347c45d INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: cd408a42-dda1-484f-a6eb-3ec37bd5188d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 84} Body: {"status":"Failure","statusCode":3001,"message":"Record(s) Not Found","result":null} 2024-09-13 10:12:16.353 +05:30 fae4cde1-47a8-430e-bfb0-cf491347c45d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusergroups - 404 84 application/json; charset=utf-8 12.9423ms 2024-09-13 10:12:16.368 +05:30 8b64ac5e-c446-4041-ba5d-0ac96a7a78be INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:12:16.368 +05:30 8b64ac5e-c446-4041-ba5d-0ac96a7a78be INF Executed action Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api) in 27.3328ms 2024-09-13 10:12:16.368 +05:30 8b64ac5e-c446-4041-ba5d-0ac96a7a78be INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api)' 2024-09-13 10:12:16.368 +05:30 8b64ac5e-c446-4041-ba5d-0ac96a7a78be INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a3ddb6af-958f-458e-856d-9e40b2c83e07}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 273} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":3,\"Name\":\"dipin\"},{\"Id\":2,\"Name\":\"Test Goklu\"},{\"Id\":5,\"Name\":\"Test_Steffy_Role\"},{\"Id\":1,\"Name\":\"TestRole\"},{\"Id\":4,\"Name\":\"testRole1109\"}]"} 2024-09-13 10:12:16.369 +05:30 8b64ac5e-c446-4041-ba5d-0ac96a7a78be INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString= - 200 273 application/json; charset=utf-8 30.7366ms 2024-09-13 10:12:16.572 +05:30 e7f5cc86-3b63-47f3-8c9f-c6c58d230458 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString=Test_Steffy_Role - null null 2024-09-13 10:12:16.573 +05:30 e7f5cc86-3b63-47f3-8c9f-c6c58d230458 INF CORS policy execution successful. 2024-09-13 10:12:16.573 +05:30 e7f5cc86-3b63-47f3-8c9f-c6c58d230458 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString=Test_Steffy_Role - 204 null null 0.9343ms 2024-09-13 10:12:16.615 +05:30 44c524f9-fd2b-43df-acf2-07fdd3b1ecdd INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString=Test_Steffy_Role - null null 2024-09-13 10:12:16.616 +05:30 44c524f9-fd2b-43df-acf2-07fdd3b1ecdd INF CORS policy execution successful. 2024-09-13 10:12:16.616 +05:30 44c524f9-fd2b-43df-acf2-07fdd3b1ecdd INF HTTP request: Path: /role/geterproles QueryString: ?searchString=Test_Steffy_Role Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:12:16.616 +05:30 8f9fc7fb-f067-4417-9761-7ff006e57904 INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api)' 2024-09-13 10:12:16.616 +05:30 8f9fc7fb-f067-4417-9761-7ff006e57904 INF Route matched with {action = "GetERPRoles", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetERPRoles(System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 10:12:16.629 +05:30 8f9fc7fb-f067-4417-9761-7ff006e57904 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:12:16.629 +05:30 8f9fc7fb-f067-4417-9761-7ff006e57904 INF Executed action Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api) in 12.96ms 2024-09-13 10:12:16.629 +05:30 8f9fc7fb-f067-4417-9761-7ff006e57904 INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api)' 2024-09-13 10:12:16.630 +05:30 8f9fc7fb-f067-4417-9761-7ff006e57904 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 44c524f9-fd2b-43df-acf2-07fdd3b1ecdd}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":5,\"Name\":\"Test_Steffy_Role\"}]"} 2024-09-13 10:12:16.630 +05:30 8f9fc7fb-f067-4417-9761-7ff006e57904 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString=Test_Steffy_Role - 200 138 application/json; charset=utf-8 15.3225ms 2024-09-13 10:12:19.160 +05:30 657407b6-d908-4263-b97f-28b2951be837 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusersummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:12:19.161 +05:30 657407b6-d908-4263-b97f-28b2951be837 INF CORS policy execution successful. 2024-09-13 10:12:19.161 +05:30 657407b6-d908-4263-b97f-28b2951be837 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusersummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 1.2653ms 2024-09-13 10:12:19.202 +05:30 dd826ee4-21a9-43fe-ab26-1dbee99ee117 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusersummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:12:19.203 +05:30 dd826ee4-21a9-43fe-ab26-1dbee99ee117 INF CORS policy execution successful. 2024-09-13 10:12:19.203 +05:30 dd826ee4-21a9-43fe-ab26-1dbee99ee117 INF HTTP request: Path: /user/getusersummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:12:19.204 +05:30 c4e697ee-fe88-4b3d-bf00-a44ed3d67b49 INF Executing endpoint 'Sang.Security.Api.Controllers.UserController.GetUserSummary (Sang.Security.Api)' 2024-09-13 10:12:19.204 +05:30 c4e697ee-fe88-4b3d-bf00-a44ed3d67b49 INF Route matched with {action = "GetUserSummary", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.UserController (Sang.Security.Api). 2024-09-13 10:12:19.219 +05:30 c4e697ee-fe88-4b3d-bf00-a44ed3d67b49 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:12:19.220 +05:30 c4e697ee-fe88-4b3d-bf00-a44ed3d67b49 INF Executed action Sang.Security.Api.Controllers.UserController.GetUserSummary (Sang.Security.Api) in 15.6483ms 2024-09-13 10:12:19.220 +05:30 c4e697ee-fe88-4b3d-bf00-a44ed3d67b49 INF Executed endpoint 'Sang.Security.Api.Controllers.UserController.GetUserSummary (Sang.Security.Api)' 2024-09-13 10:12:19.220 +05:30 c4e697ee-fe88-4b3d-bf00-a44ed3d67b49 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: dd826ee4-21a9-43fe-ab26-1dbee99ee117}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 1039} Body: {"status":"Success","statusCode":2000,"message":"User Summary retrieved.","result":"{\"Data\":[{\"IId\":12,\"Name\":\"testLogin\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-12T05:45:29.54\",\"ModifiedOn\":null},{\"IId\":11,\"Name\":\"Chikku\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-12T04:24:57.55\",\"ModifiedOn\":null},{\"IId\":10,\"Name\":\"Steffy\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-12T04:08:00.65\",\"ModifiedOn\":null},{\"IId\":8,\"Name\":\"apiuser\",\"CreatedBy\":null,\"CreatedOn\":null,\"ModifiedOn\":null},{\"IId\":7,\"Name\":\"testUser\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-11T09:16:31.587\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"gokul\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-11T08:46:22.55\",\"ModifiedOn\":null},{\"IId\":2,\"Name\":\"dipin\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-11T08:45:17.133\",\"ModifiedOn\":\"09/11/2024 09:32:10\"},{\"IId\":1,\"Name\":\"sa\",\"CreatedBy\":null,\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":8,\"TotalPages\":1}]}"} 2024-09-13 10:12:19.221 +05:30 c4e697ee-fe88-4b3d-bf00-a44ed3d67b49 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusersummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 200 1039 application/json; charset=utf-8 19.038ms 2024-09-13 10:12:33.191 +05:30 acf6f456-0ead-4daf-9fbe-ad849593e9da INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusersummary?refreshFlag=true&pageNumber=0&pageSize=0&searchString= - null null 2024-09-13 10:12:33.192 +05:30 acf6f456-0ead-4daf-9fbe-ad849593e9da INF CORS policy execution successful. 2024-09-13 10:12:33.193 +05:30 acf6f456-0ead-4daf-9fbe-ad849593e9da INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusersummary?refreshFlag=true&pageNumber=0&pageSize=0&searchString= - 204 null null 1.3904ms 2024-09-13 10:12:33.234 +05:30 d4b503ee-f64c-4218-b506-8549f06e0b92 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusersummary?refreshFlag=true&pageNumber=0&pageSize=0&searchString= - null null 2024-09-13 10:12:33.236 +05:30 d4b503ee-f64c-4218-b506-8549f06e0b92 INF CORS policy execution successful. 2024-09-13 10:12:33.237 +05:30 d4b503ee-f64c-4218-b506-8549f06e0b92 INF HTTP request: Path: /user/getusersummary QueryString: ?refreshFlag=true&pageNumber=0&pageSize=0&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:12:33.238 +05:30 6d76ee38-eff4-4f77-ad1f-1a32e30aba6c INF Executing endpoint 'Sang.Security.Api.Controllers.UserController.GetUserSummary (Sang.Security.Api)' 2024-09-13 10:12:33.238 +05:30 6d76ee38-eff4-4f77-ad1f-1a32e30aba6c INF Route matched with {action = "GetUserSummary", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.UserController (Sang.Security.Api). 2024-09-13 10:12:33.269 +05:30 6d76ee38-eff4-4f77-ad1f-1a32e30aba6c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:12:33.269 +05:30 6d76ee38-eff4-4f77-ad1f-1a32e30aba6c INF Executed action Sang.Security.Api.Controllers.UserController.GetUserSummary (Sang.Security.Api) in 30.5343ms 2024-09-13 10:12:33.269 +05:30 6d76ee38-eff4-4f77-ad1f-1a32e30aba6c INF Executed endpoint 'Sang.Security.Api.Controllers.UserController.GetUserSummary (Sang.Security.Api)' 2024-09-13 10:12:33.269 +05:30 6d76ee38-eff4-4f77-ad1f-1a32e30aba6c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d4b503ee-f64c-4218-b506-8549f06e0b92}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 1039} Body: {"status":"Success","statusCode":2000,"message":"User Summary retrieved.","result":"{\"Data\":[{\"IId\":12,\"Name\":\"testLogin\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-12T05:45:29.54\",\"ModifiedOn\":null},{\"IId\":11,\"Name\":\"Chikku\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-12T04:24:57.55\",\"ModifiedOn\":null},{\"IId\":10,\"Name\":\"Steffy\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-12T04:08:00.65\",\"ModifiedOn\":null},{\"IId\":8,\"Name\":\"apiuser\",\"CreatedBy\":null,\"CreatedOn\":null,\"ModifiedOn\":null},{\"IId\":7,\"Name\":\"testUser\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-11T09:16:31.587\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"gokul\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-11T08:46:22.55\",\"ModifiedOn\":null},{\"IId\":2,\"Name\":\"dipin\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-11T08:45:17.133\",\"ModifiedOn\":\"09/11/2024 09:32:10\"},{\"IId\":1,\"Name\":\"sa\",\"CreatedBy\":null,\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":8,\"TotalPages\":1}]}"} 2024-09-13 10:12:33.270 +05:30 6d76ee38-eff4-4f77-ad1f-1a32e30aba6c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusersummary?refreshFlag=true&pageNumber=0&pageSize=0&searchString= - 200 1039 application/json; charset=utf-8 35.4118ms 2024-09-13 10:13:19.080 +05:30 8111d24c-656d-48cf-91d2-bdb019980699 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusersummary?refreshFlag=true&pageNumber=0&pageSize=0&searchString= - null null 2024-09-13 10:13:19.081 +05:30 8111d24c-656d-48cf-91d2-bdb019980699 INF CORS policy execution successful. 2024-09-13 10:13:19.082 +05:30 8111d24c-656d-48cf-91d2-bdb019980699 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusersummary?refreshFlag=true&pageNumber=0&pageSize=0&searchString= - 204 null null 2.5223ms 2024-09-13 10:13:19.124 +05:30 20ccdf1b-36ee-40d5-8199-07b3738854b8 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusersummary?refreshFlag=true&pageNumber=0&pageSize=0&searchString= - null null 2024-09-13 10:13:19.126 +05:30 20ccdf1b-36ee-40d5-8199-07b3738854b8 INF CORS policy execution successful. 2024-09-13 10:13:19.127 +05:30 20ccdf1b-36ee-40d5-8199-07b3738854b8 INF HTTP request: Path: /user/getusersummary QueryString: ?refreshFlag=true&pageNumber=0&pageSize=0&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:13:19.128 +05:30 9bc9a6c7-d6c7-4e6f-abd3-721c6030e251 INF Executing endpoint 'Sang.Security.Api.Controllers.UserController.GetUserSummary (Sang.Security.Api)' 2024-09-13 10:13:19.128 +05:30 9bc9a6c7-d6c7-4e6f-abd3-721c6030e251 INF Route matched with {action = "GetUserSummary", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.UserController (Sang.Security.Api). 2024-09-13 10:13:19.155 +05:30 9bc9a6c7-d6c7-4e6f-abd3-721c6030e251 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:13:19.156 +05:30 9bc9a6c7-d6c7-4e6f-abd3-721c6030e251 INF Executed action Sang.Security.Api.Controllers.UserController.GetUserSummary (Sang.Security.Api) in 27.4474ms 2024-09-13 10:13:19.156 +05:30 9bc9a6c7-d6c7-4e6f-abd3-721c6030e251 INF Executed endpoint 'Sang.Security.Api.Controllers.UserController.GetUserSummary (Sang.Security.Api)' 2024-09-13 10:13:19.157 +05:30 9bc9a6c7-d6c7-4e6f-abd3-721c6030e251 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 20ccdf1b-36ee-40d5-8199-07b3738854b8}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 1039} Body: {"status":"Success","statusCode":2000,"message":"User Summary retrieved.","result":"{\"Data\":[{\"IId\":12,\"Name\":\"testLogin\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-12T05:45:29.54\",\"ModifiedOn\":null},{\"IId\":11,\"Name\":\"Chikku\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-12T04:24:57.55\",\"ModifiedOn\":null},{\"IId\":10,\"Name\":\"Steffy\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-12T04:08:00.65\",\"ModifiedOn\":null},{\"IId\":8,\"Name\":\"apiuser\",\"CreatedBy\":null,\"CreatedOn\":null,\"ModifiedOn\":null},{\"IId\":7,\"Name\":\"testUser\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-11T09:16:31.587\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"gokul\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-11T08:46:22.55\",\"ModifiedOn\":null},{\"IId\":2,\"Name\":\"dipin\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-11T08:45:17.133\",\"ModifiedOn\":\"09/11/2024 09:32:10\"},{\"IId\":1,\"Name\":\"sa\",\"CreatedBy\":null,\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":8,\"TotalPages\":1}]}"} 2024-09-13 10:13:19.158 +05:30 9bc9a6c7-d6c7-4e6f-abd3-721c6030e251 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusersummary?refreshFlag=true&pageNumber=0&pageSize=0&searchString= - 200 1039 application/json; charset=utf-8 34.0652ms 2024-09-13 10:13:43.454 +05:30 fbd85ec1-09e9-45ab-8432-5c873d457e4e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getlockedusers - null null 2024-09-13 10:13:43.455 +05:30 fbd85ec1-09e9-45ab-8432-5c873d457e4e INF CORS policy execution successful. 2024-09-13 10:13:43.456 +05:30 fbd85ec1-09e9-45ab-8432-5c873d457e4e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getlockedusers - 204 null null 2.0199ms 2024-09-13 10:13:43.500 +05:30 d39e4424-8728-44b4-9fdb-2fb488978618 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getlockedusers - null null 2024-09-13 10:13:43.502 +05:30 d39e4424-8728-44b4-9fdb-2fb488978618 INF CORS policy execution successful. 2024-09-13 10:13:43.504 +05:30 d39e4424-8728-44b4-9fdb-2fb488978618 INF HTTP request: Path: /user/getlockedusers QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:13:43.506 +05:30 e51a4d8b-9655-4668-93bb-47b47aa3d85f INF Executing endpoint 'Sang.Security.Api.Controllers.UserController.GetLockedUsers (Sang.Security.Api)' 2024-09-13 10:13:43.516 +05:30 e51a4d8b-9655-4668-93bb-47b47aa3d85f INF Route matched with {action = "GetLockedUsers", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetLockedUsers() on controller Sang.Security.Api.Controllers.UserController (Sang.Security.Api). 2024-09-13 10:13:43.547 +05:30 e51a4d8b-9655-4668-93bb-47b47aa3d85f INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:13:43.548 +05:30 e51a4d8b-9655-4668-93bb-47b47aa3d85f INF Executed action Sang.Security.Api.Controllers.UserController.GetLockedUsers (Sang.Security.Api) in 31.7581ms 2024-09-13 10:13:43.548 +05:30 e51a4d8b-9655-4668-93bb-47b47aa3d85f INF Executed endpoint 'Sang.Security.Api.Controllers.UserController.GetLockedUsers (Sang.Security.Api)' 2024-09-13 10:13:43.549 +05:30 e51a4d8b-9655-4668-93bb-47b47aa3d85f INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: d39e4424-8728-44b4-9fdb-2fb488978618}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 84} Body: {"status":"Failure","statusCode":3001,"message":"Record(s) Not Found","result":null} 2024-09-13 10:13:43.549 +05:30 e51a4d8b-9655-4668-93bb-47b47aa3d85f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getlockedusers - 404 84 application/json; charset=utf-8 48.9722ms 2024-09-13 10:14:06.312 +05:30 4c04bd12-dbfc-46cb-9940-e13be05445c8 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getuserdetails?id=11 - null null 2024-09-13 10:14:06.313 +05:30 4c04bd12-dbfc-46cb-9940-e13be05445c8 INF CORS policy execution successful. 2024-09-13 10:14:06.314 +05:30 4c04bd12-dbfc-46cb-9940-e13be05445c8 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getuserdetails?id=11 - 204 null null 1.5144ms 2024-09-13 10:14:06.370 +05:30 3eaf55b2-b157-4a4b-be37-8a908d04280a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getuserdetails?id=11 - null null 2024-09-13 10:14:06.372 +05:30 3eaf55b2-b157-4a4b-be37-8a908d04280a INF CORS policy execution successful. 2024-09-13 10:14:06.373 +05:30 3eaf55b2-b157-4a4b-be37-8a908d04280a INF HTTP request: Path: /user/getuserdetails QueryString: ?id=11 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:14:06.374 +05:30 8d7c26c1-6ce5-4e13-95e9-1abc5705abd9 INF Executing endpoint 'Sang.Security.Api.Controllers.UserController.GetUserDetails (Sang.Security.Api)' 2024-09-13 10:14:06.375 +05:30 8d7c26c1-6ce5-4e13-95e9-1abc5705abd9 INF Route matched with {action = "GetUserDetails", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserDetails(Int32) on controller Sang.Security.Api.Controllers.UserController (Sang.Security.Api). 2024-09-13 10:14:06.405 +05:30 8d7c26c1-6ce5-4e13-95e9-1abc5705abd9 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:14:06.406 +05:30 8d7c26c1-6ce5-4e13-95e9-1abc5705abd9 INF Executed action Sang.Security.Api.Controllers.UserController.GetUserDetails (Sang.Security.Api) in 30.692ms 2024-09-13 10:14:06.406 +05:30 8d7c26c1-6ce5-4e13-95e9-1abc5705abd9 INF Executed endpoint 'Sang.Security.Api.Controllers.UserController.GetUserDetails (Sang.Security.Api)' 2024-09-13 10:14:06.406 +05:30 8d7c26c1-6ce5-4e13-95e9-1abc5705abd9 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3eaf55b2-b157-4a4b-be37-8a908d04280a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 1329} Body: {"status":"Success","statusCode":2000,"message":"User Details retrieved.","result":"{\"MainDetails\":[{\"Id\":11,\"LoginName\":\"Chikku\",\"LoginAbbr\":\"\",\"UserName\":\"Chikku\",\"Email\":\"steffyanish22@gmail.com\",\"Phone\":\"\",\"Mobile\":\"\",\"Image\":\"\",\"Group\":false,\"Parent\":0,\"UserType\":0,\"LinkId\":0,\"DomainName\":\"\",\"DomainUser\":\"\",\"AccountDisabled\":false,\"SendEmailOnNotification\":false,\"AllowMultipleLogins\":false,\"EmailOnLoginFailure\":false,\"EmailUserOnLoginSuccess\":false,\"DontLockAccount\":false,\"NumInvalidAttempts\":0,\"LockedUntil\":null,\"BlockFromDate\":null,\"BlockToDate\":null,\"TimeRestrictionStartDate\":null,\"TimeRestrictionEndDate\":null,\"TimeRestrictionStartTime\":null,\"TimeRestrictionEndTime\":null,\"Location\":0,\"Language\":1,\"AltLanguage\":1,\"TimeZone\":0,\"UserAccess\":0,\"PWDChangeDate\":null,\"AuthenticationCode\":\"\",\"Signature\":\"\",\"Role\":5,\"RoleName\":\"Test_Steffy_Role\",\"EmailAuthPermission\":false,\"MacAddress\":\"\",\"PWDChangeNextLogOn\":false,\"PWDNeverExpires\":false,\"PWDCantChange\":false,\"PWDExpiry\":0,\"SecurityQuestion\":1,\"SecurityAnswer\":\"chikku\",\"ImagePath\":\"\",\"SignaturePath\":\"\"}],\"Days\":[{\"Day\":1},{\"Day\":2},{\"Day\":3},{\"Day\":4},{\"Day\":5},{\"Day\":6},{\"Day\":7}],\"EntryRestrictionDetails\":[]}"} 2024-09-13 10:14:06.407 +05:30 8d7c26c1-6ce5-4e13-95e9-1abc5705abd9 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getuserdetails?id=11 - 200 1329 application/json; charset=utf-8 36.5159ms 2024-09-13 10:14:06.533 +05:30 6e4138e3-65b5-4c4d-8e4c-70aa97f06a30 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicyregex?roleId=5 - null null 2024-09-13 10:14:06.533 +05:30 6e4138e3-65b5-4c4d-8e4c-70aa97f06a30 INF CORS policy execution successful. 2024-09-13 10:14:06.533 +05:30 6e4138e3-65b5-4c4d-8e4c-70aa97f06a30 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicyregex?roleId=5 - 204 null null 0.689ms 2024-09-13 10:14:06.575 +05:30 e83cd454-90aa-4101-980d-76df9b185aef INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicyregex?roleId=5 - null null 2024-09-13 10:14:06.576 +05:30 e83cd454-90aa-4101-980d-76df9b185aef INF CORS policy execution successful. 2024-09-13 10:14:06.576 +05:30 e83cd454-90aa-4101-980d-76df9b185aef INF HTTP request: Path: /passwordpolicy/getpasswordpolicyregex QueryString: ?roleId=5 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:14:06.577 +05:30 65b7d70b-43db-4f90-b3ca-bdd6b777a3f9 INF Executing endpoint 'Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyRegEx (Sang.Security.Api)' 2024-09-13 10:14:06.577 +05:30 65b7d70b-43db-4f90-b3ca-bdd6b777a3f9 INF Route matched with {action = "GetPasswordPolicyRegEx", controller = "PasswordPolicy"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPasswordPolicyRegEx(Int32) on controller Sang.Security.Api.Controllers.PasswordPolicyController (Sang.Security.Api). 2024-09-13 10:14:06.587 +05:30 65b7d70b-43db-4f90-b3ca-bdd6b777a3f9 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:14:06.588 +05:30 65b7d70b-43db-4f90-b3ca-bdd6b777a3f9 INF Executed action Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyRegEx (Sang.Security.Api) in 10.9056ms 2024-09-13 10:14:06.588 +05:30 65b7d70b-43db-4f90-b3ca-bdd6b777a3f9 INF Executed endpoint 'Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyRegEx (Sang.Security.Api)' 2024-09-13 10:14:06.588 +05:30 65b7d70b-43db-4f90-b3ca-bdd6b777a3f9 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e83cd454-90aa-4101-980d-76df9b185aef}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 257} Body: {"status":"Success","statusCode":2000,"message":"Password Policy retrieved.","result":"[{\"PolicyRegExp\":\"^(?=.*[A-Z])(?=.*\\\\d).{8,}$\",\"Description\":\"At least 8 characters long;Contains at least one uppercase letter;Contains at least one digit\"}]"} 2024-09-13 10:14:06.589 +05:30 65b7d70b-43db-4f90-b3ca-bdd6b777a3f9 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicyregex?roleId=5 - 200 257 application/json; charset=utf-8 13.3639ms 2024-09-13 10:14:06.595 +05:30 93934cc8-9c0d-435b-89cf-15c6ba210b45 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusergroups - null null 2024-09-13 10:14:06.596 +05:30 93934cc8-9c0d-435b-89cf-15c6ba210b45 INF CORS policy execution successful. 2024-09-13 10:14:06.596 +05:30 93934cc8-9c0d-435b-89cf-15c6ba210b45 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusergroups - 204 null null 0.7069ms 2024-09-13 10:14:06.596 +05:30 e08a5575-8f81-4838-94f4-062b915545a8 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString= - null null 2024-09-13 10:14:06.596 +05:30 e08a5575-8f81-4838-94f4-062b915545a8 INF CORS policy execution successful. 2024-09-13 10:14:06.597 +05:30 e08a5575-8f81-4838-94f4-062b915545a8 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString= - 204 null null 0.4239ms 2024-09-13 10:14:06.644 +05:30 3929dc47-6472-4ac9-b6b2-04cc7c2c5bde INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString= - null null 2024-09-13 10:14:06.645 +05:30 3929dc47-6472-4ac9-b6b2-04cc7c2c5bde INF CORS policy execution successful. 2024-09-13 10:14:06.647 +05:30 3929dc47-6472-4ac9-b6b2-04cc7c2c5bde INF HTTP request: Path: /role/geterproles QueryString: ?searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:14:06.648 +05:30 6b6d1889-d384-4ef3-b3fc-dbbd9ce08c3d INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api)' 2024-09-13 10:14:06.649 +05:30 6b6d1889-d384-4ef3-b3fc-dbbd9ce08c3d INF Route matched with {action = "GetERPRoles", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetERPRoles(System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 10:14:06.652 +05:30 b5ba32e2-016c-498f-a130-cac4598d3f04 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusergroups - null null 2024-09-13 10:14:06.653 +05:30 b5ba32e2-016c-498f-a130-cac4598d3f04 INF CORS policy execution successful. 2024-09-13 10:14:06.654 +05:30 b5ba32e2-016c-498f-a130-cac4598d3f04 INF HTTP request: Path: /user/getusergroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:14:06.655 +05:30 3079f907-a0d8-42c1-9a1f-db49da3a8193 INF Executing endpoint 'Sang.Security.Api.Controllers.UserController.GetUserGroups (Sang.Security.Api)' 2024-09-13 10:14:06.655 +05:30 3079f907-a0d8-42c1-9a1f-db49da3a8193 INF Route matched with {action = "GetUserGroups", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserGroups() on controller Sang.Security.Api.Controllers.UserController (Sang.Security.Api). 2024-09-13 10:14:06.700 +05:30 6b6d1889-d384-4ef3-b3fc-dbbd9ce08c3d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:14:06.701 +05:30 6b6d1889-d384-4ef3-b3fc-dbbd9ce08c3d INF Executed action Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api) in 52.0111ms 2024-09-13 10:14:06.701 +05:30 6b6d1889-d384-4ef3-b3fc-dbbd9ce08c3d INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api)' 2024-09-13 10:14:06.702 +05:30 6b6d1889-d384-4ef3-b3fc-dbbd9ce08c3d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3929dc47-6472-4ac9-b6b2-04cc7c2c5bde}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 273} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":3,\"Name\":\"dipin\"},{\"Id\":2,\"Name\":\"Test Goklu\"},{\"Id\":5,\"Name\":\"Test_Steffy_Role\"},{\"Id\":1,\"Name\":\"TestRole\"},{\"Id\":4,\"Name\":\"testRole1109\"}]"} 2024-09-13 10:14:06.703 +05:30 6b6d1889-d384-4ef3-b3fc-dbbd9ce08c3d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString= - 200 273 application/json; charset=utf-8 59.0544ms 2024-09-13 10:14:06.709 +05:30 3079f907-a0d8-42c1-9a1f-db49da3a8193 INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:14:06.710 +05:30 3079f907-a0d8-42c1-9a1f-db49da3a8193 INF Executed action Sang.Security.Api.Controllers.UserController.GetUserGroups (Sang.Security.Api) in 54.5111ms 2024-09-13 10:14:06.710 +05:30 3079f907-a0d8-42c1-9a1f-db49da3a8193 INF Executed endpoint 'Sang.Security.Api.Controllers.UserController.GetUserGroups (Sang.Security.Api)' 2024-09-13 10:14:06.711 +05:30 3079f907-a0d8-42c1-9a1f-db49da3a8193 INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: b5ba32e2-016c-498f-a130-cac4598d3f04}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 84} Body: {"status":"Failure","statusCode":3001,"message":"Record(s) Not Found","result":null} 2024-09-13 10:14:06.712 +05:30 3079f907-a0d8-42c1-9a1f-db49da3a8193 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusergroups - 404 84 application/json; charset=utf-8 59.8626ms 2024-09-13 10:14:06.893 +05:30 4582c211-ec2c-4577-be47-e3325f73545d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString=Test_Steffy_Role - null null 2024-09-13 10:14:06.893 +05:30 4582c211-ec2c-4577-be47-e3325f73545d INF CORS policy execution successful. 2024-09-13 10:14:06.893 +05:30 4582c211-ec2c-4577-be47-e3325f73545d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString=Test_Steffy_Role - 204 null null 0.4958ms 2024-09-13 10:14:06.948 +05:30 668835c4-dc9d-429f-b302-e8a212768696 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString=Test_Steffy_Role - null null 2024-09-13 10:14:06.949 +05:30 668835c4-dc9d-429f-b302-e8a212768696 INF CORS policy execution successful. 2024-09-13 10:14:06.949 +05:30 668835c4-dc9d-429f-b302-e8a212768696 INF HTTP request: Path: /role/geterproles QueryString: ?searchString=Test_Steffy_Role Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:14:06.950 +05:30 2ff706ef-bb8e-4201-9cbc-fb77e945a76e INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api)' 2024-09-13 10:14:06.950 +05:30 2ff706ef-bb8e-4201-9cbc-fb77e945a76e INF Route matched with {action = "GetERPRoles", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetERPRoles(System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 10:14:06.955 +05:30 2ff706ef-bb8e-4201-9cbc-fb77e945a76e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:14:06.955 +05:30 2ff706ef-bb8e-4201-9cbc-fb77e945a76e INF Executed action Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api) in 5.2039ms 2024-09-13 10:14:06.955 +05:30 2ff706ef-bb8e-4201-9cbc-fb77e945a76e INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api)' 2024-09-13 10:14:06.956 +05:30 2ff706ef-bb8e-4201-9cbc-fb77e945a76e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 668835c4-dc9d-429f-b302-e8a212768696}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":5,\"Name\":\"Test_Steffy_Role\"}]"} 2024-09-13 10:14:06.956 +05:30 2ff706ef-bb8e-4201-9cbc-fb77e945a76e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString=Test_Steffy_Role - 200 138 application/json; charset=utf-8 7.8818ms 2024-09-13 10:14:13.531 +05:30 2a6f0437-56ad-4982-ae93-d07441cdde4a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusersummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:14:13.531 +05:30 2a6f0437-56ad-4982-ae93-d07441cdde4a INF CORS policy execution successful. 2024-09-13 10:14:13.532 +05:30 2a6f0437-56ad-4982-ae93-d07441cdde4a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusersummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 0.7236ms 2024-09-13 10:14:13.581 +05:30 65f83d3f-ed35-4dd6-b7aa-ba7d380dbeff INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusersummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:14:13.581 +05:30 65f83d3f-ed35-4dd6-b7aa-ba7d380dbeff INF CORS policy execution successful. 2024-09-13 10:14:13.581 +05:30 65f83d3f-ed35-4dd6-b7aa-ba7d380dbeff INF HTTP request: Path: /user/getusersummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:14:13.582 +05:30 017ad261-26e4-47de-9c0a-05e3c373e982 INF Executing endpoint 'Sang.Security.Api.Controllers.UserController.GetUserSummary (Sang.Security.Api)' 2024-09-13 10:14:13.582 +05:30 017ad261-26e4-47de-9c0a-05e3c373e982 INF Route matched with {action = "GetUserSummary", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.UserController (Sang.Security.Api). 2024-09-13 10:14:13.598 +05:30 017ad261-26e4-47de-9c0a-05e3c373e982 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:14:13.598 +05:30 017ad261-26e4-47de-9c0a-05e3c373e982 INF Executed action Sang.Security.Api.Controllers.UserController.GetUserSummary (Sang.Security.Api) in 15.7943ms 2024-09-13 10:14:13.598 +05:30 017ad261-26e4-47de-9c0a-05e3c373e982 INF Executed endpoint 'Sang.Security.Api.Controllers.UserController.GetUserSummary (Sang.Security.Api)' 2024-09-13 10:14:13.598 +05:30 017ad261-26e4-47de-9c0a-05e3c373e982 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 65f83d3f-ed35-4dd6-b7aa-ba7d380dbeff}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 1039} Body: {"status":"Success","statusCode":2000,"message":"User Summary retrieved.","result":"{\"Data\":[{\"IId\":12,\"Name\":\"testLogin\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-12T05:45:29.54\",\"ModifiedOn\":null},{\"IId\":11,\"Name\":\"Chikku\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-12T04:24:57.55\",\"ModifiedOn\":null},{\"IId\":10,\"Name\":\"Steffy\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-12T04:08:00.65\",\"ModifiedOn\":null},{\"IId\":8,\"Name\":\"apiuser\",\"CreatedBy\":null,\"CreatedOn\":null,\"ModifiedOn\":null},{\"IId\":7,\"Name\":\"testUser\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-11T09:16:31.587\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"gokul\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-11T08:46:22.55\",\"ModifiedOn\":null},{\"IId\":2,\"Name\":\"dipin\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-11T08:45:17.133\",\"ModifiedOn\":\"09/11/2024 09:32:10\"},{\"IId\":1,\"Name\":\"sa\",\"CreatedBy\":null,\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":8,\"TotalPages\":1}]}"} 2024-09-13 10:14:13.599 +05:30 017ad261-26e4-47de-9c0a-05e3c373e982 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusersummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 200 1039 application/json; charset=utf-8 18.1297ms 2024-09-13 10:14:15.465 +05:30 dbd46b1f-c984-40a9-92fe-98cba99d8823 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getuserdetails?id=10 - null null 2024-09-13 10:14:15.466 +05:30 dbd46b1f-c984-40a9-92fe-98cba99d8823 INF CORS policy execution successful. 2024-09-13 10:14:15.467 +05:30 dbd46b1f-c984-40a9-92fe-98cba99d8823 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getuserdetails?id=10 - 204 null null 1.4625ms 2024-09-13 10:14:15.511 +05:30 ba58bd36-f542-442e-81ad-f37bc3ac6059 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getuserdetails?id=10 - null null 2024-09-13 10:14:15.512 +05:30 ba58bd36-f542-442e-81ad-f37bc3ac6059 INF CORS policy execution successful. 2024-09-13 10:14:15.512 +05:30 ba58bd36-f542-442e-81ad-f37bc3ac6059 INF HTTP request: Path: /user/getuserdetails QueryString: ?id=10 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:14:15.513 +05:30 4711bd2b-ecdd-4c82-9474-0921c897e206 INF Executing endpoint 'Sang.Security.Api.Controllers.UserController.GetUserDetails (Sang.Security.Api)' 2024-09-13 10:14:15.513 +05:30 4711bd2b-ecdd-4c82-9474-0921c897e206 INF Route matched with {action = "GetUserDetails", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserDetails(Int32) on controller Sang.Security.Api.Controllers.UserController (Sang.Security.Api). 2024-09-13 10:14:15.530 +05:30 4711bd2b-ecdd-4c82-9474-0921c897e206 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:14:15.530 +05:30 4711bd2b-ecdd-4c82-9474-0921c897e206 INF Executed action Sang.Security.Api.Controllers.UserController.GetUserDetails (Sang.Security.Api) in 17.5599ms 2024-09-13 10:14:15.531 +05:30 4711bd2b-ecdd-4c82-9474-0921c897e206 INF Executed endpoint 'Sang.Security.Api.Controllers.UserController.GetUserDetails (Sang.Security.Api)' 2024-09-13 10:14:15.531 +05:30 4711bd2b-ecdd-4c82-9474-0921c897e206 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ba58bd36-f542-442e-81ad-f37bc3ac6059}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 1329} Body: {"status":"Success","statusCode":2000,"message":"User Details retrieved.","result":"{\"MainDetails\":[{\"Id\":10,\"LoginName\":\"Steffy\",\"LoginAbbr\":\"\",\"UserName\":\"Steffy\",\"Email\":\"steffyanish22@gmail.com\",\"Phone\":\"\",\"Mobile\":\"\",\"Image\":\"\",\"Group\":false,\"Parent\":0,\"UserType\":0,\"LinkId\":0,\"DomainName\":\"\",\"DomainUser\":\"\",\"AccountDisabled\":false,\"SendEmailOnNotification\":false,\"AllowMultipleLogins\":false,\"EmailOnLoginFailure\":false,\"EmailUserOnLoginSuccess\":false,\"DontLockAccount\":false,\"NumInvalidAttempts\":0,\"LockedUntil\":null,\"BlockFromDate\":null,\"BlockToDate\":null,\"TimeRestrictionStartDate\":null,\"TimeRestrictionEndDate\":null,\"TimeRestrictionStartTime\":null,\"TimeRestrictionEndTime\":null,\"Location\":0,\"Language\":1,\"AltLanguage\":1,\"TimeZone\":0,\"UserAccess\":0,\"PWDChangeDate\":null,\"AuthenticationCode\":\"\",\"Signature\":\"\",\"Role\":5,\"RoleName\":\"Test_Steffy_Role\",\"EmailAuthPermission\":false,\"MacAddress\":\"\",\"PWDChangeNextLogOn\":false,\"PWDNeverExpires\":false,\"PWDCantChange\":false,\"PWDExpiry\":0,\"SecurityQuestion\":1,\"SecurityAnswer\":\"Chikku\",\"ImagePath\":\"\",\"SignaturePath\":\"\"}],\"Days\":[{\"Day\":1},{\"Day\":2},{\"Day\":3},{\"Day\":4},{\"Day\":5},{\"Day\":6},{\"Day\":7}],\"EntryRestrictionDetails\":[]}"} 2024-09-13 10:14:15.532 +05:30 4711bd2b-ecdd-4c82-9474-0921c897e206 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getuserdetails?id=10 - 200 1329 application/json; charset=utf-8 20.3879ms 2024-09-13 10:14:15.752 +05:30 aadf1e85-da98-40c1-beaf-1727abfd72c2 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicyregex?roleId=5 - null null 2024-09-13 10:14:15.752 +05:30 aadf1e85-da98-40c1-beaf-1727abfd72c2 INF CORS policy execution successful. 2024-09-13 10:14:15.753 +05:30 aadf1e85-da98-40c1-beaf-1727abfd72c2 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicyregex?roleId=5 - 204 null null 1.1196ms 2024-09-13 10:14:15.796 +05:30 0400d44b-3d3e-4e5a-ad50-be5017f6354c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusergroups - null null 2024-09-13 10:14:15.796 +05:30 64a29f05-8227-4bfe-a9ce-c0614a5f9cdb INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString= - null null 2024-09-13 10:14:15.796 +05:30 0400d44b-3d3e-4e5a-ad50-be5017f6354c INF CORS policy execution successful. 2024-09-13 10:14:15.796 +05:30 64a29f05-8227-4bfe-a9ce-c0614a5f9cdb INF CORS policy execution successful. 2024-09-13 10:14:15.797 +05:30 0400d44b-3d3e-4e5a-ad50-be5017f6354c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusergroups - 204 null null 0.5349ms 2024-09-13 10:14:15.797 +05:30 64a29f05-8227-4bfe-a9ce-c0614a5f9cdb INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString= - 204 null null 0.5294ms 2024-09-13 10:14:15.816 +05:30 1c2f90a3-5618-4afe-b3a6-b113e0e22425 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicyregex?roleId=5 - null null 2024-09-13 10:14:15.817 +05:30 1c2f90a3-5618-4afe-b3a6-b113e0e22425 INF CORS policy execution successful. 2024-09-13 10:14:15.817 +05:30 1c2f90a3-5618-4afe-b3a6-b113e0e22425 INF HTTP request: Path: /passwordpolicy/getpasswordpolicyregex QueryString: ?roleId=5 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:14:15.818 +05:30 b7809ca3-34b8-41a7-93e8-0709ac63ea33 INF Executing endpoint 'Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyRegEx (Sang.Security.Api)' 2024-09-13 10:14:15.818 +05:30 b7809ca3-34b8-41a7-93e8-0709ac63ea33 INF Route matched with {action = "GetPasswordPolicyRegEx", controller = "PasswordPolicy"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPasswordPolicyRegEx(Int32) on controller Sang.Security.Api.Controllers.PasswordPolicyController (Sang.Security.Api). 2024-09-13 10:14:15.833 +05:30 b7809ca3-34b8-41a7-93e8-0709ac63ea33 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:14:15.833 +05:30 b7809ca3-34b8-41a7-93e8-0709ac63ea33 INF Executed action Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyRegEx (Sang.Security.Api) in 15.0034ms 2024-09-13 10:14:15.833 +05:30 b7809ca3-34b8-41a7-93e8-0709ac63ea33 INF Executed endpoint 'Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyRegEx (Sang.Security.Api)' 2024-09-13 10:14:15.833 +05:30 b7809ca3-34b8-41a7-93e8-0709ac63ea33 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 1c2f90a3-5618-4afe-b3a6-b113e0e22425}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 257} Body: {"status":"Success","statusCode":2000,"message":"Password Policy retrieved.","result":"[{\"PolicyRegExp\":\"^(?=.*[A-Z])(?=.*\\\\d).{8,}$\",\"Description\":\"At least 8 characters long;Contains at least one uppercase letter;Contains at least one digit\"}]"} 2024-09-13 10:14:15.833 +05:30 b7809ca3-34b8-41a7-93e8-0709ac63ea33 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicyregex?roleId=5 - 200 257 application/json; charset=utf-8 17.3787ms 2024-09-13 10:14:15.841 +05:30 fb7920c4-66ad-43e1-a47e-87388da9dd6a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString= - null null 2024-09-13 10:14:15.842 +05:30 fb7920c4-66ad-43e1-a47e-87388da9dd6a INF CORS policy execution successful. 2024-09-13 10:14:15.842 +05:30 fb7920c4-66ad-43e1-a47e-87388da9dd6a INF HTTP request: Path: /role/geterproles QueryString: ?searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:14:15.842 +05:30 8d97ba79-7be0-4fee-8ca1-9625279fd7dd INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api)' 2024-09-13 10:14:15.843 +05:30 8d97ba79-7be0-4fee-8ca1-9625279fd7dd INF Route matched with {action = "GetERPRoles", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetERPRoles(System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 10:14:15.845 +05:30 b5e03fef-4152-4c57-856a-6af4383c7d9a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusergroups - null null 2024-09-13 10:14:15.845 +05:30 b5e03fef-4152-4c57-856a-6af4383c7d9a INF CORS policy execution successful. 2024-09-13 10:14:15.846 +05:30 b5e03fef-4152-4c57-856a-6af4383c7d9a INF HTTP request: Path: /user/getusergroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:14:15.846 +05:30 c54fdf1b-ff38-495f-ac79-cc734398baff INF Executing endpoint 'Sang.Security.Api.Controllers.UserController.GetUserGroups (Sang.Security.Api)' 2024-09-13 10:14:15.846 +05:30 c54fdf1b-ff38-495f-ac79-cc734398baff INF Route matched with {action = "GetUserGroups", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserGroups() on controller Sang.Security.Api.Controllers.UserController (Sang.Security.Api). 2024-09-13 10:14:15.852 +05:30 8d97ba79-7be0-4fee-8ca1-9625279fd7dd INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:14:15.852 +05:30 8d97ba79-7be0-4fee-8ca1-9625279fd7dd INF Executed action Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api) in 9.4488ms 2024-09-13 10:14:15.852 +05:30 8d97ba79-7be0-4fee-8ca1-9625279fd7dd INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api)' 2024-09-13 10:14:15.852 +05:30 8d97ba79-7be0-4fee-8ca1-9625279fd7dd INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: fb7920c4-66ad-43e1-a47e-87388da9dd6a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 273} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":3,\"Name\":\"dipin\"},{\"Id\":2,\"Name\":\"Test Goklu\"},{\"Id\":5,\"Name\":\"Test_Steffy_Role\"},{\"Id\":1,\"Name\":\"TestRole\"},{\"Id\":4,\"Name\":\"testRole1109\"}]"} 2024-09-13 10:14:15.853 +05:30 8d97ba79-7be0-4fee-8ca1-9625279fd7dd INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString= - 200 273 application/json; charset=utf-8 11.5073ms 2024-09-13 10:14:15.860 +05:30 c54fdf1b-ff38-495f-ac79-cc734398baff INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:14:15.860 +05:30 c54fdf1b-ff38-495f-ac79-cc734398baff INF Executed action Sang.Security.Api.Controllers.UserController.GetUserGroups (Sang.Security.Api) in 14.0858ms 2024-09-13 10:14:15.860 +05:30 c54fdf1b-ff38-495f-ac79-cc734398baff INF Executed endpoint 'Sang.Security.Api.Controllers.UserController.GetUserGroups (Sang.Security.Api)' 2024-09-13 10:14:15.860 +05:30 c54fdf1b-ff38-495f-ac79-cc734398baff INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: b5e03fef-4152-4c57-856a-6af4383c7d9a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 84} Body: {"status":"Failure","statusCode":3001,"message":"Record(s) Not Found","result":null} 2024-09-13 10:14:15.861 +05:30 c54fdf1b-ff38-495f-ac79-cc734398baff INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusergroups - 404 84 application/json; charset=utf-8 15.8014ms 2024-09-13 10:14:16.098 +05:30 b098a62c-5de5-4e8e-a8f8-4fd582ac6d32 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString=Test_Steffy_Role - null null 2024-09-13 10:14:16.099 +05:30 b098a62c-5de5-4e8e-a8f8-4fd582ac6d32 INF CORS policy execution successful. 2024-09-13 10:14:16.099 +05:30 b098a62c-5de5-4e8e-a8f8-4fd582ac6d32 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString=Test_Steffy_Role - 204 null null 0.8242ms 2024-09-13 10:14:16.191 +05:30 c37b4ea1-6a3a-4f27-8a53-9944f379bb91 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString=Test_Steffy_Role - null null 2024-09-13 10:14:16.192 +05:30 c37b4ea1-6a3a-4f27-8a53-9944f379bb91 INF CORS policy execution successful. 2024-09-13 10:14:16.192 +05:30 c37b4ea1-6a3a-4f27-8a53-9944f379bb91 INF HTTP request: Path: /role/geterproles QueryString: ?searchString=Test_Steffy_Role Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:14:16.193 +05:30 aa136287-f817-4c37-81a4-afc922dd1b84 INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api)' 2024-09-13 10:14:16.193 +05:30 aa136287-f817-4c37-81a4-afc922dd1b84 INF Route matched with {action = "GetERPRoles", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetERPRoles(System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 10:14:16.207 +05:30 aa136287-f817-4c37-81a4-afc922dd1b84 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:14:16.208 +05:30 aa136287-f817-4c37-81a4-afc922dd1b84 INF Executed action Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api) in 14.2154ms 2024-09-13 10:14:16.208 +05:30 aa136287-f817-4c37-81a4-afc922dd1b84 INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api)' 2024-09-13 10:14:16.208 +05:30 aa136287-f817-4c37-81a4-afc922dd1b84 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c37b4ea1-6a3a-4f27-8a53-9944f379bb91}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":5,\"Name\":\"Test_Steffy_Role\"}]"} 2024-09-13 10:14:16.208 +05:30 aa136287-f817-4c37-81a4-afc922dd1b84 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString=Test_Steffy_Role - 200 138 application/json; charset=utf-8 17.1429ms 2024-09-13 10:14:57.461 +05:30 524e8e1d-4f19-4036-a645-df13b308ad78 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusersummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:14:57.463 +05:30 524e8e1d-4f19-4036-a645-df13b308ad78 INF CORS policy execution successful. 2024-09-13 10:14:57.464 +05:30 524e8e1d-4f19-4036-a645-df13b308ad78 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusersummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 2.6809ms 2024-09-13 10:14:57.538 +05:30 9922de4c-5d51-444d-924f-2207b48dddf6 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusersummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:14:57.541 +05:30 9922de4c-5d51-444d-924f-2207b48dddf6 INF CORS policy execution successful. 2024-09-13 10:14:57.542 +05:30 9922de4c-5d51-444d-924f-2207b48dddf6 INF HTTP request: Path: /user/getusersummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:14:57.544 +05:30 48de89f2-2b2f-414f-b4df-de13198d43b8 INF Executing endpoint 'Sang.Security.Api.Controllers.UserController.GetUserSummary (Sang.Security.Api)' 2024-09-13 10:14:57.545 +05:30 48de89f2-2b2f-414f-b4df-de13198d43b8 INF Route matched with {action = "GetUserSummary", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.UserController (Sang.Security.Api). 2024-09-13 10:14:57.591 +05:30 48de89f2-2b2f-414f-b4df-de13198d43b8 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:14:57.592 +05:30 48de89f2-2b2f-414f-b4df-de13198d43b8 INF Executed action Sang.Security.Api.Controllers.UserController.GetUserSummary (Sang.Security.Api) in 46.2354ms 2024-09-13 10:14:57.592 +05:30 48de89f2-2b2f-414f-b4df-de13198d43b8 INF Executed endpoint 'Sang.Security.Api.Controllers.UserController.GetUserSummary (Sang.Security.Api)' 2024-09-13 10:14:57.592 +05:30 48de89f2-2b2f-414f-b4df-de13198d43b8 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9922de4c-5d51-444d-924f-2207b48dddf6}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 1039} Body: {"status":"Success","statusCode":2000,"message":"User Summary retrieved.","result":"{\"Data\":[{\"IId\":12,\"Name\":\"testLogin\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-12T05:45:29.54\",\"ModifiedOn\":null},{\"IId\":11,\"Name\":\"Chikku\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-12T04:24:57.55\",\"ModifiedOn\":null},{\"IId\":10,\"Name\":\"Steffy\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-12T04:08:00.65\",\"ModifiedOn\":null},{\"IId\":8,\"Name\":\"apiuser\",\"CreatedBy\":null,\"CreatedOn\":null,\"ModifiedOn\":null},{\"IId\":7,\"Name\":\"testUser\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-11T09:16:31.587\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"gokul\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-11T08:46:22.55\",\"ModifiedOn\":null},{\"IId\":2,\"Name\":\"dipin\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-11T08:45:17.133\",\"ModifiedOn\":\"09/11/2024 09:32:10\"},{\"IId\":1,\"Name\":\"sa\",\"CreatedBy\":null,\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":8,\"TotalPages\":1}]}"} 2024-09-13 10:14:57.593 +05:30 48de89f2-2b2f-414f-b4df-de13198d43b8 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusersummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 200 1039 application/json; charset=utf-8 55.1605ms 2024-09-13 10:14:59.623 +05:30 e48a03ae-d1db-4f61-a09f-d4a2d438cbd2 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getuserdetails?id=11 - null null 2024-09-13 10:14:59.624 +05:30 e48a03ae-d1db-4f61-a09f-d4a2d438cbd2 INF CORS policy execution successful. 2024-09-13 10:14:59.624 +05:30 e48a03ae-d1db-4f61-a09f-d4a2d438cbd2 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getuserdetails?id=11 - 204 null null 0.7072ms 2024-09-13 10:14:59.706 +05:30 77267dd5-f191-40da-b0ea-d21839aea923 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getuserdetails?id=11 - null null 2024-09-13 10:14:59.707 +05:30 77267dd5-f191-40da-b0ea-d21839aea923 INF CORS policy execution successful. 2024-09-13 10:14:59.707 +05:30 77267dd5-f191-40da-b0ea-d21839aea923 INF HTTP request: Path: /user/getuserdetails QueryString: ?id=11 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:14:59.708 +05:30 98cc4799-0438-4f47-bd59-08454244da7d INF Executing endpoint 'Sang.Security.Api.Controllers.UserController.GetUserDetails (Sang.Security.Api)' 2024-09-13 10:14:59.708 +05:30 98cc4799-0438-4f47-bd59-08454244da7d INF Route matched with {action = "GetUserDetails", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserDetails(Int32) on controller Sang.Security.Api.Controllers.UserController (Sang.Security.Api). 2024-09-13 10:14:59.738 +05:30 98cc4799-0438-4f47-bd59-08454244da7d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:14:59.739 +05:30 98cc4799-0438-4f47-bd59-08454244da7d INF Executed action Sang.Security.Api.Controllers.UserController.GetUserDetails (Sang.Security.Api) in 30.8295ms 2024-09-13 10:14:59.739 +05:30 98cc4799-0438-4f47-bd59-08454244da7d INF Executed endpoint 'Sang.Security.Api.Controllers.UserController.GetUserDetails (Sang.Security.Api)' 2024-09-13 10:14:59.740 +05:30 98cc4799-0438-4f47-bd59-08454244da7d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 77267dd5-f191-40da-b0ea-d21839aea923}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 1329} Body: {"status":"Success","statusCode":2000,"message":"User Details retrieved.","result":"{\"MainDetails\":[{\"Id\":11,\"LoginName\":\"Chikku\",\"LoginAbbr\":\"\",\"UserName\":\"Chikku\",\"Email\":\"steffyanish22@gmail.com\",\"Phone\":\"\",\"Mobile\":\"\",\"Image\":\"\",\"Group\":false,\"Parent\":0,\"UserType\":0,\"LinkId\":0,\"DomainName\":\"\",\"DomainUser\":\"\",\"AccountDisabled\":false,\"SendEmailOnNotification\":false,\"AllowMultipleLogins\":false,\"EmailOnLoginFailure\":false,\"EmailUserOnLoginSuccess\":false,\"DontLockAccount\":false,\"NumInvalidAttempts\":0,\"LockedUntil\":null,\"BlockFromDate\":null,\"BlockToDate\":null,\"TimeRestrictionStartDate\":null,\"TimeRestrictionEndDate\":null,\"TimeRestrictionStartTime\":null,\"TimeRestrictionEndTime\":null,\"Location\":0,\"Language\":1,\"AltLanguage\":1,\"TimeZone\":0,\"UserAccess\":0,\"PWDChangeDate\":null,\"AuthenticationCode\":\"\",\"Signature\":\"\",\"Role\":5,\"RoleName\":\"Test_Steffy_Role\",\"EmailAuthPermission\":false,\"MacAddress\":\"\",\"PWDChangeNextLogOn\":false,\"PWDNeverExpires\":false,\"PWDCantChange\":false,\"PWDExpiry\":0,\"SecurityQuestion\":1,\"SecurityAnswer\":\"chikku\",\"ImagePath\":\"\",\"SignaturePath\":\"\"}],\"Days\":[{\"Day\":1},{\"Day\":2},{\"Day\":3},{\"Day\":4},{\"Day\":5},{\"Day\":6},{\"Day\":7}],\"EntryRestrictionDetails\":[]}"} 2024-09-13 10:14:59.740 +05:30 98cc4799-0438-4f47-bd59-08454244da7d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getuserdetails?id=11 - 200 1329 application/json; charset=utf-8 34.5691ms 2024-09-13 10:14:59.871 +05:30 4dd86358-52dd-474d-b251-55e1c512c53e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicyregex?roleId=5 - null null 2024-09-13 10:14:59.871 +05:30 4dd86358-52dd-474d-b251-55e1c512c53e INF CORS policy execution successful. 2024-09-13 10:14:59.871 +05:30 4dd86358-52dd-474d-b251-55e1c512c53e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicyregex?roleId=5 - 204 null null 0.6422ms 2024-09-13 10:14:59.920 +05:30 602bc341-d687-4425-8aee-14d49e258fbe INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString= - null null 2024-09-13 10:14:59.920 +05:30 602bc341-d687-4425-8aee-14d49e258fbe INF CORS policy execution successful. 2024-09-13 10:14:59.921 +05:30 602bc341-d687-4425-8aee-14d49e258fbe INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString= - 204 null null 0.7502ms 2024-09-13 10:14:59.921 +05:30 4bcac9ca-7da4-4a3a-8fa2-a76390fc54d2 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusergroups - null null 2024-09-13 10:14:59.921 +05:30 4bcac9ca-7da4-4a3a-8fa2-a76390fc54d2 INF CORS policy execution successful. 2024-09-13 10:14:59.922 +05:30 4bcac9ca-7da4-4a3a-8fa2-a76390fc54d2 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusergroups - 204 null null 0.471ms 2024-09-13 10:14:59.930 +05:30 967e7390-1e86-403e-baaa-a35751fa2f84 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicyregex?roleId=5 - null null 2024-09-13 10:14:59.931 +05:30 967e7390-1e86-403e-baaa-a35751fa2f84 INF CORS policy execution successful. 2024-09-13 10:14:59.931 +05:30 967e7390-1e86-403e-baaa-a35751fa2f84 INF HTTP request: Path: /passwordpolicy/getpasswordpolicyregex QueryString: ?roleId=5 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:14:59.932 +05:30 447fb6e6-5664-4162-a5ac-87bd7b5aaebe INF Executing endpoint 'Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyRegEx (Sang.Security.Api)' 2024-09-13 10:14:59.932 +05:30 447fb6e6-5664-4162-a5ac-87bd7b5aaebe INF Route matched with {action = "GetPasswordPolicyRegEx", controller = "PasswordPolicy"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPasswordPolicyRegEx(Int32) on controller Sang.Security.Api.Controllers.PasswordPolicyController (Sang.Security.Api). 2024-09-13 10:14:59.942 +05:30 447fb6e6-5664-4162-a5ac-87bd7b5aaebe INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:14:59.943 +05:30 447fb6e6-5664-4162-a5ac-87bd7b5aaebe INF Executed action Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyRegEx (Sang.Security.Api) in 10.3868ms 2024-09-13 10:14:59.943 +05:30 447fb6e6-5664-4162-a5ac-87bd7b5aaebe INF Executed endpoint 'Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyRegEx (Sang.Security.Api)' 2024-09-13 10:14:59.943 +05:30 447fb6e6-5664-4162-a5ac-87bd7b5aaebe INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 967e7390-1e86-403e-baaa-a35751fa2f84}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 257} Body: {"status":"Success","statusCode":2000,"message":"Password Policy retrieved.","result":"[{\"PolicyRegExp\":\"^(?=.*[A-Z])(?=.*\\\\d).{8,}$\",\"Description\":\"At least 8 characters long;Contains at least one uppercase letter;Contains at least one digit\"}]"} 2024-09-13 10:14:59.943 +05:30 447fb6e6-5664-4162-a5ac-87bd7b5aaebe INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicyregex?roleId=5 - 200 257 application/json; charset=utf-8 12.9095ms 2024-09-13 10:14:59.959 +05:30 950ab2c0-3438-4feb-b83e-ee64623f329f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString= - null null 2024-09-13 10:14:59.959 +05:30 950ab2c0-3438-4feb-b83e-ee64623f329f INF CORS policy execution successful. 2024-09-13 10:14:59.959 +05:30 950ab2c0-3438-4feb-b83e-ee64623f329f INF HTTP request: Path: /role/geterproles QueryString: ?searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:14:59.960 +05:30 ecac7741-36ad-4a7a-be90-51dc330c03eb INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api)' 2024-09-13 10:14:59.960 +05:30 ecac7741-36ad-4a7a-be90-51dc330c03eb INF Route matched with {action = "GetERPRoles", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetERPRoles(System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 10:14:59.967 +05:30 b3348218-9e33-4e08-8173-3827b1978cb9 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusergroups - null null 2024-09-13 10:14:59.968 +05:30 b3348218-9e33-4e08-8173-3827b1978cb9 INF CORS policy execution successful. 2024-09-13 10:14:59.968 +05:30 b3348218-9e33-4e08-8173-3827b1978cb9 INF HTTP request: Path: /user/getusergroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:14:59.968 +05:30 9f738501-8e20-47f1-810c-aa081bf80621 INF Executing endpoint 'Sang.Security.Api.Controllers.UserController.GetUserGroups (Sang.Security.Api)' 2024-09-13 10:14:59.968 +05:30 9f738501-8e20-47f1-810c-aa081bf80621 INF Route matched with {action = "GetUserGroups", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserGroups() on controller Sang.Security.Api.Controllers.UserController (Sang.Security.Api). 2024-09-13 10:14:59.970 +05:30 ecac7741-36ad-4a7a-be90-51dc330c03eb INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:14:59.970 +05:30 ecac7741-36ad-4a7a-be90-51dc330c03eb INF Executed action Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api) in 10.0607ms 2024-09-13 10:14:59.970 +05:30 ecac7741-36ad-4a7a-be90-51dc330c03eb INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api)' 2024-09-13 10:14:59.970 +05:30 ecac7741-36ad-4a7a-be90-51dc330c03eb INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 950ab2c0-3438-4feb-b83e-ee64623f329f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 273} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":3,\"Name\":\"dipin\"},{\"Id\":2,\"Name\":\"Test Goklu\"},{\"Id\":5,\"Name\":\"Test_Steffy_Role\"},{\"Id\":1,\"Name\":\"TestRole\"},{\"Id\":4,\"Name\":\"testRole1109\"}]"} 2024-09-13 10:14:59.971 +05:30 ecac7741-36ad-4a7a-be90-51dc330c03eb INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString= - 200 273 application/json; charset=utf-8 12.1954ms 2024-09-13 10:14:59.980 +05:30 9f738501-8e20-47f1-810c-aa081bf80621 INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:14:59.981 +05:30 9f738501-8e20-47f1-810c-aa081bf80621 INF Executed action Sang.Security.Api.Controllers.UserController.GetUserGroups (Sang.Security.Api) in 12.5242ms 2024-09-13 10:14:59.981 +05:30 9f738501-8e20-47f1-810c-aa081bf80621 INF Executed endpoint 'Sang.Security.Api.Controllers.UserController.GetUserGroups (Sang.Security.Api)' 2024-09-13 10:14:59.981 +05:30 9f738501-8e20-47f1-810c-aa081bf80621 INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: b3348218-9e33-4e08-8173-3827b1978cb9}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 84} Body: {"status":"Failure","statusCode":3001,"message":"Record(s) Not Found","result":null} 2024-09-13 10:14:59.981 +05:30 9f738501-8e20-47f1-810c-aa081bf80621 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusergroups - 404 84 application/json; charset=utf-8 13.9286ms 2024-09-13 10:15:00.218 +05:30 45c54fcb-b319-4809-a702-674298ffcb64 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString=Test_Steffy_Role - null null 2024-09-13 10:15:00.218 +05:30 45c54fcb-b319-4809-a702-674298ffcb64 INF CORS policy execution successful. 2024-09-13 10:15:00.218 +05:30 45c54fcb-b319-4809-a702-674298ffcb64 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString=Test_Steffy_Role - 204 null null 0.435ms 2024-09-13 10:15:00.263 +05:30 89a3f975-9a6f-477a-8e8f-e6aa3a7091ba INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString=Test_Steffy_Role - null null 2024-09-13 10:15:00.264 +05:30 89a3f975-9a6f-477a-8e8f-e6aa3a7091ba INF CORS policy execution successful. 2024-09-13 10:15:00.265 +05:30 89a3f975-9a6f-477a-8e8f-e6aa3a7091ba INF HTTP request: Path: /role/geterproles QueryString: ?searchString=Test_Steffy_Role Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:15:00.265 +05:30 0c7ff51b-a8e0-4d3d-ba2b-dc1a8fa44f48 INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api)' 2024-09-13 10:15:00.265 +05:30 0c7ff51b-a8e0-4d3d-ba2b-dc1a8fa44f48 INF Route matched with {action = "GetERPRoles", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetERPRoles(System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 10:15:00.279 +05:30 0c7ff51b-a8e0-4d3d-ba2b-dc1a8fa44f48 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:15:00.280 +05:30 0c7ff51b-a8e0-4d3d-ba2b-dc1a8fa44f48 INF Executed action Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api) in 14.8932ms 2024-09-13 10:15:00.280 +05:30 0c7ff51b-a8e0-4d3d-ba2b-dc1a8fa44f48 INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api)' 2024-09-13 10:15:00.280 +05:30 0c7ff51b-a8e0-4d3d-ba2b-dc1a8fa44f48 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 89a3f975-9a6f-477a-8e8f-e6aa3a7091ba}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":5,\"Name\":\"Test_Steffy_Role\"}]"} 2024-09-13 10:15:00.281 +05:30 0c7ff51b-a8e0-4d3d-ba2b-dc1a8fa44f48 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString=Test_Steffy_Role - 200 138 application/json; charset=utf-8 17.7417ms 2024-09-13 10:15:35.341 +05:30 664007a0-3199-46da-8cab-3cb63d5dd57d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/upsertuser - null null 2024-09-13 10:15:35.342 +05:30 664007a0-3199-46da-8cab-3cb63d5dd57d INF CORS policy execution successful. 2024-09-13 10:15:35.344 +05:30 664007a0-3199-46da-8cab-3cb63d5dd57d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/upsertuser - 204 null null 2.387ms 2024-09-13 10:15:35.385 +05:30 eb50995c-953e-40e4-99ae-dae411942684 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/user/upsertuser - application/json 1023 2024-09-13 10:15:35.387 +05:30 eb50995c-953e-40e4-99ae-dae411942684 INF CORS policy execution successful. 2024-09-13 10:15:35.388 +05:30 eb50995c-953e-40e4-99ae-dae411942684 INF HTTP request: Path: /user/upsertuser QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Content-Length: 1023}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: {"id":11,"group":false,"parent":0,"role":5,"userName":"Chikku","language":1,"altLanguage":1,"timeZone":0,"image":"","password":"","loginName":"Chikku","loginAbbr":"","securityQuestion":1,"securityAnswer":"chikku","email":"steffyanish22@gmail.com","phone":"","mobile":"","emailAuthPermission":false,"userAccess":0,"accountDisabled":false,"dontLockAccount":false,"allowMultipleLogin":false,"sendEmailNotification":false,"emailUserOnLoginSuccess":false,"emailOnLoginFailure":false,"blockFromDate":null,"blockToDate":null,"timeRestrictionStartDate":null,"timeRestrictionEndDate":null,"timeRestrictionStartTime":null,"timeRestrictionEndTime":null,"days":[{"day":1},{"day":2},{"day":3},{"day":4},{"day":5},{"day":6},{"day":7}],"lockedTill":null,"pwdChangeNextLogOn":false,"pwdNeverExpires":false,"pwdCantChange":false,"pwdExpiry":0,"signature":"","location":0,"macAddress":"","domainName":"","domainUser":"","entryRestrictionDetails":[],"linkId":0,"pwdChangeDate":null,"authenticationCode":"","numInvalidAttempts":0,"userType":0} 2024-09-13 10:15:35.389 +05:30 77f49a53-00e4-474c-8238-dd6419c90934 INF Executing endpoint 'Sang.Security.Api.Controllers.UserController.UpsertUser (Sang.Security.Api)' 2024-09-13 10:15:35.402 +05:30 77f49a53-00e4-474c-8238-dd6419c90934 INF Route matched with {action = "UpsertUser", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpsertUser(Sang.Security.Api.Models.APIRequest.UserRequest) on controller Sang.Security.Api.Controllers.UserController (Sang.Security.Api). 2024-09-13 10:15:35.786 +05:30 77f49a53-00e4-474c-8238-dd6419c90934 INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:15:35.823 +05:30 77f49a53-00e4-474c-8238-dd6419c90934 INF Executed action Sang.Security.Api.Controllers.UserController.UpsertUser (Sang.Security.Api) in 420.8211ms 2024-09-13 10:15:35.824 +05:30 77f49a53-00e4-474c-8238-dd6419c90934 INF Executed endpoint 'Sang.Security.Api.Controllers.UserController.UpsertUser (Sang.Security.Api)' 2024-09-13 10:15:35.824 +05:30 77f49a53-00e4-474c-8238-dd6419c90934 INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: eb50995c-953e-40e4-99ae-dae411942684}, {Location: http://103.120.178.195/SangSecurityAPI/user/upsertuser}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 91} Body: {"status":"Success","statusCode":2001,"message":"User updated successfully.","result":"11"} 2024-09-13 10:15:35.824 +05:30 77f49a53-00e4-474c-8238-dd6419c90934 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/user/upsertuser - 201 91 application/json; charset=utf-8 439.1965ms 2024-09-13 10:15:35.962 +05:30 b606597b-c285-4bad-970f-ba381f431061 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/uploaduserfiles?id=11 - null null 2024-09-13 10:15:35.963 +05:30 b606597b-c285-4bad-970f-ba381f431061 INF CORS policy execution successful. 2024-09-13 10:15:35.963 +05:30 b606597b-c285-4bad-970f-ba381f431061 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/uploaduserfiles?id=11 - 204 null null 0.6126ms 2024-09-13 10:15:36.016 +05:30 7c20dd09-ffb2-4367-95fd-d67f1c6d4b18 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/user/uploaduserfiles?id=11 - multipart/form-data; boundary=----WebKitFormBoundary99S1yvAI80lttoPJ 192258 2024-09-13 10:15:36.017 +05:30 7c20dd09-ffb2-4367-95fd-d67f1c6d4b18 INF CORS policy execution successful. 2024-09-13 10:15:36.124 +05:30 7c20dd09-ffb2-4367-95fd-d67f1c6d4b18 INF HTTP request: Path: /user/uploaduserfiles QueryString: ?id=11 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Content-Length: 192258}, {Content-Type: multipart/form-data; boundary=----WebKitFormBoundary99S1yvAI80lttoPJ}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: ------WebKitFormBoundary99S1yvAI80lttoPJ Content-Disposition: form-data; name="userFiles[0].FieldType" Image ------WebKitFormBoundary99S1yvAI80lttoPJ Content-Disposition: form-data; name="userFiles[0].previousFileName" ------WebKitFormBoundary99S1yvAI80lttoPJ Content-Disposition: form-data; name="userFiles[0].FileContent"; filename="tree-736885_1280.jpg" Content-Type: image/jpeg ����JFIF��C       ��C ��"�� ��X  !1"AQa2q���#BR�3b��$r�CS�������%4Ts�DUVct�����56EWeu�����;!1A"Q�2a#Rq���3B��S��$C��br�� ?��G�[��i�|z���9@�k���,{yg���ݭԎ}��I�̐� �K`��Y2�����K}cq㴸�X�b8�A;�N(��� �i�\.����st�KA�@�U9�~zS�x9�\�Ef� M1�70� �aSŽi� \��V'����_Z�l�zAQ�ҟ E� ֪�ڡ�f���c�A8��V�  O;3�\�H�G5���ؐL���.�ΚS�E����� ��'��wv+���3°9�lw�����Tֲ0����m' }*I ��b粘ޓ t^H8�O�6KiA"��<��EY�(g��g (F���֗Q"¦=����;������hX����Dx~���1�!���{��H�<�*�ݛ��P2�c5d�*��ʌ9���N�<�g�k.{WBE��ax�\�I�}kB�d堺�S�`0j�k=���ᜊ�)�#>�K��u���m������۝6hN$R���51�Ftv���8������4��-���L�pDFq�Z�ow-�� t�G�i���J �ٵk�|]��T��>h��k>�k2��{�g��Xk�!��#Ҵ쵋��B�0���Ph�P���-�ks!iJ�d�T3��7��ZpZ����&��<�*�Ԭ�� !o8�79��te ,�S�lg��� _ ��%,1�5��_ (S�EG[DH�ĥ�#��R�-���ab�z}(��$ٖHߌ���^�&��n�A��Ⱜ$=�X���N����K9`�� �q9��Y�pzL��ɜ�$�A�D#�\ƚ0˓ֺ�f]����Z̚͝Iέ�����[H�T�vҘ�m��N d�V�0�G>�&���R��qҕ��>�\�]�) �>.<�y-�heQ���ŧ�Q!V� ��� ҥ��'ː*�v�f ���RX4UD�,��TS��N*Y`Xdq.BN8��O��6�eJ �'��"��B��9,�Xаg��M�A+�Y��;��px�s�x�Aʻt �=�u[p+���S�b���*\�n�� ���I4r���^X�g��NK�IK�� NEH@#  �+X$�b֢U,�1LQ��w �T���u"|����:�w ����[6�V�j=�'`�����i� k�Av��b}�Km �]-���lčg�2̻p���Z��������}�Wv���x���Q:�*��!K��dh��y��5�"�LzScث��:#�ojU�7P���\U���i>ueUBnoҳt猗G'*x洑���,zm��GJ�J8d�oް����vu�i�:ԋ(� ��Y�NUH<�Pi­5�Ӵ[�Ŀf�F(�d�v~�Szw��sS�u)y:yb�m�I�ѽov�)��{G^��JŁ�dV��"�����/���K�jr�zF~�h�~�$1�?���Mw�܌���A��=��R�U�*�1��Xw�գW I��V���B;������l=~�`�ѹ�ے�@� ��g&�ǣ����D��d��6���&��BI�PHbs��dMm��4��P��D0�/5���f9;���>���� #��Z��p����fN<�c��yg_O�5a�|�� �z�"�ON9��}D�-��+6�-���q�Z�L�]R_���� ����Sd���9"#�>��c)'"�E��T� Ѷ�RU�q�zPh�8��%F'p�*��6:U�Ÿ'�H�nc����N�$L"rB��JN�EG�����Nk�ׂ`q���޴��2z�7 @���(\;I%DA��)��Pa�#��e$�T���(�Di�U�~j��U�P����G�)����GEX��$?51@'�iȩI�܉��'�ԁt��^)�eljc�n�[�軪�n��������dqoj�"����\��v��H �Z�����3JNh/����t��4�YB� d�Tȝ���r&����Sk+H���I�W���8 ep*ERJB�cg\՘� ��?J�� RMF�Iȩ�x��Sp*�AER��('�N����zf��,�I�(� �87.O�5`7�*�(U��W��r[s���U��n �:S�"<�>T��<���b�`X�GP9��Q�܎�Hs�1�����r@����D�1S���&�C$�끚���i�0p*��!ly� p8� 4J�(ᘃK(�X�hW1�]%���n��t;�d`����}��ˌ�3��%��~��ub��#q&0X �A�47�^����fji5�p�#�NA���&+����� �3�>�ҸKH]e�e��� 6#s�{zWs�8�����b�9s�8��5�S%�g��4��Fl���ńw�i�t@�a�O�y֫���w3y���u���S]\I ���h���E��u�W;$��GZϢ��gS�/���7F�H#�fE+�9�R�YLl�*�A�R�����e��b�jswV�"�$��pu8GCy�t���njzUe_{ �ݏ��~�v>�j�^F��2��8�jX����u�[y| $0����#�ݷ�%gFT��h2+�d*��+��`�B?.Fjh��oI��ʪm��A��`�ld�x�Q�F�w3���e&�@�T��pI�ը����wz��a���y��I�5�]l�c���sS�j�+�l�Ğ2sQ�$vwR���c�tt�WB�)DϞ�!ZX��6�ǝG �����5/y�B�����r��ў@j ~jH�K��$d�jգ� �EK���ҽ���}��!��G�K�ogJ����wq��tL�A85",I�-O�ؓǕt:�څ�+J.h�axS#qWǵ[��C �"t�7�_��K��{yl]|����viө�&DI�b�,0Jc��4&�9��Y��3Һ�;���X\m�p u�4�ۙl��onBtMß�b�Sd�+�n�I������ݳG��5e��sK��< �q�Ԛ�jV�I���Ŵ䏧�`����x� � ɧA6�.�=ڊ*�eO�b�-�\�,T��s�ɼ�LL��޶��XP��َ�To���Y#-��e,���lr�xpj��t��j7���?�ʘ��Ų� `�����V��VC��ǜ�sN1K�z��PE2�c��B�2*$��t�jR��3(��=�ta�*�J�ā@!��VƘV9�g'kpj�Q�F��~KH ,-��:�Kh��qE�·��=�*�!��t|����}͕�H����9�܏�y��>OA�ҹAN+';�2����Y�@�x�5;Y���q��g��A2��>f���(常�5��$Pa��>�,7�<�$�T��]�\���9��R����]��> io�-Â}�?P�r�T3 %��ʪ�+M�)b��7���������0�b@�\kbߕ Nj���,�26� FXsVn-�9Տly=sW&Ȩ� ��H�<����H� =qZv� EQ����m��9� V%��'w޲,ӽ���j未�1l�x�g�n��,��F��m{�y#��wR�����7<�#Pҙ�!J�<������y_:MRi��j��X)� �c����Oڨ=���h��|�bkGg2oڸ<�Y�Y���me�>dV�I��YTw`�()3tʱ�!�ǟ5�x$Xʌ`�Ҳ����s5Q�,��T�S�ݧ-�8����N���[F�H�vA� ��9���ڧb��ҵ����� mQ)#�~�ι�V�K�#H��� Vַ������8�S\����Y1j���J�0 ��7�'c�M1�i�������d ��l�W�����<�M.�K�yO�V��)s��3(�BsA����o�deI� �VK7�w�u$p0?���ց����1  �:u��Čw�8�:U�ѭK��O��ʭ��7�4r�ޯ���Q�Vٞw��拈T*J�T�SC�:� ����61������1H��G�3[���Z�� ;AlsY��w���f���"[�N����x����2n���V%�F[H��0I�^��%������ eR�� n}4�rJ��@���@H�u����r�j���~UY����ࠟ\yT5��du�i�6�zF�jm4�h�����^�w�lȓo�T���_;�8��+@E �N��`3�Dh��;z���4=�s�wWC����@;�CV���ܓ/��{� �e�i���_U���ז%��ʿŜ��^��n�Y> ���沂28�񊓾�9�ץY�غ�q4�S�@g^9� ��̈́��k��h$b5��f�й+��TlK�����[�`K�����9����s%��ƳW��\��h/"�sO�1��J���D,�cA˸�Ҩ�ٮ:�4�\�q�X�Y;�n>#��[6����엗�#��3e�[���O1�\�֕~��TD]��j�M=��E,.FIOja��� �4�ڽŨ�й�'&�M/P�՞an�f�%���:T��9��;�w+.K�x���b�g&g ,\�:�h�l�^= K�i��e�6��F2�y�,�c�Kq,������5WQ�m'�8Vu)��n�Fs�Y��F���nt��;1 ݑ��:%��Yż�B�Cq����l��X�H�*����j��Yn��_�J�V�ٕ���CZy�F��-�� � p}�RXU���MΛt��R]�F�q��>��j�E���mnRD<�YI3�����Guj�?f8B<;[�Q��"� � ��s�Qp���2��1�Y2ƒ�B$�G��9�\(;�L�ym%���ϝJdm��M��´�n���0��M#.Y�"s���i{����*�b6.�p��y�w��4��$(�\2�|�_�Qi��A��MT��8�`u�B��\��������Z�bٍ¢I��gڪ]/r2����i���r�q�A|���:��A�d���9�f0%C��x�-�O!$N *Qm���/��.��}J�`����s�IX�*����a�hͮ\m�QT����5��_�vQ��j�,�GL ��28I*�� ��Nܽ��u���<�p���>J�/�A^��1,.lj~��,݃�gr�Ly�1\]+�x��,�Sp[d;S��1�(���H9<���rӷHJ�q�TwfB� }*���ȆD#�:�r���!r7�^{veɦ��O��ƠF�����-�R��:�!���5:0CӇ$T�ک��qV�`�-�$0J�o K,K>*P���O5�m�E���"������쯭ẘ�i8?J�msN���WK��W{f���Snkʯo�Ո�6ǍO�s�^���t��^�-�q.�a����Џ��=G�r=C0���B�1:�1�����\�� �����;�6G��|�T��(�I5�j]��H'�ԭ紸�C��z��%i�M�_����mDm����m�I���f�v�\V�m+FT�]��w�!;v+ryɬ��?���g��E�јʱ���q�BO$�0ĝM=cg��eC�}kN�׼ATe�5�kd79�2](��ý=>� ��G�?J�}� ��R�;��� H⪚GFuc�Qۼ��Z+cҪC Zp��'�V|!uA��HF0�G�7ϥK�m����9�i��D>'P�>���d�-������V;:>�� �".�#3�Vc ��;Z9oj笤6�E5�+�*Ԟ�v�`��y�Ҭ�Y���k�)vR� T'v+.Q�kgZ���v�Xzy�=:�9�YAÓ�V�tr5S��� �� Ȭ��uR@��X"�=�����1�K �Lf�g���{10}ښ�яj�""6�]�Jn\S��Ɯv ����5v�‘��Zŕ�ʂq��2l�EBw�<����5X��)�;�p܊���$Vr)pP*�$��Պ��p�9�����`��X�ξ�O%����YBg#���`S{�۷

(�3M6�Wm�����f@�T �j�#�Kk�$�I{bI�X3�F'ʺwH�=k �ɫG�5��L�E*�c�O��������!��Vc��s�xEV���P*�V�B�2)Z'#�R�0qWI�!� �� �T��M�W.�I�� ��R�PT�BY).��l���`G�EVm��LK!����pF*��"-��-��ڋ�)#V�G^��q�Bv�P35,�5D�`�ǣ4�dL20*F�S�o�Q.� E�PFMU,��@4�և�iA44�B���?Zk�w��O%H^��d ��V�D���� ��UpsWd�Xd櫘>��AM4G�U��5��B��4�V� �0c�M�2�2)�� ���U�xjR�V�H����L��|���8'ަ�ʆ��䲈�-�_zEvs�Q��S3�#K���Ǒ�� �,�Ϋ�P��J&$�3Q��:�,P 88;v����3����㊚]=̇�m�?� K&py��C �R�N:�նi^�b� �iQ� Ko,d��Ѿ��n5�=��u$eQ�s�7�E�y3)A��MM���W[��DbK74 ��qGJ���YG�˞C:����K6����"(-�0 '��<���[��o�Gf' 6䌷>����Ώ�@��s�0g�o����OITcR�}ʱ���V��5��W�4����]\3�t�^B���>�%��zog�/g�c�����s�õ��Ԯ;��J.� �����4�#�eN��0'##G4��� {��Q�k���JڠYw���i��sM8�I94��vΠ��z`�i�� ���V���v�֡hH8�ށ-6ʌ21Dh����M$i��ϭEUow[Y.i��4��pUFsO�����a�B�p����x��20�Ϊ��o�yġ<��Tk��#�Mm��h�W�٨�h>?kݑ �2�t��{8�Nchn$(�YBJ.;;�]�B��-��2�|,�ҹ��2x��g�ڭ�V���8.���%��r���q�S�j����<��p������"y �2I��o{['� ��})�}I�k�Q������ !�R\]ɰ0�嚐�sp̒ �g Z��ƭ����6q�� �#�8�������l�T"Cmr�7��A�Ǖ0S��q�W=ܳnq嚒a;�6ᖳ�ޠ1�P\Ƈ�ϓA���Y/OwI��\�AfU(�֪��A��6a�ǝ'$�22��g�#�œ�Ֆ��v$c��ӂ�o�pU����﬌s8�8� d�����tY��p6��R�#��ʨ��5��$.#'�Ӳ�a�lÚ��E�[dTx�i^h�"� `V̑Z�tT� I�aTnaS"#�n��ҍ������c|��f��� c,=�j�G\0�ڴl��5۞�UI,2���� �g��jAv.`hg� � �is��)`I5+i��=��v?Ú[[yG^�4�>�:H�%��T&�]��x�y��j�kf8�S�-�|�$�#`'ڪH���+bkuI~^1POnr;b9V��3��p*[r�3��� � �*AUX�'��}�؅*�y44�2���r��v�y�V���H�=������O���:�G��]���JуVYb9�+$l}GJ�*���QErR���gr���v����-����VC�;�@�Y:2�J\0|��Ks�j�� ia�8��z� �/k�$��� �sJu���|'���\��]��W7Q,���T~����V^��_GR&�ʠ�HOQ]���ڳͨ�*�+,����hKsa�X�E%� ��'��fw8K��?K�ji�b_C�mt��Z ����'ڣ��^�̑�S�zz�e잨�q_i�H������W��6��9�>|�����#�w��+����0pM%��|�7�z�R������z�]E�e�� �1��p6�m�5���v q$wc��\��N�?��y۽?W��mc�����#�(��}�)��DT��� ��K��� �5�{�N��jƱ�P<֢6��(8�CI����QN+��֭��,!!���A5�E�5�C��Ե�x�yc� (��j�F�2E]�����-��ߥWj)�o�E�� �V�z|W�+-l�3���e����N:� t�V�thK��[Ź��*ݽ��*��� �PZ곡��z�ԏT�\���3�J�gZ�CY��+Id��~uR��=P�g���A�^*Kĉ��<��Ҧ�����В|5E�LR���ʷ� ���^�D�T�S��E�dl�NmÀ0�� 2� :�Q��O����ke#� �}*�uU5�d�7�W��p�^:V�q,�o_J�qB�@�ՒL�e ,�b|��( d� �!FL���;�TL���VK%V�X�P�æk~ԗ�#t�(�V͔��Ǒ�V]��k��)U����N�����h��SkL�N!���e��Qd���B&�Y�a9��d�q~�J�D�z�_[Ë����N��j�MN����u��J�f�^O����h�mW����9�/�1V��y����W��g��V[(�^��#����Z^]6�� �䅓>����'��T��g��V��a m_�c �������o�3<{�z��E��5��j}��r;�����I8�]h-˓��f�'�@&�#��*P`g�u���:f���7�����ն�5ySo����F:V��8U� P��=^Ӏ(�<-��}���6m#QvA���W0H=A����L��1�:f�u����A����xgzڜkɖ=*kq��)V٘�3�Ny�)f����t�1U[ݖX����]������mHV�Ɇ1�ҖmO+���aH�5y�x�P|#����ᔅ'l�#'5�n�F�77'�K�gOOL�Y�{r$��0� �M�m���.*ơbc%��F�*�Ψ4�H�� �.�)���nab� v���PYN�c��3�qǕ9{�nН��q�b� T��t��E.H�n|����Eud��L�5$�}*��温p�+��>Զ�~��Uۄ J�* Kb�_Ja�u�3���!Hǟ4�ed�#4��%��ldzqTU�t'���0xd�d z������n\��� �V`ҿ�QՒL�x����I� qY�*ݫ��(�V UM��b̑�n�=+�%V`A�V�����b����[�S{xGV�Փ#cS��`��S�-�*q�AW9jB�Ұ��>U_�OڴgE��U'���Pe��%v��煦<`6Zp�E`��fҹ�5#E1σw�%����U�4��i������t<��QW����q�j�\ZV���nct�Ryf�n�z�ܱe$�����U+���MT�ˈ�7�QԒ��j�W�F��ң������z�.�7�����aj$�KTÁ�#�'�=�FƩ(�k$��HL�QM���S� @�O��n�(K�� ��I/o�GK).���5>��'&��L ͍RQR�YV��NK 6�@���"7U��N�"&�*�}�@?j0�ſ5�pL�<ۼ<���f��=�$]�R-��4����JT������'�*Z,��"*S�%GL�H���F�85��>5S��8�d��YӰ���Χ��L!a�x棆��%��椸L��u�_� ���Zx4[Xd�.H��w��Y��sҠRK�*��m�S �Mjh}⒱ �1�<��Y�N�~���a%�ց�����A���� �ģ�{��8����H�/,9�*��۬R��LX���[YU�QN���(�-Լ���_��l�G� |,2>��KT� !f�HZ#����U��h�� ]���8�z�c^��\Kf��HJ�*�`�;U4�\Ȏ�T��(��"��� � �*�����{T��'v��1�ǭI��ܳ�,�ن*���(М�U�$bKe)·_Z�`���9��Q����3Rْ�wl��YkE���*H���Q�#�P�mD�8t�[G5^f�^H��)׆Q7�1��Ug]�9�˲&�g�v1vJe��զĒ�V�0U�]�]�c"�_J9T�+�ǭy���x�7�ҩ�oAR�������X��I0.�^��K&���}s�TE����j*Z&8g�]ėw�u �a8M��J�w��SR�=�bf>FE�5�r<ƧF�-��%�(aF�B�͝�Gk���kr�$CW[ ΥIayG���<�sfe;�`-�Yci�'����������:9��GZоӅ��P��k=�t�+���IS:��YHV�w��~����Ԅ�V�z1��*���δໆU���t#΂��as���䃝�x����/��g��ZÒ�{g���Q����WE%o�qA����<��Ȩc����>��s`��T���F�F�q�P&�(d��z�/uq�d����][�j��H��sD��d��Y�&J�g�M�JI�5Y,�|5zy-�E��b1n�$�UJ�NtR;���4�� �{��={Eo0�rw_�5_��v�h��F�V�C~-F�S+��i�~�'�3�>CʱR���B3���H�:V�6�cd���q�����X��6O͟_Z�a�B�y���N�Q�6��)�w���5n{t� ���6�'#��x�seV��K9a�H��޿7֙n���-��2*ĥ��%�U9V�}i�v�)9Ͻ<�0\geDG&���O�sJ?y��R��\�Z���r|��7�&ߴ�����f�8��BH����kv �@�e-�����b�x���Z�ɒO_Z�x�+!�ʔt"����o�J�ܶ u����pP�ҟr���FS��������p7�cϊ���l�`yf�8n�g�#�����;�q!^��R��UZ���s�>U�&[i�o��Z�R7�<�qk� �O�P����$33�d�c��N��Ed�5 �1CΤ�>�B���xQ������I�M?P��RX���9�6e��%Ηq}ok ����ȩkn��KlC�D�s&rU�j��Uk��b�=}kZM/�R;Y�d��ɞ��T�g�Z6�dž��j Irc���S�;��p�^*�#GV@3�Uw���01��'���x+�o�S۞�x�8���T���U$�;bI��n�'9FIWԚ�:��ݷUTZ/;\��v��&+!�O�[������C��QuA>G4�T�A'���l� �S�|� �f�t�7�1���}���� �2޻ &C��ST��,��Ջ�[�L��rx���^� ���T)�7?Ư�d�ʩ.�Q <��h��6��*�����}OJ��l��`*=:3�,�����l�aY�k�x�Pr�|����;����k��a3��M&A� ՛�e��*ܢ8���US�g��:�!/ ڤ�=qB�} �(D�vU�:7���SP�Ad̹@3�:���I.P����o<��ɖ Bkw���z>� �M,̡N�O�V�38YH�y��óSY]��۴�A݁����b��Kg��3\{5X�f9>�W�V�q�6,{�q:��ww�X�w��?J�o-Qnot�;x��w��nk��4�;BCp�_�X"�H�Q�QXg��衪�F�����imqtr�2y8�I�7�����^���Z�p"���i��R�̟�0��7\}kDV�u0�4E��mӜP�X�Ջ��><���'��8���#t?J�f�.�<��� U��0~r�)����%�K���˰9�ұ�f2Wy��[e�&��I\�չ�t�3P����N����p0z����j,���*�u5�̉d� �p�M.��T �FqPʡ[�5B�Y"|�n߭U��ո�.��RLذ��L��Z�J����F�0�1��.�Ӌ�-����S��1���-��1Wb��U�ц����OFhepk["��F�T�WQBh�e*pi*��Nj�=<��Ů^e@�j���蠓U䚱�k J'o�=��B(���S����XZ���z�0"�-ø�(o,}+ �:�=*�0 A���UH�ZBp[�&��Ѻɭ�n������H���J� Tǣ �X�`G�AҖ�ŧ�Rqւ1H�_QRm})�����q@� �~�*F�ԁT *L�M2���e�85#���2����%�X)��H�%A�*��p1K��me}�HA��>��NMJ{xeZ��ݍO�y}�Uq{X�[��`q�TJp�<�AW�P�����qi�M�R� �� �A�k4�$�89=�c��nFq��Һ�}M��$Q���� ��y��u�T�Qs����49� N=>�=Ҝ�n=�j�IM2�Kt�m8)Rv>�Z\�|7V�(p~�J;k��{r��+���Y��)��o�������o&�����0�v�P*�5��^"�� R5���p��MGj��2Iɭ����nl�u*��g�X-!@9�V�c)'�2���]��Ku�� �wrMi�H�UT�k6^ISҠ��X���껶�pH��kY"�^�0C��XĨ;��Ҵ�2F�#9���Z� �/d�=�p�L���I�DV_L�R<.�sQ��p|�E^�/_JĨU �X�1�w1c�SK+Jxo�8Bǖ>�+7��H[$U� �~�ء�_���`�դ�.?wn���U�C��X"ܷ�E�,=1M*�&�6z+AE�����;�9 agqj�^�b�P7����ԫ�_���T�� #޳��x���ԭXJT)d��Z�;E5Ŵp���b��AK���ԧQ�o�rm����w�ͩ��.���iu=6���Sl�Rۋ� ������z$zr�$eY��ȃK����ɨo�vT��37@){Z��)�Gl2�R��x���2>�$�+}JTc������Eܐ�.0�!��ǟֹ�4�̅d`����8�Y'�������}��]��O_j�%����=M=�9#�S�<픸���C�f��F ϥ^���v7�֪�m o\yzP"Q�x-��3�$���x�!�G�RC�z������Pm�YӮ#`-�l��k�Ǐ��ҁ�Yń�i�O����t��DK{SN���p�j״Ad��L@���\t�X��֥N���1�Z�\�L��ި���4�� 1)�$��e9����N�_�ӖD����Z��%;T����E�Oi�&����V��'��: �����V�4,�>����$3�F!w�Ϙ�����p��<ԉC��N�=Nj��t�`�9$�皸�&ޕƠ���QxC~c!�s��o#[�&<��I0:un�0�7��Q������(�"�=J"Y��<#���]� I�ҋ��9�����Q�7�h�iS��c�r��T{�f��vkc7*��P[��w��|9j���a�"W�c �j���c(�<���͉�ܰ�>U��7̪q����4g~��U��>�Tb�s��/0|���9�7���Vd��Ȥ[m�}����(K%T,�������3E�z�O�#���H�8*�# C�=� Ǻ'nQUXbEJ!a�zb����%.Y^���p��kWV���o/�gkrFk[�<��S8��tֲ�i��CHA<�Q�-��\��U�E*��f�֬�c�nm�y搢��Z�>.��ʐKj��%����`3�N���B���3T�^�K��) �c�u�Ǣ��b��r{���Ajc��I&S>|sS��Ok�.��nʶr3\6�x���mݮ�G�qݚ��!��ݤ�_]��v�9�k���eҰ�ߥ�V�COp���9��ͤ]E}�JY����֫�ڗ�B�-��$�]'n�K;�q{x�4�*�qҪ�MJ�c**�jժ�O˓U� ��6�W���]��F�0����5V�"�֭-Ċ�1�ۚ�}�7 }�f��bܣ{Ur0pj��-��W��~T��r����Q�lyz�y<'&�I� t��r��OJaͲ>�o��u#��v��� �ZжR�1U �n5�{"�zi��5�ST��~��J�rQ����j�b@���r(,H���M�ycCҝQ)"��#&�=��d���Wa�f@H�0��ioZ܅U-��=j�b��E�q�IO��R��f���q��P��r*I�0i)��L�B� F�c�E,����� �R's�-GR?�Q��� � ��Q�S�)}�D �x@Z��A�\a��G��n�Fi��+1S�!Ybc�t5M�vԸ7m���t���Z�����[�kfӒ[�"=<�>��.�����Id^��5F��^@;����URXgN�D*�:�����Gʫ q\�y,���8�TbY&l3�1� �2q��|��TQ��K�sq�M&!К!���e�MPg8��L��.w7_�Y<|��r���~��� 8�֣r_��� �u���m�O ���)�!��)�5�Q����T�L ��w�m��� ��,E�y�=��*�@ϳr��<�=9��Ԃ*���kSV��4Wn�� ʵ*�ʪN�O,Pj�;%���<� ,�,>SY2J�����nY$��MT�r8��a�r� K8�G��3V��m<��.�d��n�!�*;�d���-� ��Z ��j��^H¹ڤ�ǵj��CKP���j�DTF��n���T�QT'?Z��4��� �ep�ş*�"�M�Oڮ\0't8�|����I��B��Ykxey� �4�G��3����W��|�kZi����rA�d����T�"dKiq/q�ÌSWH�c� ��8��h���5��¦��Lz=e���dl�#��<���K�|_�3�� ����>��AL��51�G��e���4��KG�c����;��8�*��,̉"oJǎ� �_֣�,��Wo@MF�!�6WP��Hf�E��)�!~�#_�M�ζ�����.�Fe����$�̬0w�^�b��n�e��u���Fb`NJ��l�+E�Pzy�Ȯm�N�v�FJ�4 ܧ�&�xR;��x�0?J|����v?JN�&.�@�x �RAa&~vc��<�^ �nJwϾ.H�⫈�9���$�.��F=�eҦ�n�W�-$��Lhc=���5�c���>�՞������T�z0���ךGJ��$������FH�o��ˈ�%s�8�8⪽�[x��}:P1h�d��H �sVC ���V��$;�ue��O�4 kk�"A��s�| ��jX�G��5f�i�Y%�,����*'�[ B��������T�����\Z�xp���*V8��:Z�NY9���8V^�������U��T�� �ϵD���$sW3����*Ew�G�<�����N. �6��:q�)c��l���G�,�F�rqRD�_���GZ���I<��$�*/96m$�4����I�+�AϽP��Xܷ�u�j�%LD94����z�x�����e�q�Y��DT��T�����p)������xvR�J�Y�.�8s��ҫ�2��Mm�zŏ�Ț�ڊ�ö֚s祩s#X�s�Lkb�%y�ZR�Q��w���]�a���!LO&�ZYL�b��(��̟2�W�| ����i�ў ��H���Uk�w��|L�p)�$ �R��Q�@�߰�i�Z�97pz�(�p��n�''&���AJ\2�z�E����hC�z����L2���J�QxgF�6VL��[�ڔ��2}m�b���|�7��%ъ�D�4�>�qf�ri!��`U��'��gjfPU ���{3j�Vz�Qi�:�Ơx�����h|LX�.MU�.A��l���֤��lۥ<Ff���h�����OO��s�~�-�}�����W�519k�@��z0�ܚG�G^�uN;�Ț���-�s�\f1�¸[;�d G�I${�M�M6�s�p��?t�tu��9�ݎ�ǭ:qXg]?���>�jv)o`�b�nw#�u�w 3Z� ���WC-��@P��ȗO��"��? �'�c�B�:2� I]#(ą8��I� }��ɐ���_99KL�8+����6��eۿw� ����ɼ���n@\�������33�#έ��,��5&�}e$ ����Z^< �ۧ�Y<��^'�e��ъ�X2�`�OxF�;���u�A�Xr���$���dTW��G�ү.�P��FE2w���<��Qۄa� ������B�ؒ2H槎����7��ˆe-��@ z���X �{V���7�� >����Wr"Tmxca�$�}1[�w����<��^y;>��s�m���Z#�At�lrzV�����$\G.8'��X�x����b�,��~���"��ť�К�q�$a��+,�=n����kܦ������֖�$��V�u�{�Un�$S���F�9�El��c���ݟ�X�;�ݣv<�|�>�%�����$�E��̟ʛ��f�՛r�c-�C&6w�7��l���Ⱦ/8#=+�m.3q%���d���Låa̽ԯ�)��[a<�O+n���}-HXK1 �^��E�NA$�2E\8���D"⡭�,To����k��%���� �d1Z�wn?*�{ ���#\�lb��%l����E;1�}�i3�\��NӹO�7����ˈ.���X"o$��}����j���:[n��b��,��{��+�k�n�\��>:���M�5E��mcXm�p�/�J�:cc�#�?W�4�*��$242�\�f����M �m�p]���5f�� �1���OJ�$�s#�v-�<�>iR� �:��e��� ��:`��V�D�w��yT��#���N*�x8��_����["���"�,$m�Ub�$�%r8�W�2�H���FY6�$F��W������nH���-�6�B]&v��3W2�vA��!�+�xs�O���ь��ϽV�Bƌ:�Z�&0?{���RQm�V�c�� �� ���8����u�а$�J��]G��ȹy�/�Mqsش,�Nj5_����M�LԗMd�V =>�*�&z�*)���Gҟn���I>|֤���_/ ��X�R2�2*31��CMi� ���"� ��ɩS�-�2~b�4ƈ�F'qU2��oO�;��'85�}<؋�*�U�\�*���8����l;GZ͚,) �ϝ,��Zos3&R���,J˓���� ��T��SV�g2�8�L�~c�5NO�չ� #��6$�'֟�=�� f�S�w�H@#�F-�zS#��k%�hˀ|�b` ϱ�J�{z�K�l�i���� Vm�SW�u����� �TK!|�H��������{Xb)�Ԁ�2**� ��$���v�ۈ +i��i�ST��dL�ի�s�U�gR�5ɟ7�PI���O��uFİ���b.�(��g�0��ʅ8#EFI'&�BH0�EF��>���-;��恖���<��ju��81��@�H�ZU#�kBGS����>�ҕ� ��U[�.��3��O5�i%��=*=Đ:�[���y{��P��4��(9�JB�֡����rM9��@6�p%�H�I4��Q�Ge�=)�+2`� �ɩ-�s��d�<��n �G��-��N���ɞ~��F���n8�V�����z�D��l<�Nj���8���\� 1�:�\ơ9���y�[:��# y%�D�r��&\�Dz ]�R�(lw�1v> +B��4`d�c�4؃Z�e��o�?�S"� w$���U�M<���%1��#�ZԲ�%�$* ����th�,�I�����F��-&8��Ti�ut��[�N�6��I%�R�����OZ�׺y$lr*��z�1+�,FI����<������ݍ㸏reW�q�S������Z�^��K0��Z�a���Jy+Urq�aTmIϳ6���f��@2ry��6�� ��<�W=&�� �0�8��������^��,��{�Dv��oL�!��ޱ�"�v�K۷�ǽ�IP�}<�҃!EpOX̀Q��9�Scn��̢����M8Mm�  ��d1�e�e=T�A1y&K��D�"�+ZܮV-�з�fT�;)�5)e���x$��X1�b�qP�0kA�kS"3�#&�(kY�54�� 8�S�9e��T������: �p9'v-VhI�XpMT���@�ed����s�UMUJq]�״r8,���z�D��ӯ����+��o�!� � �����c�N�Pn����qRk�;��A�S�lw��& ��c��{��n2:ӟE��0L3���=��%1��| �%�|vI��R>��P������x󠕽��=Ԁ�i�ZA n\�>�V��rX� _��e�PQ����1���O_J��Y�GLsV����J�H]A5)dS�ǓCL�y�/x��;έoa��� q��5��R� Z�����r:g�$�M�YL���;<�e�����U�i#gr�����H��Ú-�q�@�PisV>Qe�w&@� F܁��xW�})�@��>c4�I�;��ؑ���Ȫ��*X�����j�C�6H�,Щ���H�5G9� :f�I���:ʼ�t�6 �����qAj����$����Uk�4�U@'�V�v��2�O�gK ����>f�<��J&[F�6�y�*&�W^J�>�b��x�T~�<5[{9�e�HFҘ�� z��-�# ���Ҵ�� ���:ֶ������\���Lrq�����X�3�X��T�%>U�a$�@���V���1�h�f��-����;x��tm�kq�J��ː~���v��*ۙ���yEbqK�;N>��NXw �j��La$�{'�@x��kt��Xjw ���j�I"r��K��N֖ͼ�FH�W>⡔ ���p:� ��~ =)"d��2s��Q�j3��vd(L � � �HzV��]����5�cdr��#����M���)f&�  �o�V����[�#�� �� ��kL�1�IJ�d�y�ϳ�U��a]�����U _Kp�ĸ��@� ~0�a�5�&���C�iIJN��VX�3�)/���؄�1�� �_Z,� ��Σ6� �*�P(48�G̨��[��*Hw�'<�P[J�y >^��l�H��������H�]�zP��F )�(�G�E#c H��ZZo|x�rws�t��������G�~x�&۶-'��S��G�d��㚫yn�)�1�v��B�qVC&<#f����`eW�㚵smd�W���Ù�l�[fv\6�:�6[�<�W�\������ �#�y���|.�-��Ÿ!�Z+�o��oO�1S�L�ewq��.w�1]n�|�su� xq�5���� ��ի��c��F����}��l�}3�#����� <�6�퇟"�h ��~� qV$���F'A��4t��\�[�΢���n���6�V�� �Xw s��J���:Z�;�(���Z�iQ�~���)�6��i�K]ڄ�#��i��yR=y�Mi4���D\�`�.��t�Y��'�🨫*��g�z����|���4���N���sT/��u����N �>d�B�{I�fŌ����G����!�o��[Q4e �[\Tc�p����?���fΡ,zu��6�!��$K�Hǡǥe: �Zgt�v�>Q�W#0ȢV�wdsZ���[S�S6�=�S� S{xC����ܗ=�lF6�����e�LVi B:��m���Z��K���򘭫&�H��6@x%�x�Y���Y��zU���+v?F�W�K�1�������Y���cpv��;Qx���z>�g����w��"�O�^K�Re��F�, f�Z������W�zmu���M�7�Ȥ�;�*ME���K( ��j��=��[�#>���& F�<�y��%�����U���z���La �\֌���"!�ץW���Q��}j�p � �,VI���zj�⑗$���sP�����w�t2i�"��yqY��:����UޟDߤ�L��H���RG��B�#�ƽU @Uh���F�ǒ��=�(ps�YH�8㚽:(ʅ�n$dA�֓��ovM(?�t_A��{�n[�Y�p��R�!X��y���F��C���C�l����d����VH��N]og��M O�^"�+��m��a=��弇j���+�Tf���/N��ro/j�c��!�,�9�� 1ֺ[�'�̃8ǭs��%��= ]jm��g���I�6���'�J���q�xP:Rӥј��+@�c�#*G$՛g8��N��/=M,ВH�"P�QZ�F�{Tab�-V� �!N=ERDŽh�$�{�H�^��un9�V4�d�̼���-�6���#{:����0eR� gܩ9"�nT �YW FG�9<�TQ�py5FD%��5v�U���ZR�87���1뚕�֘��|` 0*S��QE� �*SpA������$��S��Sڰ�;�I�*��X�Oi/�ED{d��b1�5!r�<�#���f�bu�v�G���UcR���B��:⡼"a���Q�L����LT��!�P\���y��Kd2���j����Y�8'� � ��)��@���� g�KEH����p��iiȃ��4"��.A���Ԣ�m� �樋���{x�����h(�G�@|�J|Z�E�rjR��M+܊E��[j%��*V,\Ґ���'p����Kw �MݶIOV}*75��0p9�9Hv�1U����'ӊ�Db��!$z\�K�^0x�f6?�0$���ojw֝�@q����}pOU��5\Ԝv������}<ͽ�G����#|��3�|�����1�l�<�W+�H���ǽY,�W�n�!/>�?p�j�E���dv���S)<����1��> >�wR��,�:T�T���_�K�8pMZ�W��rsұ�cd|���<�Gsl���Ҩ�Lv�J��y��i��&��Zv��0�$6�%S.v�>U3\F'",��z���]*/�"��v[8�b\�S�xzV�xn[�ڤT2ۤC��}j��}�v-�)�*���/w8�zS�K�l\r<�8�2�����q��eH��o�3�W8��P3Ӛ�NNh�>[ ��1��$Dr� ��ܸ������� 8=i�e�ܱ�&��-X��0����U��� p- ~����.<5p���) ������0�bj���(��U{ywezUZlu�Ia(e9j���>��{r���Q��ք�bV��K#��F�#❑�EX�ܹccVW@�����>�J���bDn8���a����H�}��:���D|�*;yb�8�Z�[Z�2�����U�ti͜E��iO +s��U�m��ڞP���UT�5��q�*;�W�G5:]K���Z�������j�*�w �𘁲2�Ң�!/��Ү"�Ɂ�F�P]����S�㚌�U�$ ��sP�0?1W�Fk*y�l3<�ը�w���5"���5-e�R�f��m�j�F1�PӮ��qZ�@.�v�9����i��D< ��T���c H�cp�Q�$�����H��*�tk�v����d���*\m��R3U�-���зP:TL�&�M^= S�r�ޝ������w�G���m�Ui\�a��h8#3��=jƇn��ݲ�q��OA�*��H�U�>�j�X���m�Ϋ���0ͻ�Sa�ϳ `� dlaW`��IK�a��5]� 8��o�)���皥�N"t���S4䱖�4� ��`�Gֲ&љ�Xc$g����V�H����W��;� o"&ߜc��n������ }N1�kr+`�t�Zϼ!���t�t��9�ċ��՛r�-�-�oPR)б��ĻB�Ἑ_GP>����x�\}y�2��@S�R�3Mތ�Ө�X�|}1S�HFs�������n����n������[Yc�S���M�Is��T�H�����u�Z�-w��'��w�C�����r~�;� @�V��.���Iee<j䚥�) 1$���.�A#� -v�'$��_z)�i,f+���,���s1 Z�u�>爨���Jt�-!� :gu*I��r�[k� ,��C����tv6��4o:�Qұ4�$�lnҷ�5�##d`�KV��1�V1ˢE&�']�R�ȧ�v���I�5���ivw[�_j�+4��m��0���$�����ا�����ʀT0V9� "�8��+��\*�o-���cPc.N8⦔�.� H��JU���j�G�%$���)�r]B� 8���v�7�����a�q��*�Cko���%��X�j��3-���)VD ��U�x�5�Fu9�a�^����~���n�[=��֣��ͺ�i��rI����=���Ŝ��WM}����� -� ��5Moܑ�mt1򣎖V*8U89�>�D�� {�ݿ��{��U# t���}�&0'�Q�F9�����6ϻ�)����&ݵ��شK��k��n� ������ۢ�m1���jդ��Q�2�DIT�b��=&�Q���g�轝���������3�@���� � v|M�X�Q�}6i���Ȱ������܀=k]�.6ąT�pk �˄z�O����L&��Nj��e�!�Z�k �{� Z�c���f�gb�E6f\����s���!���ts]ʌr=+���(�m�uȭvp=B0ۓ hؒ���%A_*�\���hc�k��!��Ȍ�dd�r�5j�xp� �:Ԇ�#(�O,�L� c�՛HEt5��v+P������2ȸ�8��א�Z�� �����5��p���r�B�����ú#���\k�ŮH��jU��|���./f��� �8�^X\j0�qi�2�pq�Or���m��՝!����3�kn�\wD�.�4�s��i\�a�Nj6�����<\"�D�sXsZ�qZ���d��wüAP�A���<�yY��?�Z�n����i��Tvm' u4���� $Eg# � V�RZ��ٲ=f�rx���ƆKu�M��Sd����ϊ�;]�5��`�<Z�[��A�qҳJ-���-VG-��k2~��Zw��!z�� ��S�8���2e!�j�’2*��$�*���S�Z"��ܼv5>%!�T�����1<���W&��FEE7�j���z�i�J�����dTl6������5t�f)t4�M C ��S�� ��V�or� � `B ����ێ�Z+���^�h��I�)9����|�9�&��5U�ٮREi9;�J��j�@#���f9,�QO����8;YF�%QW*�P�RM>��Z*�6�+Q��RR�U��ow�����Ξ�>�HT�W��F�GEU#��e�B1�Pҫ��I���q�"��Z�>Zs��HT�y�4���$2���E&tv� &���;�TQHZu�<� A+�$i^��D�)��:S"J#� zU��m��#v�|������Fܾd��d�i�3S7����[��(���޹��Mщ��U��[�X nUMc]��(!J��Z"��je�[�:N��1DO��V��D���*�n|�?��ܓ^\ pHS�)������/�)o��D)���̽5C]G�u�b��,���&�w�1�̃���// O+*�.�Z�S+ Iv����P{ι����dX�H� �q��x���,�Uz>y�V��k42�x#�� ����8�>�2�a��Z*{�Eo�kXFl��CJ[�M��{����d��ꄄ;zdӎM�<� �NE :��l���.FM�L�[#�i���M���~�BXV,���j��YND��X�m2aG4 �M���*@ɤ�wVRے�U���A�Pq�ںn��`Ԫ�IH��sU� �H����@l*��ZT�>B���;�G�Jq����X�\ �,�� ��g�nI,���>t�[K�D� �c����sVc��vf�֫�bI9ϭ���0��O O"���"$eh*�FG\n�[:PE� �Vt�L0>lq��c�dm��2�pj%%�mҷ\�c(��b@��S$d���V%ŗ��\d�i {�s��ӓV���)�U�ʲ%(�z9x�QJ8l�pa^���Ut�N�+��չ����=C$ ��RCS�����UE�pr@���NO0�������y�H�&�m��a�)������QN[���+k�+��p��H �՗�ڥ�`�۶I��E�[��X�}� �s[�]�".Fg�p�y�''�E��H�O�<�U�Us�Pj�I�Rwea�;��jlP�L0��)�S�O�hf �T������0��9���!ۏ:q�\�sҡh c��J[Y�ǔo���w��7=�I,���Ğ��kr#۰H���$�H���5�uꟚ>J�����:b:����#�_j�`wB��xރ�*ݝ�<�T�?\T'�eQ�e�r$�|Rg��x�"�DI=+aN��Z|K�V��٤s[�)��{��S'��p�@�,���#i?�:�b��g��1ydxc�&#ö\y��n��?J�2Ü�=*�Ʉ�ݏ1�X�[Q)V՝�� ��Si�'}jh.lAD�ZsZ�v�0�!��ε�(��=E_[�2�"C��(5��.$X���.mN؜��u�T�imiIG{��4�I"Cݑ��<�m�ܺ�2��J�;5݊�*"�h�H�D`H�k��L���eWO� \�쥅��L��j�\I.H�Gj�O(F�Q�w�<��p�1� ����Hd�"L�o���c�B9���p��}2����&I�h�������j�O {��$w̅|`d)�Xqj-��� w/��o^��F���$Z�KҐ�B��:�y��P�UX�~�V�P�w�@��8����ݛͶv�Dq�Y�ڳ-oG�F���$P�,Bt����-c����F��g�3�J������KU���pﻜVf�s"��#Z{nY��O�5�37ON�p\1�۹l��xHW�� ��� �>�u�h�1oU۸g�*��i)e����%�U ��D����i]�20�� � �5zM-$�fE$>շ��.;������&� בYn�Ƴ���Iˆgk�ke���+n����ָ������$�]�n�~Cm8�|녁���ǀ��*�e�����/�_H�ӧt�0��sDM#JV�FH��Q��Ʃٹ�ƒ�Zк �$^1�Y�V�n�k�/nͻF��8�]�f��V[��gi�����X��I�P��q�6O���>�[��3���Ȭ�!*�j��-J��)�}mGgdҢ2�9U�ع,����Umb���@*x��6�^�J�ө@́���=>��k �1����V�Q�<��7Mo��F5.)���l��iwq%� ��Ψ��ßĴY Yݎ|��W ����wS�'���2H�wq�v�@F����� ���OҶ5'k���Q��ز9F�έ98���`e�} 6PYpi��u���Io*�c5яg���"V���N5zIP�����$/>���,>6n��r� M>I՚h�����/,m9f ԁ\�{��*����:�x�E�8^+=�X����;1:իC!����9�=*-�J�Xm�pNk~�N.�CxW#�s�l�n�\`t�D�G 5T�Mr��J���\�=8�K�c�rO��W⼉m�?-\�v�a���R��P�E�I#rWw�U{|1O5V�9�.�n�cs�J~�p�%~[3�#<�VX��O:ҝU"ܣ�U%hb�y$ 桼��T^ ���J:ա049���*��$����r@Bn�y�c��]�l�Iu��9��^��2�K,�TLk�c�*��C��YT������w�p�Jv�q'V�d��r�)aE�� �O���T�;���L�ڲ����K��j܄�U';����T��D�Yp)�SL�.\!� �C���x⧳�2x�'�X�Z�m+ӷ��a��҂�pj̪6*����ygE�F8C_��R5XD�"�ԄpjZ��j4��*:��F "���@��Dc��SG��ӡF���G#��G҂I��#5^GP�3+���Q��Km0O��� ȥ���EE9��M�%� �840�T$�V����0i�\r��PFM &ByE-9T�CY,�b4�&�PV�S�#��2zU�5DRw�Y�5�^6D��b�.vMdL �ˊіP�@95A� do�&�Өx�f���,#@'󬿇�r#*p�q?Zٰ�Ql�` z��j��s���G�`{�؍[M�۝�g�c_�Cn=O�hX!e�"N��k���Z NW���cs�5�4�I} ��������n�"� z�ًU����q���Ωj�m4�`��׊Vrt)���Te܌�˶B���}kYZ�m �Ff�W��AC0�;�Թ�i�^�<�� ���iL�U�C��s�Omk�����Ӟj��r^�Ws��#5ϽJ|��ӭ���-~cg�%��\F���J�\t��,�:�~�� izyg�X��������3����IP�����ۺ%飦�(,,/�2ߒXzU9��$z��"�8�V�B��m��<��z�$R�9�*D�i�dDl�e��V#�\�qV��E�7 =j�LȡՈ ѽ�b�ēP���4�wfI�u=qU]O<���� ��4�BVb��G�5`�SeyaH��rN:S�B#�ŎEO6�[b�����Gy�u��-�#{L�"��� ��h�jn'�$@��5� pzT�TS��h6��*��:���kqr�*2��K$a�@� �D� ��sRǨK�>��K������Y���r0w��#��+�a�Fj�]��Μ3O�0]�;� ��bާ>��Դx���`�E�ヌS���q��e$�XضE1bp�#���ۼX�ҟ��)S�o�=�A��9b 2p>�d�l 3�PL_8��yВ�$��ը!��r���z���5x�rF,��MO!UxyI?�h����X��c'�5J��3[M���K�储�ҢK�2��җ���j�I$Mu%���,#{�4D��8q�*+�bV3,���(���r���F�&V��n��框L�[9�|Lev~�ܴle\�y%~�TD������XR��d��Uk��ʩ�򏸧�6�BG�Y�#��*V��!C�p*���Ld�) \n�9��t��b!u�T1ܢg��VŲ[G ��'&��Y�KL7�1��ɂ|�vj�E,LX�z֖��|�w�T*�{U[��ҟB��0i2���k!w�L뚬�K���q��6�k���*1�)3YyGZ�� +W ����ζ�x�zUi�� O�5��O�7���8?�Q��;�'t9P1K��v$o�M^�rsZm������T��'�sZ��2�9���/aM�C�qV���m����x�nV�$�W��1� ���֬ڗ^e�'Q����*���8�-E]��z(7���|灞(m��$�X*�Xx}�h���yY��ֵ�wj�T�>u�|���t*�h��/���s�Z��-�庮dfES��U[���"�.���:z��<2��zsP�ڗ�2��W���!���y�{s��66����YH/I�:���⠼  r����ٻ�Ve8~��Bn����rB�6�0�s�P4�ό�ǗJԛ��"2p�=|��Z[�f@�—�i�����3."e%����J� �srYy�<�bkoYϦ+.�N��DD��$g���a����� ��D���y���ү���9�Y�Lʤx�9�5�K��|r����`���O��Kq$�/��F%G�<�����,o)~��t� �g( ��v�7�z�H�ve�;��y�������Z�͵�x�A;|-��Z~��y���J��Bd�>/�D�5�=v]F���v?Y�hd��%���d���>%.=��9~�ʮ�����F�]�qk �4�v��n�8�T�� lo:�oVh�I''� Ş)���z��I�xMf�of9��"E���O8u�>�%!�U��mŽh�7 �~b���1y��vJ�� j�XT�0��oSvc��I�).�q�U� n�����b7*��Xj� �8�c��~j%�4�*To�T�(��L*&��.Qy U ���Iȧ�V(QE!P�֭G��$���'vO�J A6ʌ�N >%�)Dl���ܮS���dwm��q�����U�T���1��e k���Ϛ�i�g��ۛ{(N�Wq���iԳ�?��5�w?y  �Z��B8�Ҫt,�wp]v[��H�fGI�ܗT��U�!��\�R�aFQ�����ȫsH��=*��b1Za���ȥ�V� 0i�88�V��$-�$sS#�zG�V4P@�s֦1o3P㑑�Y��G=)�g߸�0O�֌��^��7�_s%��I����y�ʜ���� ��5�t�N*x��7By 2�ƈ�܃m4q�B�WE�v2��ӽ[����y�)���#p}kQ/&]�����*L�k�����M�kr��ap��g�0�++X��{Mk��prsV`�q E���S�++�k�Uf�7PI��������i����sO5%Ŭ�I�N=�#��O8�[ѻ����p�*�K�d⅗p��oe�&U‚3V�pJ���ҲP��jȜŎy��Y��&�X< �*8�Aɫ$�����⩯��k�9�����MS�\g�d TN�RW��� AשP��c��ۄ�}��s֒[W���c�SM�ٷn:�5�E`���� �[>��巓����ǎ̋c �X7#-Ash�FǩO⴯���� �8�6�Y�b'�X�#/�5��#��X��� .զݢ�A�@˜`Ԗ����8�C�>|u pH�n`E^�>]j6���H�* .d����� ���]�e_��Sҥq��Ď3�D�j2pOZ ���+� ���Q����]ަ��#�6�<�|E�U#�F�S�_M�7�����=�\��A�c���v4����V�1/����P\[;�nR.W5<�Ko�����Q�q#1�v�q����%�\�˲EC�-��]>�M��G��T�_�B�J��8ʺ j�Q����X5�̣c.�����&�O�W�`3�y��x�'� H��U���%N��s�::OW�;�&� #H�x��Gs2�*s�s\tWw��c���5�k6��,�!#Ω($����2�aI>�C��$���F 8���r�Z�P�� ������'��p �[�z���䶷`�2������y=�]\��˲�Ŕ��,��d�9��c�Y 6:�+V��r� 0,:��Y�ZL�O$dSc6���S&яy3eA?�6��t�*YX���g�RZȪ� f���O|��kb�c8��;�T|$���m#cʡ�i�<����*~O��it�G�/�Ny�OO�ҭ�ʱ9�L��?ҡ��{���p���8���9p���Ƽ�J���r202kQ�b�tȻ�!xI9<*��ug���o#�g�����kkM��� #n�Ⱦ$=�[��P����Y���LU�F� ��X`0>b�mc��#v��]�jl���9P��}+�O��͟Mk��*�p�KI𺜥�._Z`܀`�ֱ����κx�{tt��a���d%x��fuJ���R���:gַ�u�#��?ځ�}+��#1�t,�D��gP֩.����e%�r{w��c#��)r�HW8�ʭ�$�2�Z�2�V#�V�Jƽ�s��Q҈,#^���.�3��'oS�a^���p|��;�v)P|g�ʱ�f���Z�{^�5�X�*»�U�zV���L�F�7��-�� ���\;��6�Kuێi��˪�.K'h�����z��V��wY��4��aڗp�w �<�֥m �e��x���x7���,�]D�7�Wl�d�N�8��-5 �����Q�Uy���7�W�*9�齚�x����#�⹚Ȩ���_�5����O���X�9��I@CQ��oq.7 �� ��A!�0�v�����` W9�]n#�6g{ڱ�<�k�r��i���������Y>t"L�ҩɧ�u��'�6yWN�Iw 73�JH^͌.�.}�EvK89i��F�!����ekH���|Gִ ��1�o+ь�}j�Z�����2��~泎�:�F�p7y�֏��Z���k$w�aX4�鴌�g�|%����5ٚ�U�6*���F�Q��Zk�+5�M���X5�AGOV�?�j��� �t�v����F��,�����W�B��L��2i�w9<��{�UxGy���U}z�7�4�F��w&���-o�8�<��ZU�� e�ڗ�0|����EOj<��T�rx5���9b�u�j�u9 q��kP�`rǚ�B��<�E?#�R�k��%�|G9���T�yZ�l�7~����K�8�*���=axn7FH+�橈ˑ��n��86�[��ɔ���6+6p�6���kaq 9�.�7�s���͐F8�Lb��4�$�Rck!'�Y�Hr:�*ͣ�"�NA�զ� Ģ�9�9�V���e��̒�1ZZ���h'B0|ꆜ��]ԅ�} mCl.#��A�[�J��^֛N��b9�RѦ�x����Kw4����<ܒkm&�,�����s7������=1�MF N�i� �Q� ��~�/��V�& � �ɬ��`� q�Zp� �����7Odg �ri ����*�2�����#�B���{�^�Zg �b��cv���$gU�ܞ�_=�P�cLw�=�@򬲳��N��X���+=]�R�Xgٵ�-�.�(�B# ɫJ�N�*9PF<9��G�#�o%h�M�*���O�D1�����)nP*�S�Թ(��Ѧ��1:��wK�(2['�����%[=��q\�d���:uv8*��+���k@���5�5�OT�}�д�I�_�⺥��i 1�X`�+���,�"��cĄ>�ݪ�4|��tΛ2VU ��?�S2�3���''5�=��GF ����*]w}�c֐��`*DC��T�21��P-�1�X�c#���!���p1K��Sڗ)�+���D�?�<M�i���KQ�2u� �*�"���q��ӊ�-��GI#b�k�¥�FOo���f[;�v m�A�����i�d�(%0=j85b^ڈ�''4%��쎊(ÞW"���NivSW4�pϼs�0h-9�%�`�j�ՉQb!��U�Q d���^@���=(5��+�j�����Ҽg��̦W>�M1I'�X��rV�ι�Zױ��� e�TQ�*���8��cAT��Wj-T[�ZK��'ڥ��c��CFD�d g���g.{�[ 6��M2+���r0p�Vރiq����s�ڇ �]g�D�$>)$vʕ7�h�Ku�'I���f�ؗ��ӗ�*9d3�#s�8�R�s��?:&���Td��O>�U��s.����<�!O�:��� ��+:mK� �*��71�8��d�L!<3Sr�0��7.z����,~�"�a�Oށ��D�$�r)]~!q%5yM���h�G�B �� �>s�)�\|��E2�H?Z ���7��!�`���FD���yⳡb9�9�px8���I�M$6PA�G�X���W�A G�]�$���O��Wɀ�^�sUi��������]�|n�H�N1Lyg���҉�E�.�j���`�����|�9�|��#<�?z �Ya-�EH8}�X���F���p��o�8�d�ZwGZ�`��Y���9�r��Ԉͷ��I`�#�w��vv�L�䉻��g����y7 �1Z�YYx�'x��ˡ��\\[eP��f�}�7�Q��p6� e��b��s� �ð��J���Pʳ�"���b����RX�Gs�%w��6$Os�|x&G]�c����F`<�k�-K��kҌ�*n��7�m8D��I���K''�#M�L��8Q�$7��ږ��ݻ��u&���Q��sL��9�.O(�d�c}j��G����O9W��_f2h/��� #�Hq��Ny���;�;RP�yf���LYί5�M��i���v��2���Ac�R����$w�XB���v#0W�x� ]Dj2:VKM�%�� �|R[qc����l�Wvش���$��� �J%)�z��D�w~]*�m�QS��M�Pćg�c+R,�H�-��c�۞�Ԇ)b?��ToI�b�(�Q��A��K� жVIB��Kc�#���̩�rp)�x�'xam��sVk()Q��L��0 ���*F�f@m���$81�>���(�c�J��iv�e`�M� �6v�#34m��Nky]&fBI>. l�^J���;��� �\��,��m �e��wZo".e-'�8�����ɷ�ܚ�M*I��mS��g��FRc�E��ױ�^�]�x�c�!c�&j�o�T��b@������M���ɋ���Fy�mOTxb�c�1�.3��VQ��ײX�LҏX�1Gf� ��1֙w �uq#2����%ƨd�|Y�Aȫ�ɨ*��oh��O�%�J��,���u�^�t�����L$��۸W =՚ �8�W��N�+�AP ��] ė�ֶ�ܒ:�N <��hu��vI�̻��y0_c���ʥ� �����|@ՙ`y'�l� ϝg��tـ(J1�#�L��U������^��e/s��ָ�SN�)%�Uv�9���9eV-R��s�#ҫ�4.� ��}|�5Oj�;��V������ {�u�Ʉ���Ԇ吆 �sҭOi�\G���m�4ݏZRY9P�O�>Q�%���q�LT�}���o�Xx�ҧ�a�ES���eV�1�x4����v�e$U��+]L�̾�Vk+�9�7��c�4���� @^�+ �:�ݬ�����������a:�b{�1͐�5����KF=B]s����ݧQ��z�'�Nz{$�GKq��[��c���7��5�F(��Db��q�] �u,��-��v`b��A�i��t�4e�A�^%ɧ����h�l�is �$�<0�5 $[�j��Sz o��ɬ��m�I{���V���跱���nO>u��m��â���ȹ���j2F�Z�H%���W��w��"�t�CPV�B;���K��� ]������OU����E��c7}n����x�;{��"��8^y��Zq�Hs09����L�!pdR,�� ��}ٹ."I����©nN�����y/��k�e�f����=+{Q�,]y� �̳��I(�e���v���K���_���W#>�βl��> M*�r�(q�]��������BjM��� �t�-���8�kj�N�3?N��vX��9Q0����Yw6�#*2+S����t�����F���ᾕb�Kv����3֭]���z�z���bk����d� 1�T�A �G�<�Υ����k*��%�9�� '����s >Q����� yMki��L�Z!$�����4�ȕ ���^Ѥx�;9+X7��Kk U�B�)��{ha9�&���#wo�p��y���.���T�9��_'�mt����ysRI#�P[�Mf$�Xj�x�f�U�GP��p�Aaұ��bH����R@$b���A��D��� 7T2��]Z��*>�ʨ퐾��Z#х��_Ӡ�q�W�hZ(0��g��M�.� kݻ�D�G�{����q�KR�Y��~����4R���*�h��������;yN ��\��2� f����O�j����>� �(v>��]ǂ@���H�v�A5�*���}ZO(Ɛ&H?jU�@�ՉB�T�b�Qi#��-�� �J�'y�x�/�jɦ*qiK�']�)�zջ�p��( ��?Ω\ɿ� ���f�[�λ�v�z�-���d?n�����٭�ŋF���L�c��O<�`���qDL����:�W�[�$IPF�#���5�S��z;�[܌=P�[^H�J �\�����_�usU���^��#�ֲ.���U�9�W�L��Y��ѱ��t4�T �U��(�������K�)����IE3k�v�i�:m��cM�d ��.�Q���q�NNk[NU �3U�\���+@�!�R3��Jm#MQq�]���|�2DSf?�D2� &�4��7�؉ �A+R��&q�f[>�}��*_�3����U��4m�E�3#��>�Wl��Y6�*�rph��q�zf���q�h�%@ ��P��Y�5�+s)� ic����`�<�x.�7a�liZ5�cv�}ܩ$�1��rIdLi�S/��p��F ���[=��]C���b��g��C5���T��Voxֻ�m����)VN2� �N��4ՒX��:��� t>|��\���� ��}���\~϶�흌js!<7Ҳ���O�����}�����Ђ�Vɬi�VRI���e�HR��VV�`C�3ү�y��<��$g��T^���� 2�*���N}��;��ӊmH��~��[�0�d���M�� ��  �ԩn�X� �t "�+0i{�����'Iݛ�T� �6�j�M�N��@��Yd�^@枌���⣅��*�ElP;ރBI����(��r!ݻʣڑ��@��!'o��2+�S6����Fg��n9�y��…�'v�݁�����$���W�j`� �)����aS���#;���A �LcA������ƌ�$!���Px}���h�zS�58( �ZqD�X1�?zR6��7Tk��R(�s�~�M��7z7� �:U�e�UD9��2��r V]#>~b�V�Շx��JѶ��#T�€+;��Ic���6��|L�o�x4��Xf�o�e��o���ǹ��%���V ]M#w\OCX Ϻ4\u�RD�[9�[g�elq�����8F8��v�vD�sQ(�,3e���_'C��6gK��p��6� ��\۱mÐ���X��B��@ �M>�T���6������l&ۚ���1̤)RFA�yV ��=y��� ��x��X�,�o$�4�,>W���*���.�2=����c��5w�������F< R�3B�4�aN��Nk���U��`9銪g˘٪�m%L*�d �Ž9=8��+x�a4Y-��u��YQiR|���us���5h�G1��13� ⣒)#l�q�ZW,L� �i�lp]ά�lP�zU73Tt�SQ��-��(��Z�oۑ�����N���$1�>FA�I�l.��f8?J\�Q֣�o5]��z+�,K3,q��. 7x���mo��j�v8�`��y�T��r5��nQd�c��+=v,�˴Iԥqh�`7/�k_L�俑��=��/�|��F-24�-#� �1�5�i��J��( �nx#ֵ�0r�������W-o},!7F�QG�Mh���U��֢�o&� +��V7+ ��sZ��g�rsz}S��%˛8ѹ##��Oi!�m�-�xp?�5���u(l� ��t9��2�is[VMzZ�殉�Ա�b���[� k[a!}��S޹��H�ٖ ���-Y'�R�r[���I��z��^w�*چ�f�G�<�\�� ��Ē��3�1������ޙ& 5n�[YT[H��b�B�C���}::˛��?�ȷf C��1R T�����)��'r��[��Y���� �e�h�7֚��97�� �̙���B��٫�����C_Nj��N�f�����\~y��h��,��\@���ȫ5�%p�m�&ֽ�����HQ�=�(�g�{�[�^8�H���MO�_[K؈���4��M:��?�������7Q��n[j�tȠ��%P��uz��;��mýBq�Y:d)Q5�n6�kZ�69����+�gG��MX���� Դ��(���G �Vu���ͽ�#hG��cyme�8��\��:�%ҭ�/SR��[��g��Yջxf�t�ȝ}-b�ʮ���j|v�f.�y�[�ZD�A��kw�e1��u�T��D�(��֡�Y�F.!�I � ���T��o ����֡�������,���u��X�gާ'ʴ*�F �N+FI,�J�%ܫ���_��+�ɫ��rX��� yI��+'S��G��ز�{��n;�����Y%�M������m��'��tzM�x��d��LҊ�����~��mf�;H���UK�:��3Hy$�zWkm�������WT�[kW�����\sI�ɼ#��5^e��E�[,[��%���Z��P3[��(S���_Q�P��� xF8�XS�J����~�� ���&���=� �t���f��Ǖ�m�?��#�5���X�N{�^4�[kVgS��j��I`m:�bԧ���.dٛ��� ���4:Wy�dry=�J�� n�Z�WU����]��t�$�j¼�=k�mr=Ƌ�>&8��Y�������"�(�\u���[u�����!�j�ٻ��#����tWV�k����K[մ���W�����>w¨<�tW��� >���k�����2��q�Ϋ鳴mq��ή<(�s���nv۳2v{Q7zs����<_�Ϊs��K�l㘼�f��GrSX�����4�t��w��M`�E��WW{cu��T��G��k�ԣ0. ��U-&� �q�|��:�k:$��BfPy�[$�ロ�����>*L� �=j��j֊\�ZZpI�aQ*�A#�I�Z5�Q# ��Z̤�,#�-3�������Ǐp�;�y�p2�s�X��XQc�-��$zZ�y���㸷�-U�#����TW,v�z���x�VZ�(�.F޴1��Ô�ż����Ic���b��x�mG��ڛڈ��ɨ؂r*B��`�S#��l�x�#�A��"�NNM[j1�Ze=�ZeQ�0%&EHfo��5�"�e*pj M��1Le$�R#s�'��҂�?Jf�|�TVv�c=}h*�M��c�Υ��G&� Xd�wMJ@01BY��Q��p��g⨣�|��7yV<{Ւi���#�r.U�Oj����S� WE���8���d��<�i�]rQ ���S�b Icen���0:��hX�H\�ZlRs��J��Mh�3U(�l�X0ȥ�GDŽt�ն��d) c���H��p�<����^y�Oo ��Me�'�RF��:�H�7-KnI9��b�C���S� 08�E��Gڥ��o�FEFM5�I���)���j�`�Q�q���\/�D%�EJ����f��N��:+_ڼ2e�ݏ*}�������ά�ڼ�������x�� ">�G�MN�io�/Z�p�|'���H��_��𞸦I�L�?z �����'�^5c�N���S7�j�z9��� ��>�� ]�s�t�����E���NM1ET|�T�p~_:LF�sH"9ܵ`4�.5�N+HEߨ�7Xa��@OƊ��c��e=�1���8��Z�${09�0�������j׹�Jf8�$� �~UV�̴p�G�����$,.���9^'C�!_�l���lu�WV�#"HZ=�I,W5eg ӯ}���9����ۑz]�C��m:��^��w����-6g2��V��V3bS<ܨQ����zN�}��l.B������N��X#H�X��2ʧ5κ��(����� Y���m��!�"P3��$PD��9����Ս���[-Ҽ��e��n��Wu3�\�Rb��Ѷ1�[K&N�#�y�T��q:�{I�y�������^XD[�� ���bj���ox��ϵv��G�}f>F�V����85�h7wS���+�yE+L��wR��}�, ��U8�T�ع^��u2[�{�cpcvF��}jΟ�A�6�*���*�œ���Qb��}K����Ikt{�DŽw�?޲�t�4�a@Y�n7��^��vb��{}gN��F�9�ֱ\%š[���ϥd��;��K�����\�w�`pEF��� Asr��|��?�t�����)*�uDC�!�,�zd�[*�9���4�̣��0!�.-\D�n7�uoz��0�@凯�kK�������_��b_�����~��Ti��يzzt� _��Igk {f�� ��&ҧ�m��|��j�ܨ�����5��j�yt�+��d-Qg��\+��+��]pe��� -}�`r���H��h&h�E"�Ƽ�[��6h���� 1]�e5�3VwCmݔ��yҭ�5�_����&�l���s�\)1�\N�<�t�Ѽg� ��&>�b,䕦#c��X�i�n��n�2`�MSQXf�T�ws��gf#K��m�W����xG���&�W��ֺ[[ �k�qՀ�����Z�Te�ni�Z��?�(s�������r�>����1��P6�� �6R( X�z�k�#�p����o(�]G�ʙ�Y<�E�R���u֗|A���d��U} ���Ƀ��=j�P��)\���'��=;N���΋O����[�cj�3��g/�V9�?Jf��4�nI ��N��n.V ��R�I>���+<��MӖ�}Ny4X�7 ~N �g�i�f�ВN0��� �)d[EeL�w�Y��{@ ],OA���V�.O=��(� o�9;�WbR ��5Ul��V��&V����؏Ox�Es�y�+"�N=�)5�k����1�w�ø�`ɭ- B�m�3�I�8���8S��Q�Y�%�@c��v��a<�������n\��MM�{d��;������(�/��\�U�YWS����d�汴{ص�iE�H�/9#����/�۽�4�[���W>��G��j#|�r���8-^Ǹ����8ʖ�)% �\�R��{j,� 9����i=���[�� Z"Ǵ a�ֺ;�oB��6&Yd!�O�^{xm��������-j�n,䶹s ��Ab�w�FI�N��]�j�"�=kR%���]��*�yW�jV� p����vPjO�Z�,�{�R{VG�ܖ�D���H�e(����a���~�f�z�#[�BoB0O5��Z�u��3��&���V]�p}qY�ӛ�m�@�3�ק�����)S�h���J�*ޛk�n��w���p銝m�9�0����r��?�����r)�4�C��� K�\ �D�D0o�dGy Z*G��w�9�YK�������HUa���{vȧ"2e�m��Ĺ���Tϱ��{V���m�3T'kU�� 6+7Q�?�Xg>�.��tI�V/T�S���'�)֐�p�0�ֿ�`6�Sz������UNU����>��x��}��k~#{��ti�f�Y����e�B)�X�rdH�;=}�B�h¢������b���qx�i�W�b*@$�=*�x�b�������0�눟�R��em�HP���h\�0eg$ER�5�OV��'P�&��h� ���x/�22 �#ץ{8�{X�-��_?��,Z���8h�q_A��"[�L_>�ICP��[�M�Wz4[��w�H����4A��+Я ��R+��(�Y=6NVrw?/��8 K����K!koPrrJǟ��׻�/�U�s�E�����v�w޴� ��z�ܽng��c�/Z"N�-�Bo/�+�����f� �z���g4�[�/dI���l}�RS�!�S;�V)�$D s+���W�#ӡkk�B���~��jp\���IYFB�g��c���y~p6b���]-��~���;������?�c�ǝsqn�{��՛ˆ���>��j��V�y}N��<ɍ�`�\�*ppA�TÃ��!1��9�)`�[%���F0�85c`��gy�"&����h�=MK=�L�4 \�E��:�a �#�g�Km�Nji��߀H�nGF�>R�R|�9��W;���) �@�Q�t�S �� /t�>�� N��܄��yeE\�q�U�a�,9�h�S���*��ܲc�F�)ŶR�8�Djˀ���QCn�ʱ/Y������ʼ�mD����x��?0���_�F����o{o �����\��-�����=�k���4`����k6�i���L�m�X6cҭ�g ��@�##m��U�+�/m�V��8Wv��΢��W����� xN+{����!!��j�6�G}��G��$0��eZF v�0k.f*���@�O*�k��Q�8�+I��?Z֓h�ڋ#� �KP(#?Z�o����.Eh�^N��dR͑L ��Oc��a995f�fo,Jc���B����A1���Sl����.�����枘�/wdԂ ��J]�<�U7x���<"��?j���<�iDQI���o�@�Hh���R�yn��M�=*[lX�NR�0)�����$d�����0�m=A�����?J963V,���呔`R��r~�� ��R(%<���N�23P7OΤP��l�j�lj659�q��B�FMF�*�ri�S�Aɫ�d�(���3���n=����E�����3�X)n���m%�^%"<��.�M�y�'�V��x�Ld�OJ���q9��Ys���*U0���-v�T�-V0�S��U��mvb�7��+:��ʓ��Z�K�іi�h70nx��e�*' ���v�mt�����$�Y�|Z��M����K-�I�����k{�eo�'�U��c𓾑8��jܖBkY&�&8>!�ջ]^�~k]��rM]��T,}+;QY�Q��ҠcN�������� I�01SY��|� I� ϊyJ�S�>^*��2,J��̟1��'�5�]�f�wv������`���\ݴ�3�*�Ag7�K���O�����.�'6����v[Z�W���"׬lV�g���[]n]��"��������Ukh�0:}+^Ӵݮ�H��Qr��TJqR�}%�HY�5���YY����9�EY�Q��dh�� q���>�����u[��-OQ&J�;<�M���{��6a����*�Y������5�s����'I#���>���G����U%�|�^��=� �OQ\,�v�s��*�h��O5�%&�q��n0A�ǝhY���ۮ]���m4�5RTdn����S�`�;Cs�k���W�x*(�Z������J��}�[�"���ɐƭ�6+(3`�Ml%գ>��s�\e,�z�>�S��%7���u{=W�y���m܊��;1sh���,��*�=bS,�J�Cu��O�֛g�L"�Q���@K4[�Q�K���d�w/��ֺ���[�C3�I�U�T�����v� ?L�ڲ�;���bX\˸E����t�+��� �,��ͦ{����i�f~Vk5��g$�@��� Ŷ�XU�v�X���_�|�Ax� �%�� v1H<�ҭ 5�+v�[�J�0e��� �&��\��k����!“����M���SU�c$V����:�[)�|3��uB1�9 �{Zd��!�I \d�X��SIb-���q�7d��.�`0瑏��S�ҵܵ�F��=3[�<��[��{��_��w��z��թW���jz�(�U�c�c�e\뱘�����88���HY�:єK�y�VqO���%���K��t��}�oߤ,�T�Ou��8����3��;7۝7NŨ��q�p��v���D���"�˲�Tz���V����U��)���-���V�;w�N ^����Z����#1��q��ֺ�쎧L�*�i�+�ִ納���G����P�RV:�]N�WP<��{�B���V��֎����⺹�aR�$�B�8���B���|�|>Y�} z %��|�գ*�v.�ӳ��#�#s�e��>��f+;���A�����D�:>�Nz��^���C�In�u�9N@��z���OS�o�<��O���n�ɮ.�+X� �y8�^�Z�a#H�ض���C����x�œ���y�T����Eo*�w���EsIJ�a��'Dk�Y�ȓ=� ��Q��Ӵ��(�h�y�TdLV�]�n䭌�C�6k����6���xQ��^�Oz�m��^%����i���(��8���k:-6Hc� ���c�֗�t�sӯ5���k^��7����h轞����R��u�ʙe�u���h�uMF���.���٥'��K���W;u��d�"5�&�Kď�x1ʣ~q�:�Z�u� {y9��!���KdQ��� �8K��uEr�b�9��[pj��lrႌf��ഴ�{�O�gi+Ҡ�^�<���^=�?�&�L�-��'P�Է`��Q��9���q�w�pğjn�,m �c�<�V>��A*���Ӛ��;UW=R�9��i�f�sZ6os*LG� #�� #��8|��6��Z��e��� ���k���G�:����F4:CId%�����_:��a��rK3 �5�x�LS��p��b��� �.9湵K|�z Lc���X0����e-�m#�ul��G9��\4���zT|A�{���x��O����˜L�l� ��TWe��<==+WV�-������Ջ3V��w�����ϸ���P=�*�:�Wq�YA��Q7q���M9֦��Syېq�Q$��);w']��4@�ю=��nH�R�&�2k�Qy#,rF�H�+B�+k�%��Fygf<ꥵ�T �u�`zV��wnvEb�,�FM�M��Q�YQ-�z$M�g9��v�~��t��d�6�Iw�֣��'{'yIn���vѸ��HK��(.�F$gx�8� x���Q�Y�2�+�T��VQ�O\Yqc�mjCc���j7��Z .J��⒤���7�K${��G�T���P��:���V����R|�UցH��X[�H��v$�;�VQ0�nxg;qj����1���DM*� a��,N 9�lc�n甬����Z����K�1�EH�p}�g��Ma 6��"��>}��������F������[��<&�/d���Y��M9>F9�5;SXf%�S�}��B����ps��E�3;��x�^)/%�v;��J ѱ,|9�F $�uNr�z$��| ��jy��=i��7V��`�Z�D�RNE:�Ж|�"���z�k  ��"+$E�)5 8��U�;QƤ(��u��2*2rrj��6��z��S�}͖"�����x���9��L�Mn�dc�H�r�|K�PEvUr�j�w��z���ʆ�4��K,oq��c�t٭G�:��{���&Q'��%^�pCy�P�e�\Z�2��IF��@c9�u�R Nv�G(�OH�����B�#�*�#ʬ�yT}��I���Bx�ޣ��+�B:y�n3�������^��J,��`sP�*��R��$ʱ���P�Y4�ҭ�K��s�w�P��.N�R%��w����jX�(���0��Pk[}�d"9�G��5jŕ��ps�PJ����s��P��IV���Gmaq-̰Z��/xXƸ�j��� }6,c{��W1�k����o� �\:팶�#Gp��[��\���h'N�;,_7���[C<���ݲ)yg�Rh�����KGbz;��+S�}����Sܫ�� ��5��1�[t1���=|�M{jz]N-XY75�[G�+���c�=~��m/J�Zk��犪$��-%�XV�e���m4v��[�r!�����,d섦�c��R��k ��s�y&�;;5��L�J��A�V]͵���H��;���ë� N;���� ��;O�R�%���;�T���ډQ�]5ˈ�w~���[_�;m�6�nk ��7����m(�H�y�WS�o�I"���4N�<��smګR��=:�e���ו���d��$N � \��W���[F�X���z�OQ^�����s�$�Y�;�pzg��u�������E"\�J��88!�f�j�݌�W�? SW,��k�i-���r*�G�$��z�٩ ܲ C rS���(O�o@x+]�[�Y>u��OM&���.�7���V"��T�'9�⠞�l�y��h�$d�Ӡ�E��|��l����^�Y�Y@/�_*É��Z�¨��~j�d|5 �Mahѿ�q�����q��W�Xm�f �=)x�U�<��6A�X`��Z��\Z�`����a���O� ˔G�G�C��Ġ����>U�o��v�3��䐌��iY�a2|���8�Y��[eڣ��i�ã����V�c��� `�v��H|�m+};SKۛ�f9 �{S�e�����n��B޵���ԯ-�x6(O���9V�J5�G���w��X��ߕNFk������Fv���dU���r#��-ԇ s�ʩ�6�s�����:k�׷<�v�#Yxb�6q��H25kZ�[>UW�:Lvc���2a��+.D��,N�P&����'==��GY�o��+,��N8��7W��*�c�Fk:�T��E��j+\�D� C����Y��vt�d�+fLWW�M��y��~� ��rI5�a�K3�c��q[��}��b�Œ�U��&��O���L1���a �n� �{��Νp�nd�WI*N8��ȶ�I>�g˥oM޵�ַ:Q+'y~KyU ��2w�h���kL+��굑�-� ݶ�#����9�s:��y�JR���WF��WZ\V��Y#S���j����(���c9g'��1��f]Mv�+Q��CHQ�\gp??�VƓ}�K�v��c1 @��A�J���AE@y��Mw1�HQ�s�qZO����i�P�*i�4n���Mpn#׭㌜���]�id���Y'2F0 q#���;���9d 9~Th�z���oݵ�x�\�c֓��j�g���-�M9ӵ?����F�X����v��g=G�Z����[i6�'\�QX7=�KK�}>̙%�E2|��:��erf YCH `�N����lm�<���e�G��1�\��jV��Nz�s����e�P=k��m���ʲ�g3]�4���r�� ;On��$o��i�2[ě����{.��{ƀ`L�j�� ͈����2*oym�ib�2TG��P6��Sj:����,�W��o'��?{:��� ��j��.�VH՗�v��|,b�:�/�;��o�0��ٮ�F�����<�P � "'���WQ˻n�A���;%wwo0�˖) /S����4z/��g��6�ɝ�\��u����+��Ӵ۫5�gV�2c^Ms���I�Ut27&,r�ƭ�1��;��s �z��u��G��FRK����.��q�!Jn���'|#��U�+��^�Z��w76�ƍȬ�SCkK��̒E�ϥLlQ�o��i2�u|����j^���&F�|@f�齖���Ť�g�iD���<�w���H��0G��\��i��p�N�19�P������Ȼ<����46�����L9�\}*�� �� � 0[�Łg� � co#ʹ�j ;H-w1�o>kn�[�Y�J����q�V�LD <,F s��s**���5D���2���cͥ�n�n"bO�����~nO��rr+��TNQ>pI��[��kS�gZ ��ι7��������Zv�7КS3duA�:q�����/��wS����?�������c��dV���Y;$�� ��:�8��$�\)��?��l\�,r�d^FOZ���Ϯ�}_Q-*���鸐���F���ώ �F�X���m�S��㴃�T�-bغ��|*|@z�ѵG�R�E�_�ꌭGH�U�wd����nL��D`�ϝw�eo74�l���p|�_�c�vd\/Z�E��Y�=GE G�J�9��2[�o� V<��98<�+e��J�^�RC�1l���1,#5�.�I#;t�E�3��ƿJ�� �I�z�lZBZm�w@r�i �ԟ�!@NI5;����d��MpKp HN|��)#��Uo,���>��|"�̬1�qֵt�e�� �X����Z��=@�;H�1�8�94�kJ�76s$v�s����V��ʮ�)�=)�٧̏�<�s���J��ր ��>���+� Mn>/ZG�*�Ҭ ɎG4ġ�+�����t�A,������"Z��4�pH�� p0N�Ev�rǤ�F@W.�cz��h�I�]�oX�W���:L =@�c����m���yAI4��'K�g�������l �@�k7U��ݳ;�Q# ������c��I"�N2������r�Č��Σ�����\�J�f'���������^�K�>_������?Z�&�!�\����]d�v��=�MjH���k"H^h��1����֨��rrMG�j [[��" �`8����)e��gN����5q��+�,N�����J�һRø���V��Ae��&�=�GG�����h���SWK�w�fR"*s�YZ����q����I�,�5�z殎4�4x��k8CL������7ۋ�sQ����[�,eєzy�D���D�k�TT�l&�� =���i@�[��̭#7CYwz��^�}�̻��h��Z�M�-�P���S_k�+J�`�"��xS|0�G/㬕*3��^�἖�Iⷸ !�6V�I�<��2)'h�sR�{�:���۾� [��]��iX��M���� ą�Kg*_\�m}x���y<�Y���-�|!�E`|)��7OQ^��-?��dؑ���U��W5��QX�L�d pG�i���8~��;d�t�E�8�0�ց���V��q#n�aӥS�?�T���k<v�\>_rH`G\Ճ3"�<��4���j�q�ۤ�(o%c\�,wԡ�8�~�����|����w�.���ʫ�/ �ǽU�˄l�s��{��2��'���;�;��V%��)C��8����1���]M�0�X�b查��`RUO9��V�O��̃��8ϝ>=b�+V��m ��T]Z��3lm�f�\�sTPM�%eQ���1;�� '�{T���<@�������lY[��zւ��p3R��&��Q-�m�*\�|��ѧ�����e`1������s"��I=A��mZ�Yf'��k%�������eN^2��GN�9��RQ�e���ڵ�k=� �V�� ���VF�q��Cw��P��sH�&�#��l�R��5�H���vb1��Y�i���A޼�����!w�%W��,s@�Ht`�8��UQI`|�R�Jm��wzt�n�q�R�����[��2 ��膭ũw��du��U�t�e&g�~����jI1z����&R�3�� Տ��Vl�#�3Ȧ_5����� ��9��sޝ�`6��G���giL�8q6�b���^��pU�o�G�^� �z0��S��i��K�>�;T��2�����u�f��m�k�y�]]��ʽ�.2r�5�ֲ�Z��r��|�b�S��Q,0���Ma�G���;�%TqfN��T���e�DrA��8��1�[\([V$?� ��sַ�w��Utc��Cva���4�r��9�'���7���e��sP���Kk|��s�YZ|�:T���U0J���&�z�B͂Gu� ��^Fw�����^.ǿ�!\�����m5��0,�mb<���v��wu�==k��d�ཾW���y������X�� ��ġ�xz��-�\���H�_�pm��Q������.J2��U���N�`8P���zJ��E��Qo�g����|꾟�i�Zd�����A8��Vg]>���%���4�d�񁮨N��s9(�Yn.����T�˟:�/� �E��e�ع�G;��`�ޏo�Bg��H� m_:߽����<��� ��I�� u���p�~��C|%%���k0�S��� ���W �y�g�����,ץ�weyt��D��Y��d)�>��v�� x�M�De=$*Mt�vfI3�~"�+`�L�t�N�;ⅶ���Ȯ����x� g!��O�2� �g���+rw������І) �����e��K�u�z�������^C1�ejzW���e H!������`;����]� 9 � !q\�-�����t�k�Ճ�=��W!�3��XV恧ͦ]+Mf1'7yzסâX]��Ki�T'�S��a��˘�;�Z����.2G~��5hl������iR� ����.|j����q��𗶌*�UBtU��� m,�u&�Ę�j��\���#��R����׺�Zk���E���C˸����>�K�\SD�n�g:c���}+����.Ɨuf���3��]/Hȹ3Ƭ�H^�m?Q�.Q��5��'Gf�y+���&k�鈆Ft����qU'�D���3�#m�#�bk�w��H!���nA���_g[Y]w`��l{y�������ʷ_��ApJ�PEpE���pڤ`��8g�m��-�X�����K�{U�l��*s�V��^�PD2e�'��������6�D�X�<���VX�1�hG���SP����W�&]�N�zַ�[Y�"��@�ɮKQӞ�V���� N�k�i�R�O�z���6���e�c����q�uq8�$�]�^��K�Ɲ�YcN��;}�YZ7�oj�6k[E�D������/�s��3j�6s >U������<� c��}-�uI:����+�$�=�ޣ �O��Z^N;�c«��Vo�Y��yw}& �W�lv�j �����V;VB[?V'�X�n�ȱ� ��nrr�~��s�2ʼn/�}D�v�D�?v�>��8�0��H�-��WN��u 滻����;b���?P�4�cGfH����M R���l��<� qsj�t����+��I������$��n c�<麶lXGp�cZ� ?������x5���]Z�9U�_��\[��x: �,�o����[N���{Y�6��c�A�Dg���m��ꪔ$� �����4�3��)�ڤ�٦p���j�v���Y9��-̮C(�4蘸��O:�,����%�BYxl��.���b��6��yQ�#�G9�[yRdV^w:ն���B���I� ��l�g����R6&�5� ��m!ӭUFc���09�h�Z"�'��$u� 8�m���ε�~�2��v�A�R�i�Jt��9"都�ā9۟:��/�Q 'u�?���[M,��><8����+��@9 k]sid�k*�R�9��;`�"��dA��`J��N��$c��76���<��u��h�=4�ZA �Pޕ��.��.�m#5�EmrScڻȻ&��]�� �>��tH��7ӯ�I��Ԋ�ż��պ9�W���q�+�x���xQTq�bv��n\�;@�^+��s�/��?�1�� 1���:d ���]H��d�C��#��'l�⽎�|IT��E�A�ڄb_�l�b�j3� ��N�8^9�ڝio%��ȉ��N=j�ݵ��0��b)r�ɲ���g/���k��l�u�� L��< �+r�с�Q�U�U& x�G4ږY�UL�g3uj��H�����5�<[����9\��o��7m-&aH�Sl`��UW����֞4N�Z-�CJ~�r.�g�4.� �qV�]�9�G�h��� �ҍ̊�m!ϕL����Y��Ū�����Tc��H�� �U��"6�j���Nc&>q��«���XiU�n�z�Y,�JXGZ�Hd14���Tg�O�չZ5Ȍ�?���!�A�)[٪]N���J�Q�q�Tyǝ(r8��o"�L�F!� ���7\�s�!�?z�����)�����88ʒ�!���L�J�0B����FL��<�"��Xc��:S&�i�J c������Dl��Sh�*�3�Lڌ��H942�r)��PFMX�C����*��`�P ͍O�"��� �ԌH994�Q��S2����P�DI���&��iH 1�M���mE�ƣcS�M �ɠ�� }�@q�A9�(�P ���k�h-����R( `��f�@m`��f+� F=�!\����,�����T�N����S^�Y�r4g� �Bs���>Z��j�Iv\��Y��Wl�GG��0�Y*�9��ե�B�<�Z��In5�����j�I'�R�x!����������X�{�X�\\��WĠ�5v-q];��ۏ��X����RMB1oUC�,q�z~��tX-Z݃x��ѕϨ� ��8�)�X�Z��? 4De���H�ڍ:�'c�=Ei�K��a] ˃zǽ!ѿƴ����B#>�����<�P�.��a1��xy���qe%���~�YN���F����Z��rf���n岒G��1Xc���Z�3gS���gFB�l�I�w��J��RH9��Y?�L�a)�f��5��J;Nb]a;B�=)�7ә]�ٔ���δ&����W���"媫��rM$W�d�E5&�]�W[~%��m��5a�Z��S�Y����-%�����*���˙�T�<ǝ+�ƭ�c t�x֓��-K�;_ܩ< �I�>��2(�m��##(��2��d�Ȼ���ԑ�ʸ>�X19��ڜ%[&�K{��6x�mEq�u˫��a��Ƕ-�ZL��:{�N�님�+C(�Pu?J�g}?H�2#>|z�esmr��9����-y柳^4W'$������U���E���%,?�rX� �\�GD�~�5JyZ)6.1�S�d����g֔�N�%,��؜1��B��L'�.��eNe�� s�TQ���௵%V��t��I{kWМ�y*N?Z���ԙ��!����Ը7�!l�)�Vҵ(�Ϲ� mPMeK��b�8���8��ۻ~� *G��@ǥG�A=J�~n��Mo�S���4��S:lfޠ𧊆��M�@c��ۆ��r�N<�YT�g:�m�pk�JHI �����7� ��FxW9�ԉxȻC�{��S�9p�[K�h� �>����q���a��Tܠ�I${��Z���GԹ���=Cc��ZZj6�Y�@9��>��I�[�X D6�"���V���$�n#��ζ���U s�ȣ��e�Oo'��jZ��3�G�vCY��,㽗L�],7�1��9�]M�wh��Ķ�C�9nWּ�����P-����X#j��=�*���L�7�z�F������ ޝ'=�xgӽ;֝Zx�r��/�6w�k�=�4�~�u�>��=�7�lR[� {�@\��[6}��ֽe ��ĥ�b��{ >�D6��V;Yz7�/2ˌ����m�y��1b�����>�s����?� ����c�ۃG]j9 ��@�x,s��\��W�U����z�����O�I��3+R�{k֞�'~�x�{T�2̥X���j��[�ol����<9�5��S\J�V%����ߦ�G���$q��+��gY8c����( ��Z/c=���k3#��� ��� �*H\�:KX]q� �u�|m|��ҽ3���p������5����$�#����}[]�ge{4a�2�WR������@�[޹�������8���X��W���W���V��F�=��-�6� ��H=Ek.���N�S�f������V����A��*L��iF�i# [��A�Ay��^�Hd�"��\{�Tmo��֑+���u���K�r�C��ߎJ�Ҕc��)�m�Q�p�K>��R�a��Ydzϓ[ԣ�a��XгtQ��viٻg� b��I���c���2%����V�_[{���赕U��T�����Qm2�Iuޫ��h�N���*�u�qMu�,W 8X�ƺ[McT�|ʤ��S����J�(�'F�_�o�65�Jw�K���� �\���4�e <��պ��x@��{��Nr�~��ٴK�5�O�q� n� s�5����S1��/n�,���%��� Ͱ��w�&j���m���;�2��- K���+ؠWQ�b�9�VF+'K�z��"��R�)=�r�N�pk�ӵ�cnZ��h�`���~��e�H.@W'���1F�ً #}wn�o�*�w.�/����Y�tѻK�G:M#��9�6࢜x�j���*I�ZJO��z�^Y�� !���s����f��m��&.�y�ΰ�0��=�z��ة�2M~��%*�?�y�qm�bv�t��Ak[��D�e�R}*�����B�+5>8��7k=27��_g'�ڼ���7�8^��r�����9+hK�2:�"�#�h�2"���՛=�̲���k�m>�xVC��;D{�>y�]�̎F��d�)�,�ز�p>��%��<�b��Ҥ�"�B�'ѧ� ����[r��ڋ� ���a��c����fn�h�=p:�kY��?�Ns����]��G��c�Z!\S)=M��S�ʼnC���K���%�('Ϛ��$\�!�#w�Sx�rd9�*S9v��F��k.'��*�E (b�y�a�P �1�l�s� �'@4�E�4w�$ݨ�{�Iܼ�F҇��v� �� o~�2���ʁ�5J�a ��8����k���jqG_�nh��7V8�f�� ���Wd�"p5��Jqh�h*UMH�h���,Aۑ�+[��N�2z�u�M�I-��g�~n}�����Rf�:�� �O�kT.����(�E�s�px��]�RA t��W���6P�aV��IH�9m�����^�ˈa���R⎆�I��������=y*�;��/�8z��{�X�C���she�f[xIf;�:V(�3���\i�a��{� B�O�k-������D ��Jݽ�����9���1����s�y�l���_Y$�FR��X�����Oh�3mC�r l����U�L�j�sxg���l�f��I��|c.v� sJGC����xA?�[����'!�MG*�1���[�N �m�QF�Z�����歕 ʁ���k�e�F�=E��z�ܲF]�ҩ�槄�@���pGx�1�z})�#ñ�5�RX5F8e�p}Z�YؾG�3FrOf�y�����yf��&l�E �0H��E���5* �Oޕ),�d�֔FEC#llyR ��q��/r,�B�2�]�'���'' 1�G�YEfga� 7�Z���YF>����+L:1��U��݃�� O�Y���W�Hbs�?*}rI`�4��cM͂1Rw+SH�җ`�4�$Wk ���q��R2�2 7r���2H����aR� T̡FG�M'>��ȩE�� �N��8;GJeF�.ȸ��30)��PsL�r�H�AK����Q),�EMhՎM:��;|U�r������R2q�<�6�����v�����ѱ}MmC(��_SF��42�)#"��}M( PUH942�r)�dU�����*S� �P�S��(�4�����ɶH�89�Rg�PT��ն��M��V�e��d8J�;(��D� �|�H��{k(�늣�Krp���l7>��jf�,0MBI�\�M`�����j��J�2�y�>#<.3V-n�߱�� �\�\d��|?t��[� �#֟4bA�s�U��|�r�[^Qj+�.&B� ��:}6{˔�O���O��w/ک*�s�8�FVf$���R�}��ֻ���/���ŀd֡1�t2�~T$�L��l�R�d���ݑ�N�S��E�I6�%�ƻ�#�9��g��Ǖq����Z�=�i�j҂ў<�me-d�K��&�̤�Tne��3�s���Y����i+GX1��H��&���YY9V��X ������H����E �'ۊ��Ld� ;U���>"s���ֺ��kP<�׀4p�+�0�b�Y�����NOdR��wGGK��Mg�z]���j�ױۋ�;�' �\VF�%��<�q�D�z� ��]^v�~�0e���F���У-�u�@��$}k*���=/��$�т�Ԗ�1�'1�G�V��5���f#0jj�kn���1 w0�����F��W��$��[T�T�&��y ��}��=jƭ�E=�WV��6�#<T�,�[�~�5��pp# �y�>h�Z�B+c��h$ �g�P�!����-B�V� �=�C����\���QK|�n���VF���y @��ڴTpE��5�j�#��œUQ����%�2�:�5���ǔk\�[�\[H��[��J��ba��򪶽���#b8ǕY�ciX�쑜�U� �b�u�GCo�~謍�ys�AȎS(<�k�K�C�̓�Ү�yL��c��u��|�j��MvuM�������T/.��D��=���V95K"��JTc�h��T�gSe��qbA�<`U��y�֐�8��A.@���Ml�Ȭ9���J�� zOQS{Y�w0�5T�y&����!GOZӇ n�Wo�Gq��]�V_��⪖M�'b3�"@ l"�f~n�"7{���J��~�Fd���TQ&Is��ӣ��c�e�Y��+���N�J�|���$A�V]�^2�|]75R[u\L�O*��.S��޴�Mn��r;�?)8�V�gi�'{�W���n-�C4�n�,��V�����N���'����w�֑9<҈ե�G�Kゑ~��f�R=+kH��^���ǰ�L���F�2�5vh�, ����)�M�[쭩�t�n��'�ir�b<�Mo�W�It���L�$സ�|���Kx����ث�B�"��+�4����H��0��7#��uvE�+���g�6V��5YbL�� �u�vWV�ͣ�/up#A�ȿ�r�Go��x���O2' �O�5��V��2�@'�3��\�t��Ï^�����G%lf��O��ˎٵ����l�� >�rV]9����YHݞ8�mCHfXܾܓ�v׳\X_b@�H��.�c�X�ռh�q��S|�?Go]���� �x��<�+�������Tzgdu�����k�M"�X.U�6��p}���4Ķ�޳��� p�+���̱x�n�:g�{��N��Q�d��ƄpƩ��y� .�v�I�#��3��E���5�Z\_�H��#�s�ĥ�����F�tx� <�IH?ץ9hlK�ϳ���m�4�J/���/��v��-.��W1�-搤�a�|���,;U%�<���܎>��I�\<���F����R��ٙ<�M����T�����:�h�!y)���z�޵����ٸ�F:{U{���Oq��W��++�BA��L~x�>�مJk���}B�k��s��]��MVV��UC;�����z �gn5U!C����[�>��Z�Ռ��R0��J�k���@���>#S��a���ʹz� �}����-=U��+�s�4>���ͩ1��N2*�mt�,��h����l�'�m���:���ÙJ�#ς o�I�kv� �+��N"2����ֹ3��Tԧ$�[O��u�KO�����y���\Ȁf@r1V�,�w6���3�I���W�K�� ȇ���Uu(�������s��޻�F6%���\�8� vwZ��&�+{�L7usQ�ԣ�b��O7W ���¸�9B���O'8�C��d{ٮ��:����Vť�£Ա �|,vv�� �����p}��4�[mB)�� }���[�M.&�g7��=EuV���5Q,wp��� �+��������^�N�T���Vz�"g�d��?��Yz����q%��v�rʦX�9P:������G{u�4� t9��&��ִ)umV���>U>&g��5��섾c��M�%��v�F�y�d� 1O�Hҭ�)<�?Z�n�/yh�b���$����#D��/�Tn���Z�� O5�N9-��:o�U�8�T���t�1�+ :5��n�0�%B�'�5���[�z�[Ȭ�9;O�2pްz*�0R��3�'�`x�`0�9���,�:CL��wh��c�}+�ԭ_Y��K�+���4�7�ME�7n-�W���M�&�<8�Y�3�E$�ک!xLMF��z����%]�<�v�f�4rjZE�Wj����G�V�V�4��(g�� �՝Ѯ9fz�vj����y�]5��ʅ(G$:�u��4[A��+����dRO�����dVO4y�1(�q�RG5�O~q'\ ��4%�aon�M�S�`\X��p���;�k�K�����L�ς����$h2G�ı���Ri��\N��Q9-ҍF(-�"F,O<�Җ ���"E �?Z�z@C�r�Wn�����4��|��Y�Z�a�wa�b�L��q�����+Zݢu�_������=��染����jI%�F��S�E3T�0"�1-��Yv�w�-����֕c�U�8IW_?����Y"PO�N��b%!��<`f�4���P�p)5I��H� 19�f����U�="�^YNq#)�:�,��la�2�0k-6h���nEt�mޘ�f;����km�Ma-c U�5{#<\�#r�d}sT,��R��yI!B����[4�+c$�X+�#��{��I�U�X���S;q����]���6�i-�],#��U�k���$fIC�6y�����x��B��ڰ�Mt�;�tc���R�V8��p��+�<3��x�B��j�u/w��qKs'�̋n�ǝ$��lCȥ �v����θ�ٗwj����sP��nU3���H����+B�K"u�|��8 ~ԥ�pA"��ŏ*�s:��p>��I䲎�Ne w9�暅`SI,w@嶟J���h�ə:�w��䎵w||s�kʇôb��lu�R�@�4�b3RL�8_֪��ǥ%=�1R�!����N0� �ɨk ��C��=j����UGQ��ˑ�1қ����F��1A�)4*]��oA�� ��N�1�c���E=<f�C����d�[�=�����M�'��o"�7Є�����=�T�5*��A*�>U<�*IS�@4�c�*���I��)�Vq� f`Si6����,30��ڧs3NĢ��ɦ0 q�70�4T������23Y��Hg�D&^_���_� �F�p�jwp��G6�F���ƣcS让�k(fƣcS���Aɡ���N��Fljr� -)dljr� -m�d�`T�� *M��Ѱz��'�P@�� ��:� (�� 8����Z�iT�0^MCON�f��E�����c�� "��VHf�Y���Uv�_��[M�6��4�g.�J �x���ۼG�j�����ѵ���+m�r�<�G��"��(���p3�*bŰO\Q���N��a��i���� %հf>}����Φ�o^�Tk(�Z��},-0T���� �x���s��U٘���}����2#5��V�T�3x�0қ�z�����)#"��z�P01@Z]�͠����_���ź �WzyP��Z��ks����@=*.�z�jc��yv|�$v��UAПFw��T�B�ۑ�Ջ��1���P�b�MJY�ot��e���YY�w�}*y�S9c�����0M�R�`S�`��K�z�k  '�RT@��SԒ2h-�c ��j��ʠγPd��#'*zUZm�t�:��,���V�m�@[������+䏘��rn��j��r�:1�O'E ����}�� �s�K=����r�͹9$�>޵�ڔ���m�ŒT���`��D��j��DŽ5�`㉮I�9d���%���M��ݦ���Km�]�$eS�#��֥����%;²E嚻x"�;)� %�Vk��x�m<��U)E*����o�Kox&���/_*�R��-(P�6�R�%��%�9�bt����ֳ0�ۺ���e��H\�������L�䖓�bN)����YO��փzU��d��9���Fj�6�,W�8�Fď�5jՄ�66�x�0~�C`�5$=��X�zP�P��jH�lm���dg�@*��������� ��-UT���'8_Z�c%×�(npi2�7�݆���eɯ�o�ۻ�Z��� �/ڒ� ���a�Ry�k%� X=�D�P�mJz�Y��2.���NOWo�=V��P�#r��}�݆��Zt��j:���d�Q�l���Qg[��,W2髖�z�N����Z��E���.m�GYd<*������K�] GP`.]��h&�OMX����\J�H�)�Q��{/ �W�Q:3�������������i��ӽ~z�������ZO$��Aa���ұ�f.o���x�0�U�'�z��N�!jш���;r9Os�j>��7n��D��|��ʯQ*Z��eUܝ��y�k�iL��Y2 ���*��\�(*��1ZZ^j�$�Irp@lVv��M99����e���f��Q�}� b�eT+� ��%���'w�5�u@ �ف��d�E#�R=�t�dy=U�L�-A�X4����I��\4�;�2�wҜaF9bO��L��cڴE`�J�m.r�C �ִ�,x,3�\��?z�M(9�T�{�GGY(�#��.���=��-��?\W�Y��=v��{c*H����}k�X�Yq+ Q�'�]�v��y��L�Gn��Ոc�>b�Z��9C����K�س���}H�%���O�m����_N+�f�5 �NF��'*�uQЏ�jv׷��߽����� �gb�탚̂�\��4�* c�G�i%�����zթia���j�11+���C,�_�<�6�� P�/OZ����?z��g�s�.�� ch� B�Nk����v�n��d�����Ǝ�ܽ�#��:U�{MZK�e����_�Ӣ��\N#X�O6>u�Xɦ^A����ơ�+`d׋��,P���?J�=�������n ��;��2�J����>����a����s��<�L��p+��&�o�\[\�)IFtl`=y�V>��HmZ=J�⃫�Ǘ���n�6�7 �v`I�P|�Y��l�Νެ�����]��}N�A��ͻ,j�t���~�wR�m�k5���fq�Y3���\�s��K��u"��J[��+�=��I�����{nO�n�|.|����J�fk=�ԕ��v6���g�١�"��#�s��8�JMCE�c��M{,���͟�J�I/uK�F{f�~V�J�_2wqX�������T�HUP�6�;�<֝5����k!+'� ��?C���Sr��v�db�B�5>D�,W��3Z��L�H�n'�P�����:s\N���A,zE�m؂�~�)�+2'n��� �]t^i���D�wc��ڣU���4�1Н�����r���z��3Z����΍���{T����!���R2Tк̚}�I�w��� ���k��������$�ps��y[c=7}�jT8�M{��=c�r�đ� �\r<�^u��R�$�D �a��җ3�� )$���>��k���mf���/�M�}����h��y�[�=^��*��<:+9#� �8>UGQ�hI� ��蚇f�`��<�������v�E��6S�����*�)�)�Y��0����&̎X,U�X�y��"�ݧ�5n�I�w�fe$���kY��W���@�G>��v�I�����eN��Ճdu��h�z�t�2]��!A)�Z�n;� ǭ`�m���o f�V8�^I��hv��Ix-�s�M{i&A��O�hi}��+�4ᘊ�,����s���omB� K/��4,�IC��l|=��2;08>�+-"���2́��Y�[_'KT�Խ͋��ސ��'�k-k���z���,%��w� ��W)vK�vc�qֶi�������Ƽ%�X����e�*�y�dr0��V�ٖ�@�s�5�-��T2���.;^â�ds"�|Ѭ�Ua��GX�gh�Y@L��P��Kuw�K����qo� ʮ"�}��������{���~�r;H�2�.}� j��X��ld�3Ƈ.Y[�A���iVDŽq��AZC�B�Jp�ׂ� N�5i�e>�(�V�edSh܉t�\xO4݇ڥd 8�6�C�(��'���i� �I�T����Ҏ�k�rv�:*N�=(ڈ��I��ҁ����P0)������cS�0h��jh����E�� =T��O�� Ed) `��KJ����%���h��zU��m�D���6S�R,l�"�JXJ��O#��� ?*Zr�#'4 *�>n�2��0)�@9�����b1�))��&��j,#Q��jW�j:��U�1d`S6j�b��6/��ϵl>�l>�>���`�4� ��xRy( q�� PX���S�SN\(��@%-��ia�;`�4�`b��yY%m9���S|~���<=*6���!�F��d��`c� �M'֥,o$4���q<)��0�y���J�>��F�[X��jwr (#��D>��ON�6��*�����U �ԋ# ���Q@��?�'��R#��(b8��m��� �N��q�ɟ1��B^:T���, lCǂ�ʶ��Kq��d��o*�Kv�95e"��T�:t��+���o�:kmf� �Y�p~Է�-հ�B��>]߭e�����:��,zx3��Ȭ�X�ٮ�[[rG9�C�������f�v�}�kOޗ2�;q�Ω7��<���-�Y3�'#�Q8��fR}ɭ@�YC>>��ip���N�l�c����t53��n�h�!����B�P�<�W_��+�k&t���,EK��ۂ�r�[��8�#��BŘ��h�����,�HzGJҎ�ПAYP��"��5� <��5-&Z�$�j�׶��e;Nq]L=���-�'gָ8�wv��[�J@!v�������mjK,�赓��B��>�mg" R�J �ǝ`_Y��A��ċ�\sF�y�� �ݗ�e.���]N��OXb_�8��5�pP����z����I���ivwq�2K�L��Y�I�-�m2��.�V��E�G�O�s�>��x�~Nv���=+N���_�g�w����zE�ܰΎ��m��֫��Ay���\Keq᜙���O�k���g?h5+�"��6��m�~J����{C�O�D-"�KKYT�T�x���KK"������ic^\�Y�[곽�5G��eA D����ۘ�_>k���]=��:��-=q�=��������֜t�KH�d\e���9�>�O ���sso1$'|� /!Q�� ��#�� �9�-/�H��;�'��O�ԫO\�浞���ؼ�?���M����r"�O������5�WP��;7�Qx.\~�}OA\����wn�_�$�<���|T�۩���-���I>� ��|$ʯS����}W�=B�U׻ClO����7W.GY�=�?��g}.�kw2��3�;�g��"�W�9c�n�[ir'˃^�ٽ~��H��略�ѢL�5�����sYo��1�ि�����^Ү�{�zf��٬��k�����9iB�'���:��m﵁#���q���i�Z�U�4��E����h����9>���E-�w Q�:m�Q�y���^wS��K�pڏ��/�JPŲ�����1��E�U��;���5溴�P�c BB/g�]�����ͣ_��������G��P����=����M�ny.��UzZ�`��R�6��_��Ε0&���8�a�9��`m$���ƾdc�/mm�qd����ǁ�5�� �~��M �L�O�]�y��j�'�����m���h"���M.�`xq����ƀ��f�[vwR�:�Ch�_sb�^�!wg�v8#δ�_29i���[��1�I6Tc�j�]�-��֯非�����0�) 02rkJ󰚎���K��8���ꪃ�'ɿO�:��HG1�� �H��aB���,� �y�������% `����j���cq��#6�-�/H�v>��A������-�� ul���Z��V6.�S��p�X���~��v�),�M��v��n�i\)�zWG��]v��G�8�o�ɮu���ds������kJ�V���=j�f���b>�d�� �p|�����r6� 98�4� -�$�g~@��T㸿0;B���MRs�K�g8�1,Ak=ΠcK��CxB��K�[+r���.1�I٭:٠����w����;��Y�����M�����6���$�u���=F;8�m�H�u*Ess�*��5 縘P�����T�{�;��[q���T�e��хc���@5� �k�7^jMF�� �\�FCX����Vf<�i��seR�ن^��8�)���Q�=+����@?Jмh��"u|�I�I���}��)[,����'�9����&��5��R��V,���A8�.=��=�HYFтG�H����X�L9�q���g=��$�pi��j�z�b�� >c�jAf�3�u��x\�4�i�����zը�����,��@�U��y|��Reg��W��� 9'i�J�[�%��g���yҵ�v�9�7&ɖ�Mrg�i����z�(�/E�;�� ���J��4ل�KZ��pe��G��N�zq֣�s�'�W�F<2����(�Q3�����c)a�����&����߻@X��M��g,du` �M]<��i��Y*���aMY�*zV�s C8�ޝ�D|�Jx3�cS)��ϕJc�4��~C4��Uy8���I���򁽼 ���O�1�e8g�}i�<��D�b ���3K(�33���7#։%�[h�D�s�1J��b%bO��,���* ��N�)��!` -!PNNj�a�o$x>����XTRpE#*��u��Y]��Ǒ�U��Z*8n��W �#��:+6H?j�m��[��A d�|C�R����ܟ*c@��v�:)��5��4 ���N�(�R���͌})�0Ƞ��D� 9��GJr���>n�)��ŦGK��i��xi�� ~um�aƣcT��Q���O 0 �F�8�H#pr*DG+�j�"0����q�R��y�d>C�@ ��lj��j;��U9�t��BsSwMGr�NO�N�=ڬ |rs�^�=*�x�J"r21Sl_zPR�Y\B?��)�Z�"A�� � �k+�NH�� rT��؉ǐ��q���Jx �����g�Z����4�7C�W܃k+�'ʍ�V n|�ړ�j7"6��OX� T�܃��wt�nD�eU�a���[�O��t�b�ѹ�Es I�(8�U��)v�AF�Ar��8��o�U�q���N}(܉K${��S�_z6/��;Yw��!�G?j��{҅ʍȷ������Z�`�4wD��nE\Z 1(�R�Z�"p|����}�O%H65��=鍅8����cQ��~���^�Ȕ�@� HNi��Q����h܉�ǫ9$r9�֣Q��O�bL{U[��K\O>XZ�' �\� �dK�S��U��؛�?�&]�(~R�2)̋�q�ޠ�+91�:T�9����b2i�6����p+:��sco�l�vrj �Lo��FP�hS�B�2 ����LѶ|�U���,���@��2�T?+�H�n=}*d�����~*R�|�5 �<Ц�.-,�Gg`��ո���::�Q(#�ڭF\8 ���Hdd��H�,�;[x��"bz�Jհ�_��(��`�5���� ��㼏�}+�{<�m��;��NLp�\3��� �j2�pz���J]1j�on��A`Q�\U����7/s٪ �7��-^쮓�^�6������Kjc�#���#q�)� �<�.�ڝ+R���j6����._�yv��Pgcc-ݓ��3�X"�vt���T�MMK�q�:YDG���&��b��A�H��W���+�v�8��KY��2ܯwRɖ�v���C^�6�o}����6S�nF�����6B<t��j�F�����LI��qYS\,W͉���=��C��O �A#���2׵z ���~ַ��"C�s�z���:� *\����'�׃U�M�<�j2����q$��C:C~��`����U����+����d.\dmo����)��bs�d��� ����+EVv�7�x�Ϣ�:`��ݜ4��A�U���Έ�5C�C)'"�M/���F����FW�R�\1���Q �\F�[�%�A��G-1I5����� _���U!�}j�9PzU[M��� �R:�I��Uˀ�p�ǵW`��/6��)4{�4,{���}:(g؊:zU�"�&����D����]握5��OZ��m���9�;�z�Wf��gkb~B+�tݝ�ө��+'٪��Y!�~�@<:��K�� �ky��޸�Eq��;����w�$�E���gҲ:��֣�+���'�5H%-�I�5��v�9(��=j Vw�\ǁ���>���hK�q����c��:�X����֪�=���ɰz �-N��)��{֕�#��n~c?i�4�O���ҟ�Q��jȽ����Y=v�����v�ދ�KS���.��[H$�O�O?j�^�k�tJ�kD�o�#Ϗ�n㯥zec��W�����HN�\m���>��u�ʩ�9>��Z�u5*�^N�A��;����$�<��3���*���6�{�ꈗ��3�Z�� ��Y��;I�F�����ֵ�{7-�o{g{!X�/Lg���|�w3�h�]X�#���\�E�\ǩX�E��-��sұ��'f��[ �54Ϳ#NJ~��ߌ�kh-���a ,��Y�Է���w����5U�Q��N�h�z�N8٨�����Q&X�k��f��\��ٙ#PQ���Y4�-E���t��:M,��,���_�7sm@FW��V,uqt��NVm���E���&��kl�ZU��稯[��_9�|����K��.������sh/$�2�z����";� �r� :7<�A�-"���]ɘ��� �EP���i�蟨���N�۳v�� ��<���`�n y�j/F�D19,9��������,�l��p:םN�摲I&����sgs��p���(\{��*�(-��֯��,%O�&���m'n ,�J��'mt7#��g�+�5^���e �:��ڠ�&�FI����Y��0*u�)��~���ǔfK3�K?������&�QlL���5~"@w[�f\��I5��&uƥ�����L{��U�p$�֭0 rE>4,p�ҧ89�w���� qSw4�<�Vӻj,�O�VX� ă����P��l�eOڵm�%�`;�+������Wa�]U��"���^�Ͼ�<��zg�J��B�JUL����S=|Y����#���"�5�zdb�F�'�z[}>֛1�e NGJȽ��Rq��{".B��VD�v���[kM�ymm� Yn��c�=(�)O����� &-�T��wK�e��JڞN���u�+�i`�̞~�FTu<��"��M���Ҥ�ª��ǝZ=���V�Б[�g�S#g5'��'�G4�$���>jyM���`��p����L��$�ar8�O%d�� ���ڡ�F˝��qNp~`�N� �p’�IF�W�~���Us$��W�S��+{ �dn�g� ~�N�l���zt�r��؝��;�z�X���Q.N��r�����R�&��8}�������9��[�"P�&Ƨ��r*v� dR�M��?Q]�����WX��>��pj�t�� �����a} �Uq��s!U$Wٻ�l�ƒ���O��b�f�̟�AҎ�[�\X�NF:%c��ʘ/j*w8��r�����z rƌ2E�੥���#�F��ٞ���zS�H��{G�с�( ��T�*L�5` �_ABx ���^���� ]�? �*w2v���|���`�>���'��VM�ڈ6jz�*N��O[rFNj���j65O��S�a��U&ȶ���}ڬ�}G����.�~Q�0�qS�Au��� rǰ`S����J���A�� CF��U�/�&ڂc[�%lC�� H�X�� 6�=qAo+�A�ڤ=��zR�Eₛ3�\)>T���6>C���PZ5��\�4�>��VDm�OXX��>�U��R(��5l[�K�A�����LN<�;�����WR'�Rw�}�#�<���u���Ҵ����j�"������N LJ��\�Rry�Ao]��Q�­wMGt��T�U����Ž*�tԽہ�~b�<�O��� <���o�W;��U�Qݿ�چ�G�.�b�0��[*�)6/�U�"�&T6�sIܭ[tz��b��w26��)ȧә@�6��Htn��^�h����g�U '�h�ǠV�9I�Iv��O��ێ�* !�����E�s܂��,�Y�ul}s[gG� q$2��F�)VZ�ڍT�ܢ���:�>A�D�Rܨ�8�)�4� 쑥x�!cqގ�h�Ǐʼ�S�NW���M�����M4Gr�w���:`Ҽ�v��/���5K�=DK�^(U����ź>{� `F2Fy�Y{g��i ���4� $�F��6��z��yuwr������b���DWY:�� �f!��J�2��@ɹH@1�o#9�ӥf����q,�JO�\�}۾��w;�4��<%3�,H��.���MAQl�n ��i>+d��l�h��GW)���w���$ac=FH�֒I��G�$����<)*�0z��Vz�(ሕ�gS���W�oa$P*�),�^fN�r�'�H�|�PE���5�Ŭ��ӿzR��%�m k�2G"��)B�9'��H��X�aJ��=�k>�g��"�W7{=9���bX�)s2�j9 F �n�b��;A��Q��sQ���s,R=ː��� ��VK��<�U7�m�0���&�G�4�l���*r��l�o�Q&�=�ޢ��݅Đ&$VX�*�'�\u'�ɚ�fKhQVn���`F����29�>\UR�`=sH�79�m�Vܞr �r�f N���� Y�\���0 ��GZ��3���^��M���w_:K,�+������!s�����S�/��I���e/5ɣ��'�Gi�Lב\�Q�^��[[�wf_T9 n��~B�b#G� :��@9�T�j�NR�"vN�n�����CZ�uFi/�)��ӹ�=^1V���jZ{��<���ʑ$��!u��Վ�4)��9[4�SNߵ�����VKYh"xU��� ���]v�ۈ�ϯ_"˼4�/$�@�!�^v#�u#���t� D���;�N�[��^ج�E���$;Se�6��z��k˴�0X5�j]���~K�Ճ����O'�X�q,�H�N��B�#���£K�b�ᰎ�������j��J�I���9�%��A�$Ws '�7�Q�T���ݟo����Gn�HQp�j�ʀO��� ��$.#1�`�O֛4�>��vܨ'�qLZƖ rG�Z~ �ѣͧD�X��*� l2"�����.�k��Ѵ��#�f ��h�7V�qH�ҼfgG%��Dβ+,�!ܸcש��k"�Q��.&����"���0=I<�5xj�xN���n�h|�.AڽO�F�88###5����wz����($��Ko'�2B�Ѫiok���2��(�9������Eo�S�����j�Ґ54R��5K�-%�Ym���!���$������6Ε��7:m���X 0e��vU�j ���>���B��1��p_��U�ͯhf���v�ʰ �Tc�5�zF��٫=P��4O�ga������u#��N�:�I��X2�c��|pݳH���df��g�� FqW2�����Q�Yi7t���-��N0}+Li���� ��,�r\��=?JO1����vٱ�-~� NMV;I&iRy!��3�;!�ɫ��o�GW���c5v�)�FW��9;T���bX�� k|�+��qI��(O��;�Kv��լDv��i���_��V���Fe]�К��K6�`�a�|�ǻ]�5�ďn�J�bˑ����Q�M�����ַ<�ԗ�l�H�����8։},bV~S��U�5 '+4yF鷃��ct�2ƋnX�v��5� � �ֹYw���_��*[�-���`ϋ�v �Xƺ5�<[�D9������Mei��! ���� �� ��H�%x<{�W��x�K�ӡ��h(,ͯe��L��&2��N$#����]�Ճ���k{\�֋4(]�F]���汴� R���_C �U�?>+} Eg'��u+m�U�w���s$�`�A�o���i��]��T��kF��W�Yt�7�fs�\�5�um+f���MW5ĎV���+��o!���JF�j��*��ē������g�203�J��ќ`?�kD�Mpr# J_��������F�,t�u�i�a��x�9��3n���<���.�v�9�WK�\ZF?����ŷ]��5%�N�*���U�Z3�+��{N���5'�B $�OLg��]I��T����HC˴,pk����Y<,��O��W�z�`����9r7{Us�l(&�i��ND�#!����Rڨ�U,=ZܸXG���׾K���Jx(OӚ�5Nd>��7W��;m��դ�����s�*S� �o�e3f=��ZX�L��� ����48�$Q�l�����a�/*��(�L�Y���5#O �>�f��D�BTu8��ZrB��U�� �zU9�Ti.6���S��E,Ъ�J��!��Ҫ�yF�=*��kV�8��z���}*����\W+4l�ݏ����G�2��G2�G�d����@����|�-Ȫ����E|nE�Ѱ����z��s�-��A�m��R����@3TYC ��mЌ��Cy+��o�a�9�P�m�9�TQ��xy8�>��.}�JY%�$:k� p<�*�K4�� ��*���\});�>�m�L��ٷݷ�(���+C���8��` ۽ i�7�oJ;������oA��O%L���(�3��;�|Ï��T��h����Gp=?J��A�G4w �>���?������+C�壹�֙��H�*U�XdU���(��O�Q�� ���� �>�w �>�nA�_nx ��ێ?j��98�>�4N��� v�CF�\����j���ˆU���})�����k����w �>�y��x�xEu����*An�K��t�"W�x�nCZ*�ߥǷ�W{��U�S�G }�܉Ql�!���jE�x�1V��� �>(��N��!WLL���F����O!��E.�U8���~�ybbpT}�����<1)���?j�bP0A�U�  �/v�ʿj������K!��;�9#ʭ4+� 9���y�U�� ��ݷ�Xy�ݿ�ښ`br@�Q�E9)�uC֛đdD�S�@���S�lX�g��� <�)��� �������VT�I�1���t�"�qr�0P��z})��4Ws8I ����4j�͹��p �*H�XBwg�R�j4U[M��lj;�y4�*����%1O�p�GJr�#4 Ql@��CѸ4��h�����*R���'��S�JN�d���@�T2�B��<��c��� ����x�6����D�T�=A �F�����ˌ�q�@����4�0�&��##��0���eg&�TrjS�#k#'��ӂ�r ��nEZ�,�E� �ܒzgқg�܈���i���$n��x�ѫe�zS$d��v]� �ݿ�)���SL�Y�F��v����)%��<� g�9{�����(ެ:q�#�H���jZHc)1����Y&��dEFx�����E�f��������Tf02� H2��X�oCJ��e�1�q���2q�o�f0Ȑ�`k�U ]�c��[�c�h�=ݮ���qu?wc4r�$�"+�8�補g�k{닖��`�" �'�5f��tv�`n7�w'c�.⤟N�zӡ7. �;8?eIO-ۛ��y �㐿�9�� cʺ���qG=͗����#)V�E��7r�A}y2�Y���=���*wF���ߓUإ��'T�l�m�@�@#�`�Y�c`�nϞ9�yٲ�]��ܞ�u�XY_G��]G �gz'"6��E����ҨZ��E�{�Χ�ѐ4��a�*��2zה[v�Z�6v��6�iڄ�B�kD�V�����F8 2k=���i��(����L����3韠�^�2�G��'�jVm8��F��v�)r#|�rxN:��0��A����#�:��xΏ��WA��0]��? %����"�d��6K�ȯD�o4�w�4]ER�U��+ ��4l۲�@�Ƿ&���f�Y]�Q��:� yP �U��Ѣ�ŻܚӰ�Y*�$nAcɶE�<�D�@��T{*���=]Z$���'��5��8����?��T}ʏ�T+�)-.����Ɛب8 ֫n!�q��V�OO��Sm�����$O�5�޶�m�Q�� � v�Sŷ�G�޶�9�BdiA8�uf��pe ���GJ�c�2��ʍ��#P�&w ��zzR�����������Ɨ$�I&[�s�7�s�k_C�d�̐[��Hl. +[)X��Ǩ�GE���n����cX�0�E�T�*����������G����Vi�k���i�V�,#���vz��� {E�\�`q�"�w79|�+��^�v�B��k���!���u�쎣qcym���n_�˜�B0x��һ} �Z�f���O���Rʘ��*�hb��&�4��Pdu�������rw��Q��e����ݨ�S�m%�tdv2d1�SYѢ���$j�!��V���;�E�%۞�dk�_�\$��c��X�J�C�#����LY��]����P]1�W7�M��]�J��s^����`{�X �@��@j�Ø��~�X��ByX� }�wa��V�3�j��u-N�c�4,��Ԭ��� �!5�����&��vR�rNQ��3^��[[T�ٳ�Ύ�T�8�{�:rZS<F�<�p��+U%%�{�v���te\�� 7�O)��h�w{�� �����oh;O��Ეɞ��v�V��Ac�Z�wc�1�U��r� �{�X���f�y�EU�iX�|�UN�V�EM�K�噺�{a�o� �q�\��i<���I�ݦ�j�cI����H�'ʳnt��8�������f�GG2K�MI����1�>{jKf��w�`X�?*���Ñ�u���rA���5YS��e^�de��w��4�$1���XP8�ڒ��c�k�v'٧r�6��D`Щڧ/"퐉ZF�֬�gޮB1����x6�%|�Zr:��8�y6�k�Z�1-��ܿ�mX�M+.T��=MW@���<*r~��im 7L�hP"�>f�Y&��tZXF\� ��t���L�����j ���E�y�y���"K�\�� �!sT�}��a��i��ѾűF<6s��<��! �U�,��w�m���8,�6�V2`�Jzi��2��=}�Z���ZG\�K�2y�YvY�ȇ�FMIm�M+w��8���OH�#�G�Uۛ�A#IvF������Զ���d����3l4�DZ�f?8+�ѷ��)��Y]�xQNhKo�o��e��s�F����<��*SY7WZ��b�My}"��� hy�ϐx7ܾA?�� �s�����x�T��r^Dr��A�})��ȋ�q� �{�#le�I�F*�$1�yd'�8�N"�k����k>��I�X�l/�ZrX8����|X���Ud��gj�֓Ī��5RYY�@��|���yI�T���V�rF�Fh��I ������#ؚ��l�H�n�NT��`�Ү-��g|�o��f�����������nFe_ԩ���9�5a x�Y _�Y�r(���e��.�Q�Nq�U��+@� m_��=:G@���N�o�Z����H�&�iUm��G#�!��~�s`�4�#�VRhlkO�=��8�3Ꮵj��ڎ��(�T�b�L�[l���kl����>�?J;��(���3/Ꮵ!�#���^�?JP�<��&d�r|�J�`c�iI���0A��{/�93��oҎ����O�ַ���Q���fov��F�����F@ja�s�.>�oe-�= Ƿ�Z=��ڎ����R�l�)�r�&��?j�-���֗����Tod:[(�i��4wk�~Ưw�jU��9hɲ<8�ݿ��<��Ҵ{����Gq����Ri��~�x���?JCn�iH9 >��o�d���d�[(�8� ;�y#����*��� #$ d^P*�)���s��wrG�V͹>T� (��xY��W� �I��<��p}ڜ��0ʊ��9V� � Rp(6� [Kc���>� ~�od��)4JF?jA��=�O��ҋ| *Ƌx��{~�wl�Z�����?�>�>Y���Ƿ�GtÀ+Em�pT}�k|(��< ���G|8�?j����Q�A��vɊT�gw,�2�R�PFB���T���(����Q���H���4w$�G�Z��j �}�V4J��g�|�`��~���-������Gڇce� ��$��h�$�����| ��X��1�R�&���Sm�rڣk}��}��f�*�h��0?#���%�+��S��f��r�A��Fbu�PI��bx啊�8�� 䲎�N:�֩_v���|�i��E3[|YQ���>o���o��͵���֣N��n$q9�Y�N0����ϽT�1߫���ݟ�� ˫kKcssp��o��_B|����}������G����P�7��i[sg�c��y��j�;Yi3l"����bg|���Nk �<�)�흓��1Չ����dMm�ciٗ{s�P9�V���ᴘ+H��'����󞴗&�92ۜ�J��g��P� q��NO�Z� V6�w�^D�r���XȑT���T��M�� �ʣ�Ǘ4�p�ڨx|u"�L{.<Ne�)��c�g(\<����rA})c�~"��x�F�e�rygЏJ,����gU�I�hs$̘�������Ksm��2�]C*Crӣ`U��: �4s�v��~&�m��f�h�����0���t*�ʱ���J���1p�vV���o�#c �y���� ����8��r�cE�'?�ӟ�V|�*���r��z�"��1�Y�Em�����}�«�XJ��D]� �n�--���[��H��P�gq���B�&����Kn ��tb��~m�E���Va�2���p���8gڑ,�$.�䋴;!n3�3�0=�ƥkim$F��)�h���'b��X���3�+P��d�E*�Z~��im��0���Ҁ�zc�R�GCNTf�$F���:d�S@���S�>��s�RmPy�i�[̐%�DDR��6�v@�� *���5�T��S�����cp�P� rI��n���Z7267��c)'"��=M>8��e,@�8f��q�70�ȫ����ރ�S�/xŊ|����Ϩ��=M�WV1\�H�2�r*s��z��h$U�q�1��v�/Ǟ�65��m$v��09Y�3�X��wr�޵� >HI�4mWa�N � �c���x©bI�S�)f���{�K�)� � �,X.G$TDz�$Er���RG ��E Ή4@������u��w1X��H�]w�"�iGv�q �����K��K���h%�,"\ �N�;����G��o�k��-��=�S��K ��cŒ�s�Jjm+�����c��Y��6T`8���-����T��D̑6�\�K�l�l���| ��nV�e���Y®˕V��Ҡ��!���� >Y����`�Qf���k��n$�[�wJ����sϠ��ƖO=��.W��d�,ʭ��E$���4)��* M:(�ג�l�IG�fa��"�xq�F�vwڶ�T$3!"*��@a�#�\ӣҡ�{v��d5�{��E��H;����ss���ɦYjڝ�v�wrZ�%'vQ���q��1���|���7�[4s����~T#������k-ŧ��~ְ\5���"w���%$��֩(�y=&��&����(�v�������������C!ܙ�<��jr����xW���}�g4��[��/����%���HN�\ �� ס����֥�����HL���"^:�� �}I殞E���6� S��;Cn��x��j�ҮCiv��i,FH�B�7lʂF��ri�[��zT;TxgmW�etf@�c��/��PZ��@�S^��)5ȗKfh����P`Q�~��`'��@�#��V�12��S]ۼ#���H����RwI�q]˷$RJJ ��lob�� nW��`2S>cާ�=BIR\��( ���������0����W�˕2츊M���mm�(բ�m{$h�v�^ѯ��ͺS���?ҺK��4�r�P���0�p8���'%��w*����Β:�[��}�`r苔�u�)=�X=/������_���i&�U� ���L�� �*-F��/�W �� �v}��9�� ��Q����gu+��Ny�?��Wrqy��O�vU�O��%�,���D�_nj}z�"ә�M�4{�n?*�춒� &�P*������Rkr��wQ�[o<��˻� 2�����9p�R�("����˩-�fkZ|�� p��:+�7w ��ħ%YIs�¹�˛=�c1�d�Q�pzy{U�)/s��������앴7��P��y �*�� ilc��8��G��M�F�Z*�����;�j�]5�q7��S����׍�� >�'f��$\����-����1�^)��rF��� k��Z��i6�w�K( ͚�{s�a�Tٓ�q[��<ݚZ{����Z�ɵ�c5B{XCpx��NH�bpp��\��+9Y�\�[��R��Z��\�2�䒽9��1��RN�4/���o%��l{S�3��9�<��'�_Z[W��b=:�D׮��Z��bf �3��tf��N)�i9$r:g�Mqx�a�����S�@�#��{^��BI��Ӌ��:�ָ-��֞�I�O���If~�f ����cm��m�|˜#y�O��K^��A��/R\����أ�_5�I4�5!���1�����K�y֪G�K���&��J ��I�搜�K,�7���`�F���4K W4��� +� �����V����)14��#�b]��W����"c �:="x��`9ϝQV�l�k%(�?Qם��[lv�lVd�Mt��������K�x��z�]�=�� ��d���E$sn����oom�d�)��"7ۓ�����Y�X�*�9���s�i�;�3���y�ؾnU���h�� ��gr�y&��jm������^�'����O0h�C姿]�b�j9�s� d�4�wO��w�J���.���m�66�4���q�U;ۘgvxAM܁�*��px�%��"M��[� �ίŶA�9a�f�Gh�3ݩ'�����ҵ�f�H@�Ϡ�-��+p�9��Z�� f8����ӊ67F�w�8����CA��+���w�dg�x��sy��Nyn�|L� $�>�*9-�G�Stndʨ�FU�d��9�9���8���5?v �E⠼iR}���G�K"f�� ��o~=j�C��G�-�n�*����]�����e�Y��B�����*?j��G)�#�ʯ�]���x� 3V��҈ U[�h�w �Gp��c�#�9aR3�P�'�"�������*�D��T��zT&�*���ŸJ>�-hm_Jrød(�TydYR����9�?������}�~�(�T�n�Ù��4� �ھ #��){��U�P��#Œ���$~������D��ch�Sㄅ�Gڙ$�!�FWá�?J>G~�����Q���Gڅsd�S3���?J���V�ß�j>��O���(�09���ևt�ʿj;��U�RݒD|9Am�rE?�ǧ�WV&c�/ڟ���}�csH��3Ÿ>_�J��o�ڭ�9���@��|�=�_����-����M���ևß�jO�%_�FQ�C�O[}�~�y`��_�?��uU�T�x ��#�4��?j��A����FH����RX9 ����z���Ǣ��Â��Q��Ȯ!Rp�SŶy�[��Q���z}(܉Zw.YC���NČ�ևp}ڞ�t����(|8�4�*~ե�Jz[�~QQ�%�����Q܁�~է��ҏ��߈�l���J;���+S��=*���^:L#5-�]ڤ��?j�-�r)�� ��'�L�^@����s��O�֔[1�Q�!��g�0�iE�7$ �[|�b��`�Ѿ$�)�mJ��H`d�ҵ�����RەL>�;�RZF�0���dE9��r t�Z�G��~��t��֋I�⓽�����! e\�e��j��^���hR9a�V�+[��·� ��(�+�{E��r)c��V���K��-��$�,��2�a�UF�7rk(�~�7�������\�1Etd��Q��׻�RU^Cݻ7�u۟�a��YbY.�kQ�$U�v2~������ ��� ��im���{&e�0�B�ՎG"��Y�&Ԙ�&���v���L�%��Ow�ϭO ��r����>u������Ysw��a�v�Pp<�TK!#!y Ű7(��.L����q�i&�qQ#.7���q�=p<�Ne�h��)w\hQ&zG^���v_\�ݵ����M�rIlZd�t! ��,8lPN�Uco��H�Qo�I݇H�8=Fx��5%���K�\�bh��X�12,�rd\��:ΒH���#6�"�G�2x۟N��K3E4V�:� ����w!�d�t����)#6 �X�t�Eyqnm��d��� ��C� ��qDs���;�%^�2�!���x��I �� �i�A!����&��I�Ț)632�����AP|�#"��LK#@;���c�=�����\Y�����d��� ����^���+�| ��@�FZ蹠��?���g1��ʼA�.�����9'�x��p�A�0����dl�ѹR�P���SUB.`u����Q��ّ��p�<^t��ɀ$l���ǣ�.��jH#G�"{�!W8�+�܀ ǕPv�j�e��u�>�+ ��uU�F"`���������(����i,$�O��Rԅ��ߗ<����O:��<���T��F��AR8�����ݮ7�ޘ�-r� �����㝿�D^ Yd� *;��g��y;ƚPE�M����0�;�� �;-Jم�� �K��k�c �����Lm�v�+6+�N�u�7RFcC��V��q�� 0!�?��M�dDL���i �'�T�ߗhbKr� ��ǎ#�zd���FiU�� �_fj( )��9��'w�0���@���#k.h��gp� ��7�6�Kᙇx� J�� �QK�[�>�z�������=���řIn�;���Ա�������F��X�����O�]Kx�o7\��T����3�����4�ʓ�'x�`��ꏔ~]*<�lH üQ��av%���dԆ)�$��e�ّX�f@�RF?Z�� 4�{ǖ��m����Iۼ�b\. �����5-��*Gos�,r�mP����c��O=A�ʮr����dKd�'�=)��-Š�o� �%p�K7�Ӛ��n���ڤ�l�3���I�s� ��)����6�;w1�z��{K�&�#�H.��2 X t����ß���*C�N"��)�H�a,�–Pp�G?�>�{��*ۀ�r'��p@�J��Ȑh��I%v�FSs�ǵ�F8���i{�df�A�]�#fB���㧖Jx)��n�������k�y�ʂ� ���x(��bxo&��>�R��@D�H8��8t��+�*��u+;��X��3)��n��EW�����v� "6ʅo3ǟ�_r!� #�@$'�VW �J��'�zz�#�xf�� :s��>u�k�Z��W���i�k[��1��I2���Q �@9�&��-ݼ�sl����2��U�jJ85�����ǝ �����*�w{J 1 ���1��}���U,�����,��� � �|: ��^0�2A,Wq�~�@�3�|�It���}~�.���mA�g)4��Ecja�ǃҹ���i�{�*�RYd����wK�����g P}� �2M�G�/�#��Xţh:�zN�wes�K7S�s, �1)=�����}+��>�#<]�7��yn�G�\G�|ۦ~!v/Y�����֦�.�Ḿ���ӢI2x�F��u�#��3���k�6���诒I�-��D���UKJK��iݻ���5�P�L��L-���D�f��~� X�lֱ� j�2�|�<�1�Y=L�X2��*� UG��+Vtb�.���1�|g��̺V�"��H����ZO񓟭0i���t#��,��k"�m�p2H��]��H;�cP�<�W_LfR�9a�P"���U���de���ȧr�u�"1Shֺ�Ƥ�ţ����+���t,c$q��EXDd_dp?�.}`�]�SI����<�C��E�8N�H�T����N��?J��{Sy���I�9g�Ӛtݥ��i%c����Iۺ+����r�58}�.n��.X`��9�6ӏ��_�Z�[����H�Fi'�GN��/u<�P�$�R��P�&���Fm�@��נ��u�q'��kYs�����KU��/��Wv��㧽q2Z�Mn�?�?ٻ�TzSa׮'�?d��.3��F�緞3��;��ް��UQQ|������(���?�A��5��cj�>�9������gsrk�� H2c�|�z��]J�Q}&�V4l�H��)�h�_S�EN�FƳ�c+V��� 3 `湫��"���{~�M���HP��\f�ip�ͼ���{Q���U���b��I#olg>�FI� ĸ�椾�dqӭg�A)�!��� ֘E���U��O��n��c������b�gg�14�Ic%K ��kOE7 &�����]���pz� UI{B�v�I#��J�5�.�0��$z��{9�*�p}(��N�[c�%>��S�-�#�����҈ T7��&���f��a�֮���'t�U6�#��t�㟵/vGJ�cs�>ԝ�U�H~zR8�:��u� c��*[l�\Q� ������� �$�FN3PN�U��|7Ҭ�T�iv/� �Q_�_C��(��~�eP1��0 >�ƃj)�l�R�;��#��J�� �T��x�� �>�N����y�~��4>Toa�fwvޔwm�Z�E�y�7��3?�oJ�#m�*�r�*D���F�24<�N/š�H�'p}(��xC�M�H5�` ti��(��Ƈ�=,�= N��Y�pF>��(���c#�y)�px�����*��r@�Ҧ�i�ڍ�gò���v��d���kc�>��Gp}��|;2� G ����_�q�U�Q�A��~z�fW��v��� �V�p}ڎ����x�-�8����c�9�U� �H�� �>�na����hאڎ�}?J�����o�a≝�/��P�[k�v��1U.[�ӧo�E,�1YG�v�A���[�m��]���|M��p���*�cG���u ��$�8�����=߽�e�6�6w�[��l\a���Ǔ�`d`�����e��k�|�Cq�E�Y�E�g)E�[�v��B���8�|��MZgT{�}"�N�b�-�����9'-��z�ѭ�.�Maj����e����<�b�n��0IQ� ���0ǘ����y;G�S��i Q��_�gήyPPS�JF ���� ���#f n([���֍՞����G��6:��wj�a�<��+J��= ���V����@[U�h̒2��?�-��0�s�F�F�|lW�7F>��u�!Lx���3ץ@-���e��"wM/�Hc <���cb��l�V֍r��!�.�#U �;�d�q�������і,�+2��:��厣s�;Kex�<�Io3DØ����h��2�� ��L��xn#�P�*b��`"'q ��*���ꝙ�4�����u�B�B{�c,��J d�)C# c!o>�4�R�M-�%�@S� �I�f@Prr3Yb�lI,�(]��q�t0齒���L� v��{���[D{`Q[l,��h�2(F�!rI銽oث=v���3��Z�Oӭ�.�+G�X�úr!;�C�0 m��⠼ ��9BHU���N0����j�qĶ�1��\I����9lzS�v��ZkZ Oa�[���� �L;�o{ދ~� ����%�S�j�w3���B��v�mޟ�E�Cq1� �f��I ,nU����� 仆 rb��)(1�[�����g�UH��$�<($3��2p�^*��PF>:�)c��o����_z��T�����c�5��i:�eq��Ȋ�R�; ��{�)B� J�$aq�$� �e�'�����1�j��r)n�H��ƨ�$��Y��&��m�:B��#i ,z}�����Oh�Es���VV6��k6�8��B[��� r�,��F��q�d;���i���H#Ld�pX ��S���8D�9�gF�vD|Q���3�9>X�7�ѭ�@��޴t���ٜ��,��HQۍ�S~eVlz��@���T�ML�� ���t���� v��ȁ'��W�i��m��I �BW!���#w�jX��ͭ����ڬ�̂{U���� ���6�0Y����l2�T3���X$h� �rTy���)��-�V�5M�T`1 O���[�T�\��{�N��Cq'b��,Z��/ ɶ��n� *�1�S� ���m$��%����3��s���֭����oc.�}-�>�n�x��>Q.§ ��A�NC)�%۞���Yf �W.�V���2��.;��Y.-�m���c� ��v�y�'uy,�Q�5���R�n�r��l.k��et��]M���YK?��p[j[g�7žIcu��0�0|��ۅw�Mts���ڎ$�xe+3�H��p� �S� �㊥%�2∝����\���v}��� 5 �q�-a3M�|rF�/�{"N�:�K+"��A9�'V�#���8�7,���<��9�h{։v;02pwqF����w�l�K��3��^4&�vo*���k���N���a�t�����h%ӌj�T?;ٷt)��rHlVotv�tS�9� �5*ƌ�i�2%ݮ���X�v� ����U�q5�G�X�bġVR�F7/�'�RŢM�n/&��$�K�a3�rd��ٙA���p�KU(P�{�?ڮ���g���C�gV�V�J)R�$,�8�<<�8'Οc���䧬�uyv��sG4��8v�v�E$ ��ϝS`# ���3�ծ�0U�����y��G>�}���*r�H4�RNEYtM���I�<~T���}�^I��v76wP��!����r���nFT��SS��Uc��${/����c�=ϭ$�� .�߂ᶏ1ǧ�Y�HL�&�D ě�r@�r9����}�}[P�N��ע��hb����P����8P�r�殞Lӥ���=��nd��3;�o���1�z��k9����,|/�G����?�Z���}wgmv�ɥŶ��ą&Yomb������=*���j��5��$��h�n�1Y����s�z�L�xE0-�����%*������9�=jx�9��c�R�K�����/�$I�J�v)��"�.��b^�ak�2��vv�ߥ�����FS������G�����\ݏ��축�=棧��k��0/uj�r�[~��%y��:�N���)���U*셤�͸�@��(`:g�n;;-��&K��i[e�w{D�!1]>Rh���]��0<Ԕ�2s�'{�Gg��:]�e�G(T��8`p|>D�Qɬ��"Kq���ArY��[*2y���V�˫i� -���s*��p���Sr�U� $��9��h�]����vW�v�/{(]�>�)�l(�ɦ�y����J#I����W(B�:����0��������7�z����^��i�6�>.�1���#B[c�_��s�GQ�}�|�Y�<� �ݵ|!�� ��F9�(�知6,��������M��;r~��PT�;�Yi:����V�[���c�;�iđ0� n�V�К���=������h�.�2I�M&3o�*�c�"�0�������;9��7R��i��K��T4� 0]��C��������ԻMk�^ZF/�.���05��I�l a1>J6Al��|d�G��)��6l�~��'�+� �qH�;��S���du�BWq���+${>���� Ÿ5QSn@�iν��|���͘�9i���dT�����*kx�y$Nź3Z�����4����@*x8�Wep)i�vgC��p��=YqVd[��G�s9�_��{�vH_'�j��� ��Kslr�G��h�=�u5�5�����kQ�T�GҪl�d�|d�c�$�*,g>.�����$�t���=4�E�_:t[f yxb*(`T�O�Q�^q�hd���<MK%���pGE�Ci,�)�����l�INN��rJ�F_��n�?,�� �f5Ay�)s0�h 1�?*T���S��1�ʚ!,�dŇO�g���m"�������F��ߕwW]��䬥�ʟ�FI�՘48Z&{�̌��pq�+�v�1�Q������Y�~痍*�H� i�]�g1�ɮ;R�on$y�h��*q^�q��n��mA���c�.b�k{v�d8ϵq��NS|S�v���\c,%��� >�T�Oe�o���� B޽�˱p�;<'�j��RC��U� �?WP��q)� f�|����٫M%��sq?S���~��֗��%�y# ���m#�t;n�QXw�ˇd7�s�+��V]�=�~�����b�0��>�I��c �b0+����f�n�n�/8��j�^)�c I�ERѬf�+G��G@=�n���<ηM���W���0�k�#�r~b�V��Yi��\x���{�V���Z���ZƓH:��ZƏO�u�-2� q�h��hN�����WV�^8|����;�g_,s����I)��C�x?j���)v$DŽ���>� {錄�[a���(E�哭�Z~a��H���U.]�zdqX�Z�����d��ũ֮N甈�m����OͲ��#Z�KL�理�֬����KN�n�x�.v�}*����nb� �Uf B�P�mu������$t�� ��j(�fT*z����Z���1 x��"k��%��g��rD 2z�hVI��]U\Erj���3��M��N[��Sd�l���\�r��H}*6�x������ϖ9� ��U���i�Vk��B��zT��e��E7�t�7��İa��|�#�P4�,�Y�y��6H~Y"oflT��ż+d�=q�p��s� �rd [��X8�}��fӧ�cy��_��8ʯŠ�ʀ�q������.�d�a�Qo-��s�+)�$b�:$��O<�kmٍZt q����M� ��N���mԬu�D���1�j7�p�:28㥤~��_n�� ���'����yy��Z���,�$�����?j�i�X^X��w�}�]�A����#���� ��Z'�?�=`$d��Tyd4�(w����G��Zʞ�>�w*:�<�������8�du5�]��F+�O�h�v�&w^�o%��rOJ�,Y�f=em��{S�ož�v�U�c���UI%�+���4��h�D���cr�����לN�f1 ����,�F�iA;�z�{W��0j߆Ƴ�?fn��Ѣ���\Y�,�:�?�At�:Dࡑ�2€C�j/��$��.� }�x�w�D_�ۥ�'ýM?��g�����x{����g,9q�瑚�i�\j���1L�s;�e�Wm����p9'���ݦ�������+{J�o.�5u����᳊�!������YDo*aˮ�1Vp23M0G��œ�n��k�;�ye�沸Olc.�ĪǑ� �gI�M2�/$7 $�x�#�PT�<G�������vz/gu-sO��귓�âC(�Z��,$Y!�;��5@J�8ea]��7g;Y�E�h]���ݥ�!���5mWT���޳�4��P�x7���;�p~Z��4�B�8���5.�S�����_H�5���E ��V���;���I�S��-� ��M���rd� ��2rv͆���nڸ'5/�-��c�]M{_��Z����c�`.e��ȥ����3� Y�.w��8�n���T�˅� 7&�m�z&����=#�}���f�io�ka�h"�����Y���:T�p�1�U�y����f�O���>�m��Z���XL"�*ż����` ��?h�����֦8��;�,Q$�~�3�lu}kj�w�����;��ou-'����i�X�-�O��" ��.;����Uۜ���HrrX�^����]7�����[j�[-gE��Y���ZO=�F��P;�����ȒTS� Zݓ�^������q��˨�%�5-]nŭ��KuH,�¼�;�F�����R��k:v��h7Zޏ�h�8�cB��_\\|c�j��#�w��`.��0�0�fN�$��5�Yw�-�(d "�Z0���9����3[+�jZ����iD�՘Ds��x�Ш�|����s]?k{}�p�k��D3]]Iiq��\�nl��"]�2�l*���$gn� t����}K^Ӯ��5٤�O��@��MmJ��Tl������]�K��9� -Č� *��,��D���Y:�.�����Wv5����W�qm9����*�I`v���Ȯ�H�绱�Y��@]�ėN Kcq/��/���Oe{7�^Cow�������R�/�6y��m$HdV�n�X��@R����˾��s:gd$�tHu�6[k뫭E��}.�t����%i����������9�. �Ř�/�.���A�>��g���&��]�w��s4vz��^��p��,]�v�@K�0&�E�[s��3zl��m��k�5o�^�I�]��I���Z�j2^�X���뼉m��K�~�c3F#��1gvj-3���O�ߴ֚��ڇi&��� v����u�6�<�Q\:�@6��לũ470\i��GH��c�!urX��+�>UrN2s^��~.꒦�-�gM��7���ڔ�\E�M+�g�h"=���TEh& �P�3���G�s�ע����v��:*G���%��f�Hc��-��w,$VS�w�(����j��0F;�4�YH�[1�M"��D�;o ����ko�A�t�s$�v�ܬ0��1�#��1r2y$����дx�t�t��� �]GO�y��Aܸ]᥌k�m̠i���ɹ�X��:�������eƳao���$�=*��q�@���' 7]�Vα���~"E�j߉���֗��G��-�,--� �DXTX E,�6B�$現���/a��������M������ �����5U-�M,��2,=��h��go�I��Z o�~^�����]�f�e��K�XZt�n���b�b��c�GR<%��#�-Z[�� e�n��Q�n��Wg�e��H�1,���'v��~󏖹t����-`��k�$�(]ܷ@Mt����}Z]f�^�A�����式�#"�9R7T��b�M��a�S7c�7;$ҏC��uWG�4K��^{�X�<�mas��$�Y���n��;GyyrO x�m7��r�n!;@����{�h�m;݁��3V����;�N;)t�B��|w���V ��(\����������cH�V�l�ܖ6wv�w+t�iq�Ъ�D"��B���S�c���Qy���2�� w�6]��/��A���8�fe�DB�!(���׭h�iM��ݜ�(g��M�y$���=��,ED��dQ�$���P��Y�ko �g �]C�WU�s�_1������~[�����g���H������ww��i �� �rZ.���wQɦ\���F���UǍx,<'<ק�~&�O���i�����ks��� �RG���G}윶��> |�ͦ����z�y%�g��=�Y�7Qk�%��5���崔�mv�n�T��涢RXc�U;�ob���xf��VT� 7�0<J۴��B9lcֹ3�%���-y�)K9�s`����qY3�*���id�m+����X��)�x5�1�m���U��G=kLĄ�#��� ��b��2�)S�Q?�S�ϊ�* �&�,-N]I���T�;� ����R��֧M����8�����vql��URNkF�Fe�J������]��IE���߳��8�ϭe�X��4�2S�G�I�W���HO �#5�gٻ��J�����z�SD�B[�n���6j�d�yS�C�:~����������èx���U���l+�1�ִu [��0«n���Y���VRA�=�\��u�/T��w���82��lq�9�K�K:�yH���]owd�y�#��b������I�k��q���_�gro����(,��v�]E��3g�ץR��mbAtzl����s\i�XY4�����S�S���ڥ��>[���X����d�����[��uU2���O:��XW9�#�3T$��9w'>����Tq��֍�h��ʲ�ֹۈ���A)�����#�Oz�a^�ZB ���v�02~վ�ZxH����2���c���]\<��+g"l3�:�$�,�K0����}›q�A���6!�2��֒dz�$���v�D��]XKk�<��s�>_�3,,!pe�S}/�����[�.�K��==�j���e�鮑)��c��i���2[|jy�<��Q� /Q�u� -���~�G�O�?jdZ$�6� ����"�O Fl�<��d��LB���>T�_�rc��rnǒ�zE�Gt���i�e��[�p=����\>f#����`����P��R%{�ү���b|5�`�[H��a���^�Hwq�y�k�2[�wK6�9ڬ@�E�D|+nH�WV&&�,��1�g��*��7 ��UN�m�g2kr׳�������qZc��ە�.!�?� ���4�� �|Zu�Q�ݏ5bM2>�ȋ�x��]z�wD��[ͨ|n|�]�ӗJ�������6%yWi��iVDT��\LPX3�K���Q�qW���e~�]'VT���Q��uOe��x佰���,v�\ ���R�H�YG6��5�c��8���e^�)>�E���FX"�� %�-�cR�`@�qq�JIJG�O�zW\݌x�l��Åt���}zV��4�ȩ��'á&7�~uY�VQ/�e4��8V�l��e:��Dgc{��Ϟ*�ힹ������m������,H~��^�;5��:[Ȳ�_v/S�1Ios�[�b+���K��M�� 7�����K�7�Gv2m���ɨ�?ʟ/��Yj�.�h��Z�O?N���F~� ���B�$ ���?Z�'�\��J�=���>���,re��0\.Y4�ݴV����f�t���FFO��c��mM$�ֲ��(�:��뒗(�����ۈ���oT��GN+Z�q�ʩ��NOִFXG*���:�n��T� ��LJ�E�nj�ng]V�XC �}�`����J��j;��s-��*f��&��}M���5Jx��5a��R��7�T�MF�����,H��6��R��vψqO�QT���3uS�A��E%��*�cT��OJ~��j�ᗌV�Q��z`�/J�� �H�R�֫����0Kt�#ʤ���f���p*w0��a���O)�T�rp@�R�na����iv5<(#4�V�_j� 95 N<=)������$G���A�R��������`��p�T���z�T�N1O�` N� $W�����ێ���Vv��Wҍ�L�&�4��`�Ҧ(���'�U��چ�@r*DF�R� N <@�`R�2R�V<jT����`F�� �������ͨ�� �ڦX�F0~�hC��zød ��QY �� ��S">���D �'��*V�"тe^�{������U���Q��ҫ�E�Q*�*8?j�m� ��a0�R�o��M��w��V�02�b(P1"4,K��,v�2����G��Q/Mݶ�k ��W;����ltVB+n��Fr��Kvr4�n���G��sTqHs�sÓ7m�������-�t�dmqmg�ʙ|�3��䓉 tې�h��4����!�Q$a��� !r�� �)%��� �����cm2K R���,UU����,r�����Zmƭ�\v��_����n`��-.�+d�6�6�y&hӾ)#9G ��� đTo��m���6�h�k����C=�wn[��g𷀶�H �>������&��"[�d�%�h)%`d �-� Z��5��O4�K\|���*i�^�w4춶q�3�����E%�����߇��aL�7�$�K#—V�k{Μ�N�*�Ðq�y��#>&UJ�$�Π.��t�WNN%��'�ば*w��W�ܞqKq}�^�%��W6�q,w�z'V����� ���M3@�;S��ݛ�ն��jZ�����2�ļ�UG��p:��\�����/"잭,�#Sy$�)�h�e���8�q�J�#��'2�3.+��bh#��X�-o��;{� ���S���v�be�E=��&��,���6� �S�֯#���Ebd�D��N\ ��������eDQ�8�e�<��? ��{k>�/j;q���̂�׳z��5夎�wx��vh;Ю���.9�\���U�n�m�Hmh�����'g����:]ۛb9H���'/*�I#�(׻ڕ�kݸ��ڭoO���Q��Riu�,_\޵�����ٚ�f�9�$�o&&$����^�����4ٯV�K������܃'P�gTX�ˎ0+���nu�#I��,t���Ieg�=b8���Lч���`���F-���sT�ҮjpI�5�:�߇w�y�Q%�]���߲�u8l�X���V��E/b�f�*YQ�>ⅾ��v������f ��K彶�M��&�T�Z(Z) �F#-��B̻�=6���]��!������b�EMCC��ע�]L�> �Œ5FU�%�v Ya1�\�'�%�A�i��4�0iWS���Aj��$H1$0���:F���%�-d�4����_�8ò�SZ��Z�ǩ� ��*�\���M*�<D9�d��gb�f:�����|��7Ze�d�?��6�J�4�Z��5(�nf����$�&EnAE(�J��goun���R�%����;M�ɣ�V1�$V����er�v%�: D��� �dg:v�Y��!�{5�D�CL����~�H��&/�3ȘB�1\3�7f��G����{���c�Ӭ��`�-��I���3F�$� ���2r�?(E9�]i������u�i����K�T{[w,�l3F�Bf )(���ӑ���r�mo�[]h6�zn���o�� <���̟ {"��c!�U�g T��~�ͩ�� ����m�H4�QD��2��I�A�0嶪�2 �Q�ggM��x�4m��*���hZ6�/,5���u+I�{�e���-�P�� �;��$�����?�v��9 b�D��EԦ���q�k*O"�/�(��\�� �"�{S�g��j��h�3� ��K�5(,��.�k�H�d/��)�.Ѹ�J���&��꽮�G�l^C�_L�}�����6̫�V�Ta U\�`3�쿜.��H��Ku��VZu�k��.���cl�Z������a3�G���7��\�נ�R�����'���+� `�k_�rB����&�����,zGa{�G�� -&N���$l�Z����~!�{ ����xh�Em�T*�����k����D�wue���Z�%*�ѻx�Q�G���S�`k-��=Ε:z�(�[��۶�>4I4�F�2�H,��(2���W~���f���v��:���[]2mb�+��Q�&{�B��M�]Dq��3�C.�{��΅u��1Xk�u�է�ᣓt�0x�9�ۿYbur��oQ[%��:�vkW��O� :>�^�j�Cod�q�:&7�zmhH>,!� ,��Ν�%Zq:?����oM�n�\�)if���ad���p� �e;c�=��Kßf>?a톣'��->�kk�?��T+I$�1V���d��:��N�v�^����ks���v���pRX�V�%>8�*/y�e��q%A�^���z&�esq�۪���d�\]^��[sn���H�.fgA 9n�v՛��{:Uu|˂�Ω�}li���]����Bў HlL3<��Mqt�ڄ�w�Ǽ-2D����\v/T���Э��Y�6ǻ��R)���ĸTh��������_�_����������v���b�X���N{V�D����'ke�Y �� ���9�Cڭ~�O춲�է�Ơ��#��J�-d+���|wm(��=:�rY�8��,hn<��]���j���;/�M���ɦ����B�f�m�'�I�����{�~G�5���v+�v];g�^�}5���V�K�Ģ�αƳE�a��'�W�#�r6� ��("kk�.�KM;Q�5k���Ç+!����N � Đ1]e�[�)��{S�톖{Yo������� �A_ ��V`�!t>���8S��Co����*��v}����޵���]���8�a��c#�K+JS��?;�.wh4�t��Y,u2ڳ�%�I�*Ѵ�΄���"��s�zV�΀�w:�� -̰<ћ�#'rD�0Ur \<�#�~3>�{ڨ�[��i��;Wu��>�96i������l"ճ��5A�d�]D���I�4M'Q��_f--1�ښV�cs5����{�f*U���M����VRes]�������oڮ��o���y�P��ڴ�ޥg})h�l�&^4�P�#s5��6��v�]����SI������><[�{a3� �|4bm�)���V��#��&�}��u��_^>����h���R{PP���r��|)�5�@a[k�g#Q�c������i������6'P��"[�%���Q�Д�B������ݝ�+�E�G �h4�{=w٭2��of�,owu�K 3L[C�N���X����D�.��[.�v�NIλ&����l:zZ��im��o_� ��cyc!� �� ����tk 8�\vwV���[k]>볷w�α�jw*�}h���1=�8Q��:�4�$�{K~kJ��n�����Z���5mf����K���� ��Q�B�a�SU�T�/������t��{'�[][^]��Z�ͬ�o.�cua'â�X>틍��&gV9�+��_�;1�vI��[ 7U7K��ʽ�ص��,�ݡ�?��I�6�xH%���א�էhu��P�����-������@Q�'�x�/J�Blj���_�����)��[.�>���z��b^�Z��s+��!����(�خ��q;�\-�-��/+�0�qZڽ����g�t����k�2����BJ(*�8GS�j[Gr ���My�%%�B�/&{�H�1��A��Ռ2�s�Oq��v?�t�V^��?{��1wd��< ̚�/�z|�^ڻ$�?��(P�0#I�kJ^�1�j����3F� TU�Y�\�0ÿ9�8�c�Fqu+,5 �/���Ҽ_�a��#z1�*q�p20zofV� ��I�WT��[W-���Yw)!$�pF E{sexe�N�;���6�@P����裁]e{٭V�;������#�1ɦI3�a3�rD��I�`G+�kӬ��~ϻ�P�Cۭ,jV��w���Nm�Imy�a�V�|�'��|AEe5��t��?���˳����qu�-������yB� BF[8���mkV�ӛN��]6� �ډv���+"`d�88����˴]����bnNjY��E�G$�pe��{Q���ɇc���K����;>��� +�6�iQ�����F���9��B�����\�V�_E-��'�c� SL�k���d�i�4�9#PLlyW �a�1��m���i�K��h�G}QO����Q2����8|Ŗ��6�sӜ�7�}(���ʈ��{� F  #oA�V��:M�@��d{4�Zjr-��=���dYX�*EA�U�O8R6�eg��N�~� �O��E�kr,��!L,`I��0��sXS�����O}a5�W���6��b��z��\�X��YOg�� �Qv��K4e� \���8*���֬j���4m=�� R���If��#%�f�T��d�A�'��.IO�]BO=i��d*�|�֥���}5���Ѱ՘ �ܕ��>F�l�7��!�z�d?�� 8�i���gid��#i�Vބ�gj��E�0�ʾ���:�����Oh�U���{�wƎ��=F� �<�}��������)�%�+���#�V��ξ����m�R��z6���6Z��{ȵ$�qk�Ƅ�+8+��y�:�"� ��_��f��>S7(��{�@����N !��ƬҪ����tq� h��!�q�\t�}.wEE8��$`Q�dc�^+Z(�@8�� �6(�^EY<e7.�eєE6�1���9��ҫ���r1���o�r[��J('�*�4�,E<]�J�$����Y�4v�����w�iv��]Ň��ϵb��v. Zj��dֶ)��f�APj��{���ye� ����TW���" � (r6���Ğ�{坚�q|�:���ŭ��y���Il���%���c�Zz��i.�����Ҹۛۋ4))sv�w�S����y�p2��g����b��1�}*��Z�� FEƠd�3Y7W�$iu=Cd�ʡ������ۉA�jE��9���rx��)ѩamF�֩��k�/��-޾��bD���w9��n.�n_�T�p�y�6���g� /Rq�=�б����EU 2|���o�XN����J�Q���XW�Xk��\3|�qTb������f�~����㊱���ɪ�2�,���x�xbk���\F%􎻢n=@�X��K�o.��:� U����2���y� ����\[wp�R|�#�j�7Y������xG�~S�\��]js�ڽ���1�ڻ-R�L����t��y92�I��}�3������V�m����]���'�,��aZj ��v���Y�%~�D%ے5�ǡ�l`��"��:TW�<��v���)�Sap�[T�ײ0d�D< '���Y�^gd ���n��R��3��Ǔ��*&콥���/^�t<ƪH�S�&��vFi�c�a%�.����I5�k�́$�b�������F;-���8��U/���t�ld���3��]-ݙ| ��%C�"�k�>K�jwc+�pD�O�j��'X��-���"P���h���O�5֪^\r����WQ���=l�Ē����J�����֝�EFc�ga�] �wB��o��� $Q���d�b�_\�`�5�������ǖ*�z�73��ЃZ��(�S�i�i����S������[)��jw{� '�lU�^�چ�'�ʹ��"�o%�2���VUo�!���1��S�c���x,ǧE��t�n������A&���I����jdVP�U��j��r���utFH�Y7�}in/�L�$m쯸��2mR Ky����ƷM<�%��@������1��Ks����s�+*���<����/& �P垹�x4��-'I<��z�6S@��GKB��0�q���8Jk)'���(�M 0ȣr%��J9����Q�YN.Ƨ��KF�N�1T��R$dS���i�``U %����u*�N ?`�4���4�d��S�7#� K#iB�2)�ޔ�b*�ri�QP� �$0��P@�� 94�]��)ʁ�I4oC7!$�� q9��PFM.O/(��80'���M ��81��D�U �Ө���@I0OZ���hx ��Z=���R�6ڍ>j�1��ꓻ#�B|���tQuI��O��iNX9>j��-WO��'�Jk(�L�N HȨ���奵��-#(�{T�ɾZ� $�H]i��8��GRjv�,w�� �����:�r)T���T'ɝp�y���ᾓ���i�O���'�����58t8�n/;���Y$�j�f889�q���_�_� ��������=�ͺ��c$ѤE���ܪb!��� �������`YE���$�ϒ���N3�|����h��hF�m�u6��Yj7�}u��fEgk�#Aj�h�F���z�����L���D��|U1ğg�6=��֢����]�Eamr��$�����8Ǯ2+�{A�Cs�sػ?���jVڕ��%�����3\�恢P]�t�3� �<������G�����k�Y��q��v2� ̱EI�����$n�hʽQ?�w�;9t��7�/#�C2߾��b����N����Teʒy@zWF�]UKl��x��j5ty�������x��l�+�v:m/N����Vb�QV�ZwR<�$��(p�C,�M<�P6+��V��=��Ωa����_����^%0��(.�������B Q���ڬ��֗�)iq~m#��.. lj/���Q�~��i]�ֵ-"�n���Rj�I��-�y�r�M�j@ !�wcw��JMOR��0���3Gi�����/�ǟz��*/=f���r�$z��=�Ѵ�� ����0����1����^b�UŁ�[y��)���]dUu��( 89�Ț�t^�v��קQ�{Q��Z.����Z��{$��w/x�<�U��� ��������z��y}�v�u�������TH�.p7x��5F��Rj�e"m C������Sa����<���H ��A�i�H&�J�_�_gn-�Lu{=Vk��kȥ�� sg}bW|qڑ�,��"�P�ố^l�2�"Au*R!"��WWؾ�G��y���?�:og�/6�o��D���S�ā��G��6Q�������T�jx*� �Y�n�k��}���ݞ�qs�[O�Iţ�߸ *��<,���NMŨ�N��F6E�e'�=����?�/���j�V�q���ڴ6ӫ�^��]C!.X/z���`*�B�\b�Wf��{E��{���֗k&����^薒��:��DHR�H�a��)���i�]�� �6��:��Ž�֟�\\ܽ��m,2�o-BH�F.rT��k3V�L��N�����{�&3������l�L�vN�X�#�@ Y����]����ʵ����^�iݜ��^�vf-R"�\��4Ao0��� ��3F����3*����u .�ڋ�t�o�N�ۼ��6/$,��"ir��q?.����S�{�'L���U�K�e���)-,�`,`�%���Z=��W�/��$ j�.-ƀ/�(��s��o����t�E��I�� e#��{� 6��u-��Ҭ�a���Rc^(�5�`����4�5�\vb!�R��Re�;����݆ �˷�7�ӯO 3f2��8�4}cBҖ��X4�l[_�R7YLj �wF@�O�*H����զ��"���g @�"E�x!��W��kԗN��i7z���l���\�m-f�I�c2�߬��)v&$�ny�=o�vZv�y��Z��K8d��I"���|*�� }sYgc�#)��f�K�}�<�i�7]�1��I��Zp�SD�4���b��i#����RV_�a�8y�j{>�RI*+������ؐW��p�sZ��]�Ln�G� OH��ը��a ���Ȝ�E^�p����q��c�律_:꒯n�������l��-g�z� ��GrW�et1�WP� ���3��+��=��b��Kۮ��i��(�� �$�Ǹ���̨�2dw!�X�K�X������f��A��Oh�b�^A��[����i�FMă"�08;O���"MZ�tŇ{O3ۉe�6� GzX���fA���m�Q�1=:�6K���볚�a/{;��:���i�_��J�vz'��8A�'�*�q+��q��`���h���{=�v��-\[iu+k` LD��Ws���I T9*q��u�7�}ޭۭ#I�N�i�'K%��2�d��ij�#v��1#������:��:��j/���O�ꚝ�] 4ƺ�1qc R�:�ZmDhȉ]a��WQ�tjo9�Ķ�ʶ��g� �F����MԮ,m�����Zζ����\]܋$K0L.�Y��;YivϴZ�h��ơ�\���M��[���]\��s<�3��������t�����-�1�'P#[���rC�3 ����u�M�h����{���|���i�.�{jװ\��=��d�9R�0�Dq�F;ps^M٭~�������[�z�{�H/�T����+U$�Y�#�mgp��i��>��殒E�0[�^� ��N��J���jc���$h ���ϐy��[S�xm+��n���t?�]����@���^}� 6��^�uw��0�z�Ť����;y-�G�8Rk�uĞ��YY�cQ֗T��d�������ᴻ�k^�3 ��u��"���0��[W��T׵��B��.n�3J�(%�$�@_��6����0}ǥj��T���YZ�m,g��o-��gG����B�̡�� ]=���f�I�0,��1<��ʊ�5��KiB���:�u�����~�y �[B�8�Fi-t}B���Q��3oa��Y^(A �&�F�mP[ۊ�N�v�۳�ݮ�H��J�{���26O$��X��3�<��/� ���f�u�-Z�����"���A�aފ�ɞD~"������t��v�X���$�j�h�t9�o��B�y K���Fi6+F\L��pB��E��u�����M��ݷe�9����u�&��d���eIC��) �N�xd�ʌ�[��Ĺ(�J�6��Mr�%�Ķ�gQ"��G�W�#�U�;�c-�E����r``}�s]$���&�SC�-m�H��[\!��̌'| ��$� +�?�����$�5�Ԇ���l��b�-,�)�,LW��˜��EZ=�gT�����7Zд���gi�&�&�qk,Wy$Yd��9��v��JК��1���i����-�kis ;8��,�a� �F �Wi�Hz��$ט�.�"1h� ��t�b�;)���e֩ibbiLOpʨ0��6���`�&��2�H]V�D����_����~��\�.F��\���������{�&���o�}���7�85�n�5���Qmَ�v��Hf����gqs�X&��m�#��A#��ms+&��G�5N��1����I f/��ۼ/��Eb�prs��A��h{#es����f�\�xզ��[�m�lиی�����p�\VYխ����]K^�Ԯ/oG�\O�J�$�U���A'� f�2�vFHWRJ���毨�۽�U���fk���\�u�FbI�%bz�Ž���cx�0���W���,z�U�l�,g�Ιr�Ec)���idY���@#h�28>���:m��t�o-"V%��dQ#�YT�m�O2k��Ĩ�� �A��Ny�hieth̭ݖ���*��%�U�= P�H�7�p�R*7x�d�F����&k�d��̊�T�V��o��]�Ho��mm����� 6��@�9>��򬰌�=��� v+�ݵ������sp��Q�W��ۊ���m  $� }s�n�iݒ�-�;�Z��XF�*CqrҲ� �ON���N9�#��zΗk{��zF�o�]�F �ր`�/l�J���N��q�k� U��0O\>�J��Rr�z>��[�!��+�������-�0n>1�]�: Ts�*r��p��zYE丝Ý�N}�*I P���Y�p�ݏ�[+� c<hKo,C��^xr 6;`|#֬���}�U(rzշ"s�๦�pLW�(=k��.t�!�$�s�>U����D��f���t�-���������X�4Nk����h��)R{�"y�>Փu���P�.zrq�Et4�F>��\�.;����J���� h;�h�o�u�zUܑ���N9)Mx�V�mP@����p�l,���X�u�L�w�o,�w��e�5`Cϝ�h�s�~���a��a��R��ďY��K�˖yơ��ܯ��25� "u�ޙ�i�z��z���^%�Ǧ<�t�����,���Y���[vX1���!Y$���=z��=�����&K]wQc�x�#\��j�(��L\ ��~�ڽ�}����SG��rMZV�ߩ����|�1�5j,��?��ì� n�P�r<�B��� -��ă�y#Φ�`��簝$O )��j�m�3ket�Jdžq�V`잟 �{�e呹l.I?\U>.6?�2�� ����mu��$qF� �m�}�Y��H��w7�q�v!�]]ޓ�ț7��t@���)��U���4�[+����j����$��"~����s9�O�� M�G �i��MVY\��k�K�UR4+� �s��M9��\SA� 1��Tl�����$��8��~��PY� 矵c��������ʄ�*��I�� �6n͞ &1��I���Kq�B�k�K L����6�?}�WlVu���p>�"vj�W�`��Ṯ��6���s�Bt+�n?j�4�U���SG�3[+��q�i��L�{%����s�㜿"�/��d�%V�+�Jt���K`ީϐ4���,�m�9�;O�֨�'��Ğ�Q~e� �����}ݓ�@2q�zz�+tp���f�U�����c���F^�\1)�k���[̗HD�6gK�~+{���� �ylP��˕�mgT�w�E�N�:�����|UH��D�{ ����58jV��1�3�㙀*���$����*�ȡ���.:���T�1�F��^�S�l'�\�6q�&��i�'�Jc�Y�r��7��/�#w� C�Y�g�EG?h.����m�Rk8�켢 ���:�E��)?t��0c�� �ck�����ݡ�#4�� �薸������N��ی�Tq늕�ld}:*X�BMf�bT�dc�ꄷ=�u��������� ���<�2{�8�8��Z�\�,�v�j�ᬑ�қ��#�u�L��?�T{U[�o�-�Bq�c�͸:�#�#���I'�βا�Â��rN|�j����$�2� ���sT�7� QN��=3���c���u9##�T'�%\�N� FV!mX)O�T}U$��<ֈY�8���� �1bA#��g�ڭ�*̣�6�n���L2^@�3�T��H���t��օtc�g6���(��5I�$��f��`|հZYa�����(��7�#�ʥ��z��XE������X`�UK�E�dz�1G�59A�� N=A���ҚP �.<]i�Ѹ^�PE9�(�4�%����f���A#��e$�R��f�j��y��4��8��өE��6�V������I#&���)�4��PFMQ� �xT��N�������^h'z�4&�a��6�U85 ��{�Aɩ�2(P ���|xz{�[�.=>j�)#"��ԨF޵V����hؾ��#���J�`-=X�GtG-Ҏ葕�7�:O $��T��j0��J����cK�;|�A9�'���>��>�<>O� �����x��a�9�leOS�s�N����pM��� D�;3���٭.#N{��6V��"F��fc��5s9>�� ������J����+�#�+ ��\_]Giok-�w���p�HFrI {�������5(S�/y�h��i��Aţ�W��m��V/���ڽ��v�۾��}��x�u(Xw�H�$(,���o ���3�#�!�_����ΩڋO���Ѯ#��m� ���1#�c�.c�yUdc�IdWK��0nR�x?��}f��ƚ�Z��=�x����E�P�τ@�v���X���+g��i�011a��Ӓŀ�V�h�a� 6�S�.�.�5L����"��� R����<j}+ZKm��h���Q��3Ki{1@��I_b�;��H��� Mw2|�W8ɩ� ���9�vOC�&���e����{[k��L��<��$,<�3�*��������o�[��p<���uuuq�O!,&��b���Š3�y"�ou�5�I����{�*�Y�B�lE���$�W�k�S�Vcu{wo�i��3wp���;xCG�v��w��P�ZS��qV�׺��[���]�ݐDQ#�,�FF�9�l�m:�泎ck(w��C��U��U ��� 8?J�;���:���N�t�.)��h���Ֆ\��|J�c�J��+���ohj�u�:���. y�ߟ�3Kn ��K�v$�y�<S���힗k%�f�"ӡV�����owai�e{2�V� ���������~+�����0�[��V��������X[f���pV+�� 4�žl�PY��5�� d��&�}�i���—����R��=�H�*�he$���a�C�mٝ8ݖS b1���֖iv�_.� �'����R "�۲M){���ıd����`�s�^�F���N�6:唆[hl�����)O��y]��Fj�cg��v��>�j7��%�� �ɧҥ�m����HR3��7D�;5ks�_�R�K����?�;9�i�q�u$�w�w-ʁ$����)#��ʊU�(c�h4oZڌ���|��j��ż���t�29��$6M �����b�R��x���@ 9��/���K�!��X�}��H��8Q������wz��ᮟ�+ .�Nd:��+�bf,..�cY �*��p��&���_���Ӵ^��h7Z.���i:�(��/r���I�X�` x��VR�B�-��{���Kguw��C����aip�H׊"�(є0i�4�Ā�Ut�#P��a��d[ki�yg�!�›�9���,�m�|1\�-�̗C�f���8R��n~Q�g+���S�� K=E�?�}��/�K���'��3���L�]�ɇ�dN ��R�}��"&Lu6��8���/L�W���4;R��C�����3� Ev��~��Z���:��������-Д��&�'��^����) m��˽�VBI��Ì���<�l���4��;~�v������{�����=���ޜ��]���xu|���%w��Ȩ�0�ؠ��ig�'yb{tH9 "��-�Wn�����:�6���O��+����EF��шV#�9��GҴ�2[�GZ���Im���$�JX�YO��A�d�Xq�u����Y��}�3�=3��v �w��Ե�t�p]�&�eeN���l]е˴y�/'����#.@ej���Cw /f�����Ιt�ܛ�3Qu6��M�̖��x�ǀ��PO��[Z�{� �#TN���isw��5kHf�$ 0�=e9�"���˶=����u�=����imk=��#��B�G�Uy�@bk"���?���2�2�O�]����+ �X�s���y^�cs������X�8��A)B����+��W�v+��de����wig=����2��i�x��yd-�����V@$��֧y�뗖q�^����ۋv��x�f9.11b���I*zW���\�]��m`�n{C�N�P���P�)���d��ü˜�i�U)�oj�뚿S��>}�����=��v�6v����d�����c��M������0s�x�p0qֹ�N�\ H�4�,(�rr:��3�:W�\v?V�ԗ�z���ֿh\|]���`���lȨA Q��q^��~�1�g[k��L2A3[§�����U��mI%w�<��S����M�},���>B��|� ^8�ʴs+a��2���G�����7ݎ������hw7Z�D.g��� �� h���r{�{�!�d^v W�:��?e�F�&���ǃ��� >������K���������-]�Kk���asB񔐛�V�m�~r����G�j42ni4��(�7��Ω5(s����?�����&��T�A��s�j��ZEg��YY�I K�YP����w I^M�wk��{[�{�V���V��n��/�٪ܐD|� 'h��{橦Ac&���]&�cic��}�6��igHݻ� ��d%��~፵�����q}�]�ڜsi� ��8�S"���w� ��q��|��X��{E�ޞr�����D��m������gg�58�S��[�F�a�\U��G�����.�!d���ʊ��޹�v7F}�ӴZi.��O�,�(.`��@���syp�rdy���P���rOE���.��FӴ��H�� i��Yմ�.$�M?t�mRk�iAb���㞏����N��C�����*6h��G�3�,�DZ,�ʨDJn%����]Z�/o &Z�*q�4��y��4�A��YǤ���ku��[k׳ ��T�"Hǂ>�D.�/�w�U�Ka�9�����j��ڧ�\�����3(��Ǻ��V���Et����%����,�b�̲�����4k�F�b�<�� 9e�\=��ܢ����o`[�'j�������n�~h�J:� RC��Oxc2Cqp��^i��ےlt#*�*W����+��Xm�2�>Dqdb;@=O�ֶ&�ie���<��8�i�9$ -�2OҠK���H4�+u��8lo&���L\ ;�y7�b�Lp���T�5��:15���-D������b�l�C�HcWc��(�P��)�lIc�][���(�b�l���Tx���ycX�b�����`�z� ?�j�O���c��Iک�Mb��[�>�O��I$�"� �C�ӵ�M�[v�Ns�)�-l�X#�yn?s�e��Vlx�y'j�����k|p���5�N����f�xYe���S��8�<}k�K7��"�; ��vھ������� a< ���+1�J8�+*�c������\_Û��;K�X[\_M�����o�Ԃ��HEDdTP땔�e$�! X�o'���[���{�S2��  ��t�j��9���9��.�=��֤5=K�X��Z� �ݣ@����:��Rҥ�\�֗3�[��=��H� �99�+�:��5��]�)�0����(m�$� >#�mhVݪ�q��4M�Z��͵�����Ř#B�'������M9�5�]��Z'�k�q�}��U��� ^�����w��P�ڹ�!8L8 ���"v�O�IU����4Z^��|~�9�\���g�5Z�]��U��ך���� � �þs����c���/�9�h���u���Z3�LV�z�s�6�Fuk02%ԃ�'�H�Ԧ��r��xo ��<�Gy�%���HX�����S����U���9>G�v�8��m+,I�_�I�WI�.����cH��-s�I&�O�ep����y�/Q��Z��΢�~��� �v�H�җOX���K��;�dd�T��� �l7���d�{#����;O.�����~kf 67 Ў1���=�]��{:��d� :���-��cB� ��q�����{>�"�.�o>�$�&d����b�3�*���l��W%[O=a��)j7| o�ۼr�DD��ɸ���r*���<H#�SǕz}��_�Ώeٸn� $�>�[�m&�"IR�y �2C8�$���*�e� {m���]i���eջ$��E��%��� � ,���T� �ȕ�AgwN�Z�W 7���G���� ǎ�p���oR*���V;��;����8Q�l�ǻ �}�+ܻ3������=��t�4[])�&�n'���a;� �Ēg ��=�ۯ?��٭OP���{G�I�[ e����`$0I!,Ǿ�g��<`g��f��^3�����u��� $��ϓ��m�-`6ڑ{�.?/l�� �F��*q�}��=�y��?��]��k�V�MO��a ����Q��-�o���V��%�.�����Zd�7�v��}(���x������8�w_ d�HK�=N+���2�__S���)g��-F��ˤ���ɓ�H� rI$�� ��*��ϕ�h�Z���,�Q�$f��v�GJ�-ps� �>���;Y"E��OFF���Jcs�>���aϝYڥ�2O�G�d�t��� ;@�}j� /�j.�`d�����J��r�Ա� ��)t;�_�K�l����a8��2��#隷�� �,vU���~���V8��%>��O1e�zZ�B��K&�w��G���֛mg�F*��/4w�FQ!u��\�Di�GGD�?����]�)4���v�F�����}1Vm�+I`�$�s���;�!�QI�|�v>�WQl"�g��4�ͼN\5���ru�Q�e�~�^{�_���)��x�SQ��/�B=sݒ~�V�(��:���zۖw��>�����7'U��k��I%%U�8�g� �rD�}Ei�Ul:d�E^��?��I4h-�-���p �j��P�?աW�:ښ�k<���qU���� ��+R��O ���W99�u��ʬ�=�B�*����w����&KQ��Q���T岰v�J1�R*�ױ_��r��9��K� ē�j�����ż�|�k��,A�*��F�8�������z�s�j������8� Q�s�ϟ���uK�9�W��K��o�A��i��j ��:������� ���<�@+.��H#q\Sa����N ק��Fq)R~�7�vg�3�o�����ͬ��y�h2��P��5a;4]ww�һ9o{9։�2~�X�zI;bvor1�Q���ё�����{,O�Ǟx�0vb�����[(��n� ��qHtXgo���U>-�R��Wr���v��jv�}NiV-;b��=@��� `�%�џ�SǢi��{��<�Ҫ�,��z���ѝ�ɖ���P4� ���|���J�W��ǗZzYi`�3T��ͦ�)t�j��WJ�����Mt��af_���a��ƫϘ򪍫��3C�,�N2*71V�����#����(<�|�U�A��i2 �^��ź����e��E�:⴫Z0�WE�ɶ�v/YB �����j�v"e�BN:��v)��6>���i�jm!�?���"�L^k��ײ�J�ɥ��[�U��֔�v��sZ�jL2�Gڨ��)c� r~��X�����ZCi,�����E�mS�]=N}�s����P{�� �{l#)�4�J��a�Z� <pV�j�^Eh�? ��ٮ�l�Un/8#�PM>�}��X����oq�׮*��ڒ\��sNy؂N3��6�l�V��r-��'IE �)�a4����ŀ���E���3{�%�����w��K�ɍ�xD��F���t~���ҡ��� (木d�A*i�����'w�����$})ʻF'�A;�͍FƩ� s�M�7 ��(,��QE܇��ri����Q��� �}(RFE1\g�ҤLJ�'c�$����g4ler-9X�Lܧ��ij��Hbi�҅$dRR� `c����S��0sN�Fe�U�T� �(i�S�ʚ&9��i���KnE��T��`��1�rOڦH�ަ��A�T���u"|�����T��� �T��҉W�}*�6����U�⮨��=)r��8��j�("�Ud�T܋6�+�i����U���ڑ�ڻ�Z7"�VELJ�F���jwP��Ϋ�9 @� �Z=�gB����W�婮�֪��|'��KM�Cp)j H9�����tP�NH���LO�����҅,p(P ��9��?J���L�Hb�te^�ޭ� 0ɧ� H����r��f{;y�=;�Z�g�� {I�� ��ZG���E7m%]� �EcZv!-t�����kػ-�j7���e�Z��ު҅�-�6��&�0�=K-���k��Zk�ξ�s���.�58%��8|�O�n?��ڤ�;7=��}ez�ͯ��b����̐�i�h�%�o�' ׽�w��썞��v_IXtMb�^�bꮬ�������7��lk�{E,d+�NO�9�ֻ�$rz�V����bG?G�{E���Z�S�m? ;1}ڍK�=��>�k�ַm5�AmR8���ܔ�{��dnb95��������wf{W���E��Ž�r�,�:Kx �7dF���[�q_E�7)��+��U֦��V�úDT\1���'��;]v˲=��}�eV�b�J���ӠV��O�(![�6�$��j�Iʊ�/�m��^��s[iݩҬ>�4�任��dI�x��� N��]Üf�� �5(��[Н���9��)D���9 �z�S�OC�%�������tN�M��~�>J�;'��k�տ t�cE���2#ٹ"��=~�T�5�}���c���I6m�j�j{����ў���?�{3p��|[� �Uv���9�l_�.����l.c��c��ek~�|9�c�C��8�mc����[L�9IS��L1K��I�c���•WՍO9R?<��5��������f��{�����H`��$TH�GbU<;���r1Un;O���vYJťA�M�-����]H���+ąv�<�w�5���1Ӧ�޳,���D}B� [�m��*uY��.q�^�o� �^\دf{ikeu�\]�j/'�-��"��6��e�|�+�<�l5��a�s/�MM���|�|� I<�>c��K9�-����L%;�V/��򮗵������M��R����n�麸���TF�+���E�w6���U���.糝��5{�����R�ޡw5�oy$l�*��헼-g$�f�7���p�>��Yae��BU�� �ąߺ�S�ո�WA�jV:�ho5�+AE��[D1l��b�8�gb���YZu������|l�F�9�q%Ĩ9�q�`��6�I���+y$�xGÅ��tv;��P�Nͅq�>u̹����ǜ�Z�x��M�I��J�O�Ʒq�Mڨ4���moN�-�G��`q �i6��c ��ҷ4]�PԆ�as^2�a��gtM�8�dv �T|�b��z�R\�uq�w�|�Iv�FN�tf8�Ԟ�K�+�m4��l��#DU$2 s�����O`{]u%�:^�ڬ��jIoc4RH�J�#�nRX�;yeI�����Z�br�&�B���*� x=Pk��M�M8Mb-6z&���b�V2 �^�x�C�*��G��A��Bk�£�; ��'͖��ݻژ��T�HF�ʛA\�����ʹ���:GJ�n����f4��?�^~�)�`"h[!�d�e���r+%�=���ߊ)��(B*\��=��C���h#G�X�bX� ����g��5�� G�k� 5Y汒U :���|̣ >���ɹC�[��*����Ze���Z�ު[�ŸTd�ː�W�~4�,�V����=���wѰRa� (O\nE�`y�sӜ�W��/��wm��&`�0V��V�95���O�㇁���-m{=�?�����������U�垝�-���[�� �@����<pk����G6"�IH�+���]��p@!�'����� k[��M�5�B��g�fHϑ̌c'5��ⴏ#�%�==O�xub��#���m�L�kO�o���<�Q� ���ֹ�B�9d-*3��3;���3ϷJ�;������������5�o��X�Gl2��A�gfw�8�������j���� b�m��X!��n�e��-�yc;��B걩,C�5����a�Z�_�>w?�uh� ���}*�M7R�t�i,��YO-��ki#��J�_ީ$�R�ʪ~~����������7jc�KK�R8�� X�� /g(�� ��M;��C�nx��Ζbo�dc<���}�q�[$�_o����=���/�Mc<<�Ϝt�� �� we�-ni�QZ[�!�9��F^P���2k��;��ُ���I�њ7����d�R�#x��=�뫌a��W����"�W�����\ɛ�މ�T�u#��F��n��5m& �c,�[��H��wnB $t>F�c���;����j�����/o��K�u�e6�.7��w�K�e2�+郥��Tf��� 9��Q���o���O��6_Zn'�dl��}6���-dv��I����N���Y��\wh��1�?(���&�٦"Vc�}��<��=k��H'x��O����^k �Jo3f��F��$p��0Q�:Nҁe�m��vr�dRK��5xjr�q�2YG.l��'������l@;W?�B�{N���.�L���<ہ��h��@�ø� o���g�Kb�[p ���8��� <�Zo�����3A��q�����(1�9�vg� #5�y�Ukq���¤xG5��rE27� ��'fz�;�kU�*2S K���y��M���ϝ(���Uͫ��H�(\Ey���������'�olXn�����}�#�:��Tn录<ā;s��\�su:�p����s�W�K,�h4��O��w�T�z�oz��[�j�n"��u( 4Oh��r�8�z�S���'���$����o�R�^� ��dpֻIlNJ c���wI��;��I�id���f����H����M� $�?���* &�K{<�+pH�GW������g>�r��.uFg=s�S���Wl��~kBa��#��Cy�Ui4ۛ���p~����\� ]�)\]�ְF^� d��X}j���NC®r8�5g��I��݂$��Zqд���E���][�)�f�0#ߊ�^�* [øձ�h����=3�uX��H��! ��Mޅ�2Xh�:Ʋ�Kg���LDק� YX�+|]YĹX�����xvT�����?�I�y�T��+����V�k����~����G��Њ�K�2;"��^ΘO� �sZPh�p�����j��eQ�0�ɨ�l���>�\̼�����v�@��4׹�,����Nfo,����e*`e�Ж �y7>#�'���8����_�>�IJ"qM�k=ׇ�Q�O�e @R5����S�K��;�f�� �Jx�J/ y�+㕁�)F��o��Ȋ��MU�f΍G�Ӧmߴn y�J_�kV�"�rp1����𪒺{努�����ҟJl��2�k��t:����=�c�ҫ5�,�` n��#o�W�R���������d�jo9��5�#�Iz�����u�e+����Ud��"w�ӣ[L����潋q� �\��K�s����q�Udh��wJ|b�&I'��.�fĐ���R�W�)��+8�#�0� 2��SO����xE��&ݔS�*�ڝ��؃\R�`��Ҙ�nB�>�}���ziϓ�޾���q֩*\��C��4�.�=ğ��ϡ��{.�S�4�Z�!�"���4��^ A�g�P]��X��h.�⫈��[\���I���r��y`�ɻ���R� ۳�A��r����)ry�?/�q�e|W�sp��j�-�>(��:�~!F;���U���(���(���ʷLq�0�h�)����U��Up2:��M�?�ޞ�08��VI�e���ŏ��3�[}���� j��]���������:��c�:;�:���c�j�}Z����G���#�#�Y�v�2nm��Q�0��6����Ώ��e��Sq�`Rw��>��u;B?��/�T��?h��������T��U�`�k�i�����v�e��`F����B�T��:x�m/���ۨ�Ȫ����}�c+N>� I}� �kpum3��0�ڠk:J�kJ��0�ڣ�"��_sae`rH�Ӎ�+�ޑ���G��a��G��pݡс�:�?��u��,��ԹR���%�3R��$氇h49=���Ԡ��O^�vx�����Ԡ��K�R���-�{�}��:8� yn>�2H�|�u�G�~��v���;�yR��vQ<'�>����*原�lut�w����C>!Ve�z>��Exn��yW���کm{��vt{~Ճ��/�c�/�1k)k���H��䚚)��\��q�q�v��z�B�cJ;{�E��>����c�:S������o��w8�ܿ��+(nH�ԕȧ�a3���g0?�#����J�?A��ِ}�$�����_��a�����d�_��;MJ��oQ��K�J�#��!vh}5?�J??���'g��J�j?q��u��7�d�_��� rjE�00O�\g�� �����=�A����-~��Z�t���F�?�����t�����;�uf���W�����~;y�ds���58�d�0�?�.8���RޟP����o�J�v������YA�E;�OZ���5~�����K/�����?�c ����/���|>��[�0�i�VG��v���U�t��s��>O�?�-���D��g��u]�� g�9��&��F�F#���Ǘl�G]2����7�� �Ͻs-���r��v?�K�b���_ï��X�/��� ����}+���Έ)^H�F@?j�����q��Y�QM�b���݃+���h���t�]ύ��W}?���PNJ��zy�0�������_�i���J?���������b�*m��b7����u�&<-VQ#��uq���� �����'������"ٲ�#�ԥʛ���Nk���;P2p)ꋏZ����`�����m���_�/v �Z���M�����j��������v��Jd����~�����ruُ�N�������z���?�?�����._b�u{M}ΚxW$qT��9��='��`$��.������Q��g��{z��i��+eZk������GD"S���4�W-��.Ƒ��Q������c�N�{6�ګ{��.���f>��s���V#� ����������X7��V�K��M_����U7>\J�r��Qjx�E9���;�{��MW����S��ͯ�U����VySn?(x�}D���e�;W��{��j�_����������� ;��^m�DjH�d�_5~~����ѡ�&�q�E��)�CF�]!hbn�|=�ȡIS&�.��b�)�h���U ��-�G��L;5(kMU��t��*eV�Bڡ����_���yX����n�{�v�����ܺ|�jq�&�R�P��%��y��,hF�7#5�Z�i��&�C�D'W��C��.����&z�F�)�5���=� �i�9��s���?{2˟�ԗ٢P�b�jg�%�n�Ӽ0p�8g�o�9vs�=����`�;�m3W���ӣԵ8fy��M�U�*�+�#K3!v@ ���=���/u������Oԅ��Z��g��]�iܪ��gV����k�+ľ��_A<�Z�$n�*��rTAf�X� �X����h�v�a����_&s,fM�i"E ���`���T�q�r��ʹ�ZO�.�=�Ѵ]�z���Y��v�{��K+kP��Rt��O}ʿ�d(P �`�Oث���0��Z΍��Z_i��j�v�Χ�j��Ruf�X2�r6�H�5��\���(ю�ǩI&��5�j/.f�B�`y$�*�U��#�;EA��G�_���=��4�m� �2�[d�B�`اjĤ��x�>f��ko /�m��Ķ� ,�f`v˶=�����V����)�K17g��5���,���޴{_�s�ag}�#*��duO�H�b�V쮟��eo��\Ѱ�Q4��$m�؄��7�$�{Y��I��t]2K=.��-mm�"V(��r��9<���w�c.1���zW;Q���c�W��V�~�w�<i����>�]:�>�{%�̑���/�U��kӻ#��L��m�~l�膅�9��:�h�>�G}�jr n�Y� ����|#��4�����S,���&�a,��0]����<�&?3\k+qf۽V6��I�e�<���ٍqAC��w)�#ν@�J�1��E��^A�p��Tz��f�f��Neh�|r����cۯ�+���LKEV�m��pl�O:գ�Y�m.�꿆�3�g=3�.�v�==Z�7Ϸ�q���C�^+��tM����7$X��z�_�h�v�&�]�r����6��v��}ڗ�iv�绌ow~��y�v:��x�ҩ���T�\��@��C�j����v�PD �H��=+��ޏc�O��vKR�hmuY�������M��(%k�l t_��Dz�Msh�⺹�e�W�~��.�ۍ:[���f�dd�w@� ���������l���S�ʷV���M&��pr����il�,��Ínӳ�Ӵۀ�=��T��.�I�eF�K�9����۟��g�!�{G���[]�k��/���j�~S2H8��#�iC�lQ��0N �v�M�c���Yw}���Ky�I �������9<� u(�� ;E�?UZ{#�ߞ��'ɝ��R��d���vIK +L��{+Wam��6��)ސ�K<�"��X\ 6�CW9.��v�};�:������ɫ�Om%��,�Q���r �V��2]�E' �����v'�����kM�3p�y���"&u $���3(���Sv�H�VC�Y�Vw��'�w8��l�Q5��[��V<�m�S�?h�_ڗ�/.�4:.�n���#K����P3�&��뽔��ٞ��ˋ��G��D��u�x'f�dۣEcz ��N��浛�[��\�m�X��#je��kLK������F��w#�*(fa�O��<�L���o?�=n �8�Rb����K�y�I�y�kb�(���VK�C���h[�q���ZJ:��X.�0���u�C,�������w8q�ɥ�M<"6$o�����Mny�B�L���4.!@ �1ҳ'��i�_��T�>x sY�-���50m1�}=�d��j������\� �N���&�����&u!�� '+�ʙ���Ө;p�i�}*��^���D�$�P�����J��VA��nL���-�r����JL���5w���<����f ���S�e4�/�o��)[�{�=ZS HݛP����<��st��q��a���ޝ*?�A��O�C�U�xj�9�0��4�uy񁏽sͨǎ��}G��'��GO,�m�7�ծ6��>\�����r�m�f�6���Q6�A����7������~��G ��L�[��dl}+u9J�%����n�3�L�->�('݆��R ���b�{�O'��I5�8,H��Y@܏ҟ�2��3��ֿ$qL���`��lt?cM7�Hw1�U�O����e������4� XW3����L���.��E-Lh�Yl���c����~1P�������5���}��F��E��5��ø�󶉽� �V�/��NV$��P��+rp ���K�����)�ȥ����}D����-ʓl?��_���*sHX`�AB�#'4�ŦJ�b�����T�1ͼ���*wJ3�)��b/���_��yC������PFI�G�dI������T���M?��M����!��9�aA�a�v�aM��r*R�hŮNj��1��c��� ~U�)�C �J�rar|�O[��Cd6[Ҥھ�v�9,��el䏡��t�����OXنEWk'k,-������O���N>�IRBpq��H>� 4^�e�ڷ~w7�H���7�r��d� �sb�3��n=��4�S����I��je���⑘��k!^d�1Va�w��㎇��m`�U���O���f�z���@`L���vn�8�N?Z�^���9�7+��Պ�� <Ž�t��o�����.���Z���0���CIqk�U����y%�"MK�!^�u�5��98��S+��J�v��k����sg� �5F ��?3Y� 83����sݼ�����|�j���ct�Ѫ54a�����҅x{@��5��۔�GF �g�V� r�\%ѢmtX�����X�z��j�d/�*2�ET0�]���Q7?� I�do�]O��c�>UYt:;�����@Ν�c;� ��G�<��M��jd��x8��8'�O�(�84��K�ھ��R�����)߳�ۅ@��z��4b�v\Mzeb�z�=~V �������eG | �*� ��`v�{b���J�vY�Y��K }j�Z���0�֩��%�UV�J� v���Ԋ�(�. �r� ������ z��_޿�G�F�;s�9�$g*�qҨm�� �� ��Z�}͑�ֳ�@��� �l�%����e��2ʯ�Ϊ@Q�1��Ҳ�d(�1W�� �i�7ɪ7$�6-nH#�j��1��4,07c�y�C�ǝb� ��M�3V�k����׶��Ӝ�+"<��с�#�J�mq���� �[��F�����m�]G�g$�zW7@ܟ-Y���X�\=M\�Ō�$^;�P�b���"e8*7�e��+�W�:�0�r3��'9�Z��)c�$�F�����e�W�Ϯ��S��� �Y��5<�����<~ϓ����fQ�3��)�����_F�'g�[m�Q��6�����r~�������-c'�c��+s��)~�+넽��39%�I=O=j��n5�}6?9t��\j�`Y�i�ZĽ�VbE��U�Y dn�2H�K;�5m>���4р]L \����=�(�����p). �H�Vt�Pֻi��RDw.� \�ڳdn-�'J�~�'�T$�G',*� :|�T�[˅8�T�NQ�����\&@?z�q�1ݳ{���SR�,m-�{}�ˬ]}�o�,m����BT� ����U�����J�5юƱ�B[�Q��n����B���|:�ҏMՙ?�nܥv�*�K�$�})��䲍6�5ݹ^��!�YJ���6�����S�g�����!��~�V�o#�i x"�c�_c ���7�Z�6r;_����UI�~����G?�)��h���s��U�=C� /O�5�4C�'��}��/��ˮv�#�^�� c*x���M�,�q�Tť���}�6j�K�?������<�j��ji�`�?�6���^��W/"�!�4��H��Q��ˬ�s PVa����*�����.���W�=��]�v�[�~4�?���8���kDg�i�M��FPM���U ��p��ﺏ���W�K� �������ԑ��V��k�֡~�v�w����j鉮_��?9�s�B��dl��L���~U�/R�?��Ω�]�8�F�?ٹ`j��Ǵa�'k��>�خd�c&F>\��΀�\���|%?���iz������:);gڇ\��Y���j�i��톶��W8�d��T2�F���M���~U�3�꺈�y��s�~���o�����%���ks��������5�{~f�w��#�վ��_c �SS%�k���tv۶$l�����]��ô�?}�]h�_� �=<Ѓ���}j�I �r|���tt�򯱅���/ ���蛵ݦ# �=i=��S���y��Y�j�q�I����IJ��П0��Fz���K����������~��Kjl���+ �Z�Sx��n>�noZ�����~�/V�՗������'h��O��Z�~�k�]�Ժ� Y{|��2Dr�1�O�S��� ��k1�l����G�}�'���)�?�]����)�,�猚���pX�𕮡��� g�Y}��4ο���G�����[����Ij�(��Q�M� 8���_�_a_�������j�h5�0;C���Z�n�k ��A�g��7c�X� Ԛ������!���_�?�h7hu�0;A���^��{X����Iz���4ڏ���ا��v��������~z����Z�}sWs��j���Te y�KO^*��Z�������oj����G�7)Ghu��׵����=��4�NW�����!�5QYVK��h��v�����)�?�-x�u�K?�%�=@'�8�Q^*��#���/�����u�9�Կ�-J����#���%�?�9n�xO+U�W���O�������x���=�Կ�-I����n�j[�KU �ޏ_�����������h���8�ծ���L���g���_���TS�I�2��50r��ҟ]�kW����ު[d��Q�Oo�:t>3Q����n�C��_�������N�w��z�Q��t���ǩ��W��z�k$��g�έ�]7��kj���B����E:��e���o�ܟ�ƨ9]^���Q�j������J�EYS)�/_�ܰuMD ����e7����X]�U�����I�����O����ܹ�Z���.�ߣ����X��T��届6��q�0|������ܳ�KQ=o��G�������U�����6������x�nXzo��m���q��0�n'w��\!oQc�,QHā�L��:2m�$��*���QE CKE*|�%DE;y���68� Hj�M�F�2g�RS��P���JpbZ+,`�@94��Q�CXxj)�ĜS��ڲ�(�+�8�To<��S z|�8�֥Q��!���~iTd❰z�db�lB,n�*��7 �4.�0Ȯ=?�O]�����L%E!��x5"��9#֓|_����v ��X�[��v?U�9S�iU�إ�d�]qL��l�>\�#��\H�äh�0�{�?�L���*�U,���概�N�r��1�m�43 ��H$a����c[}��ly�jA�1�{��&B���t��V��$����ɗ����*�VH1�vʒ"Mf�7F?�F��Irl�Mm"���E�"#��1�+n<ӣ���N���� �n|�DXʶ�<�5䮬����4U�bx�H� �F��5�ȶ눃��ݑ�99a��ܰnU��2�[ۧw �I����V��?ƥ�N����H؅h�R���m�-n�i�[��1�k�2vI$Ps�eHd�z`T���%��),H�F �������+#�utrd�Ms��,`o ˰��9�"�сe�����V_�Tg$u�=lK�ݳK�\\Al[��&v�"�����˩kIx�&�� Լ-od��c!�@V0A۹��R�c��4}L���H#yZC�-!�%Hԏ"�A�]���Cм�T�9��h�R[�&���r�K4��=Up�u8�8�m��@V >$�{ �#L��bp�ʗ�f�W�2#��$y����#a�jj�,jM��|d��b�YV7��g2[w�v��+ ����Rʼn��I�WȒ6u]ï��N*�m�-4�1ݹ$�'p��c�9�!��$��2� =3��h�혳����Kkx���`$7劙�Dp]BP�cp���gO\�z����k\v��ە�H��n�L2p:Uն�%w�I��9V�d|�u��'�rg��m�&A�%ě���FqRZ�6�(�{1�.e }�a��V�> '�ح�0�}b���a�E]Ɣ�i�?mXx7����&�f����ܤ?���4ǫ"���1v�< �*Iq�r@&�.Kﻖ&A����T�Eo1 �ɓ�Y��� �O%�Uv��iXaNr�v��cn�Fp|���$��"���e��>�-[��" ���2����˲��ٷ� ��2sW��N�Ct�!��=:�%����K�$��ZGd`��h\)��Z@Z��1*��q!��pf�7b���D�M�o޴!�r x���X0�+([/��,��У��VfS��⦆�E�̇�R�F=����>��h��� YQ2�9@z��4;reP'α��R���s�g'�QP��X�� �J�ľ^^t�&�6B2\�_o�e���\���v�b���*�_ֵ$�)�p� ��$V�Vl�� -0Xă���:���=��d�"�FL�|��16?�TOa��œ�j w�DpA"�(-�S$L37p)(C!�j��gt��3[�������Np��r+c����z��T�0��'�$lg g���0�*��)�q���S!��Z!1�jI�8�ʥ< �ĦѪ<����lr~�s���{�$�îx���L1Z��d��� .J�6�?Zc��H��V�B�`F韘 l�n$�Cm1{�ܭ1��9bCY��9��C��#P�E�En�i h ��FZ6_sI�+��?�T�Xe^�h����O����*�Z�E1�΅�`��8�� ���� 8�N��ab*}M33z/ک.��#��#�):T�����0���L�*�5�&�F7ژAV��_�*2�C�1>��%v":c)'"�eg�m$6"*)̡FsM�6 ��(T{�ڍ��U�����y��y�@��L���*��|�ښ��Mi# �M�3�� `G�(�C�r�(����T(��� KEY�-�!Q��F��HNNM(�*D�i�2pj@�-Q@Q@Ф=)i -(RG(���������p��̀�F�R��q�wv=M*O,��EUK��R�$dR�@<$�ސ9^8�FI%�f��z�`��2pjEŒc?Z@T� Zh���%�6x�~�S�63Ah�0�ʚ)�"��4���b6�yd�nqŠ�\[HvAyl�z��T��;Y�rU����q6g?�ߥ0;����o@�� 2��O��|M���~�?�r��mۆ�S��8��8��ec�\�;�vn�[��Q�?P*�� ' �]y�m ˆ��I-��Qo`�[쯙��=��I�1� ��pp� �d�C��8l��R�Rp��j?�4&#�G4�m/�+�Y��Ψ���j �X#c�4����w}�h�-"�$��D�}�5�r]����ߠ��$a�k�"�9�Q����M"c�L�x<�B���W�3U���@a���H���)�󧈮�Y���&P�FnD$�����@����k�C�"> -����Lk��O2�'�峹�q1���(���ʓ�5Mv��]�P����(ʹӣ�ۼ7:u��c* �B��r��@��%�����9@7.Sk���ᑤ�����DY�nTjPwQ��V]��7[�n���9��ԟ�_'{�ܮv����y�pFh.����~��[���<1� ���Ɍm�=:U�Ii�}E��a��=�����@E�[0��L ϓ�^H�U�eu�8���.6�c��\��Z0G�U��������]�n�P���1�}�A,ۖ �4� E/țGLy�%��ۇ���`T�s{2*O�� �,��#��x��C;��O�0ߑ��Ѣ�F�6�|�1�Lto��� �H���� �l�i���yy�%-���� ��<�x�zg��o��C�C�k�m"�r��P�?#�g���� �fV"4c�`j uܚ-��hsC#���^��Q���^;{��؎X�[�&�wٸ V'�U�7N��e��˵:t��d~��6�?١R�06~_A�������ˏ�5'�������ft����qomWֲς�X�޸$���� jj���}�B��$R�m}��ѓ��ۼfFrX��J�����"ǵ�խ��x��/J���&F�s��}Nj�w��t� ��Z��l� Zw����H�H����x�I���g�}�'��J����(�y N���+�ed�r���x;M#��m$Ww�_��L�:��z菀;��`�'��,�����Z�vww�s�~]S��Ћ�PчYr�s���Yj=��A�guwk�R9�n��H]Z9J�oaדKp��� L&���"��2$/'jE�Ṿ�decɄ�F�i�Em3���yom�]��Y�����1�x>���ެg�7�Hb{q�G�����f6�9�Ć���x�NLV m��Yc�}*�Y���]�P��a���;x_�I4��R�=L�a����Q陋��aM����Ō�q��5^�񿷱����a=�̽�* ���ʐG�jK}]&�=������)J`�l�H8==���ɢ3��ԇO�Y+��+7��-ݰ�c���MLo)X5Kkh��2aQ �?�Cr1φ�9,;*9�증c!�F�G�9�eٴ!�k�=$��) ��(�wx@=+!`�s�N)R^�#f_%�aqrO�}�:<)ܧ{���݆~2��0��l�[�G�Y��H��`z�UZk�"Ia�B�"p���-��.O)#|瞠b��UE�mfL�T{n���̅|��P�8e����1�K-K�#JŴ� ��=s�Wͼ��܋���1O±�m��͖-UW|��r�����q� c*G֬#M�3跖�m#���o@_���ZKi�ѷ�M�I�$��Z��G ���I�QϷ���Kn���*X�{��gf�$ ��O,�,%��H�����S ��Zq� \�oQ���Jҷ֢g��� .^P��G�i�ֶ����Q�����O�EsR���&�H$��X��o��,�8���kJIm��N����,�o��!��嵿�o�y�?�s�^j`�c����OE�@9��}��Ռ�l�I���DV�V{��>3 �%?�y^pi��:x�����ή�9Y_�z,*��K�7�*�B�&�\�NPdv�6�?�S�|⹤H� d��[��h% %��on��&�06�՘��d��.�$�B����_�]��@9CX�_(�4�:>;�#�:U�F �����A¯xs�ة���q"�0y{�-��*#`6N�Fq��Xwho��x��؀�˹���Eb@9���R]C�-��4~�Km�gЮn#�GRB�£�g�sm��Y�<���}[e�"�m���k,P!xl�&EE��I�4����������'k!�qGq��:�:j��Cr����} |J.��##?��� T����ָk+O��z��ȇ�{�/+�S�Z�* I���}��+q�c��HP��8�d�N����z��=���2{mn�Pİ ��d��k������ۻ;�;{��g�G&q�l��Q��98���^%���}F�=�}S��]/�eQ�v�Gx�Yę'�H�K����E�m�6]��rrI��&I--ݭc�-����xcI?v���S��OYm�!5�ƹ� $���[�ʒH�~��rYG�{c�I���ܶ�ZD[ ���|����İH[��N�;8�?�o#��Ү����O��r?~�*�������n���X���ˀ}NG��B�%���%��V�l!K,�<�O@���MFX�RS���_I!�#uF�(�=Pa��R��f���K��d�NY��u:s�P�����z|sg\�x�g�m�_ps�k��6&�J+�'�yR�n|q�wd��oǸ�D�G�}7��Ŵ�Y����V9c������f����v�+��i���;���nG�K0=��U��y'�}K����I�i6���1��O��p��.�d�{ɓE�N��{��|����f��i$ moqo4jds0 �Id�f�G�c���Q�E�fg������0�G��Y�u�#,O$21ܲ���2� �##��Bi���i��X� 2���{�9&���{� G�;�ImYcVe�ɦ�зU+moitQ/�*����"E��%��؁���V�"÷�e �������NKH�������A(� $� t\�����Kiail�3��z6�]���ʟ�e�T�&�4ב�+)b����i��'ʳ��u(V�ղ&Б��j`�J��̀s�j�Y�sMf=��f��6h�2� \_�Ѽ��e���@�d��&g��⣿u ��0���ٖ<~Y��������SŠY�l�8#$*��ϙ'�U9g�#�W� �j�KG`�) w����qa]!��k� JDF0���5A���Ը�C�?�"ӡV(.�m"�3�!,��j# \�mo{o<�� i�����r@H�G_!�5�q����."�ΘQ'e��=%�%��3A�1���������O��N#F��ٵ�h#���GnY�����U��%��.M9���^E=�:�vz�#8�>�}�q��U~�M�y���եuVIa�KH�WXe��F̝ŀ�i�q�1�g2X�WA���6�3OnW��BJ�7�6V�c"�-w�1�b��v~�hn>�>7MsL��$��Y�e���(6c������vW��0i���5��c aÖU�UT��j/.��)��i��'��� 8lx�hN�����m2~',1.�qqox�!i��`�$�!v���s��L���j�Z�ռ�*��C K$�&@ ��HWf褎� LW<4&�9d3����t�{�AK '�\M*F�! ��QC) I��ң���o��7�2$�o,���\ʹ���c�NI9�t�bi`���u{�f��Kc��)D��ڠ �@ǕC�1Z� ~�hċ��W�.[ �����d��͡��Pc.�cҪ&�`�!�Я��t&�ǀv����$��g������%Ct]6��9i}����ْV�˲�]w��ǩ�:�_��)d*�`�S���4L{��=z���ݐ�}v�>��$��.#[1N�t�$њ]�unʪ�WpRzs�<�@���)yn>2�.���4�&����Fy �q�w�U�d��#��D��In��>= �,Յ6� \Z��mjӗ*Q��l�OU�&�!h���P�q�EU#��O�w�{�B���Z�ب=FZEAGq�8�7w�c �R�@�� �V�|'����IPY R����õ�*��P6xZ� ��1���9K:�?%9f��yb��ܓ2㐫�?Zf��{�,��s���C������1�{��W��T}؁@��#$0�G�i���.�=�!�����@B�Wb68�[i�2?x��SvvO_*@���[��pf��qL�����n1!�ho[M`YwJ��>nzf�4Oɚ$O�%�� N��.��x�23��Ko,��Fo��v�)s'�.�tL �g�Q�9B�q����C�;������@ L~��eA�I�A���r���#z-\��\`�;��is�h܍����VK+���kɦ1�S�9��_v�?Jn��uou�?QT�ő��� !F J��5PNNi�GE=��eR�R|D� ��� `H��� �Դ�C�U���*7��~�= ���L�w`{��?zQ%�� �7�G�<4���2tx���W�RDDz=� ��a��Z;Ȣ��$\A�~�]���m����FL�l,�����S.(fn0�Ҭr��d+�!x�/}"d�� �ױ�=�4߇|�T*N�q������LD�I9T�J�L��ֆ/����$l����N�%��x��0}FF3Jb�&*��R1���-�C����zh�L�;�$�8��!s�/wt��L|�����d�kr�p��� lC2��g��0?*T�����&."����?+1���)�ߖ�r|+��?0?Zb%[�� Lд'������h� ���'@�7J���M�pe�{��N垔(e�� �Ïq�4�:�)�C`�C�l��;�;HwR��E@&�=��l��iA�ʟ ��g[L�= ���P�`���Hȧ��>�خ`���7�T���I��@2J����b�5 f;��<��Mn��?�_*����X��Z�q+�p:�b�a�� ��2��.���b����g܄E��'��8�� �0��1����*��-�N�kX=b�Ÿȱ�)$| xG&[r��ԟ Z$��L������UkDP�ք��w�����F��8'������>T·a1gufKxs/x�~X��R*+� ���2�#$����U*�p�T��s� �$co��"�-�Z�$�����)��a*���3�ސ�į��<��@�?}oY-�TǍ�0��g�n5f�ꯃ�ԆNIb�}�U6�G����[�����DW��N8�5 Ӟ�`��}���G��_>J��J��]ܺw�=�͸�啽� �cM{K�����c���X��Sӯ\��ʱ���Iݣ�fxWaO9G?z"��f���¬IL���x����J�{E�ID��_�_r�M^9 c$r�~T"fcm�+x\��tp=�?^����UH \�1p�|�d��V8� ��\���o�km�RP�EԢ�¬�ez'�7�wŏ�$�_|U������k�h���6�2 n����n;G�� ���������M�z�s�g���Ǖ$z������5�VK�q ) a�3����� F2>.>�-[jWpJ����v�܂$��V�#,e� ����?�jy�-jHKM>�qj�DM&�i*9{����1�a��kۛTd.Ľ��t��C�#�>���E�4��rjz|�Ld�XC�M���b '.>�F��*+�DI�C*�vz?g.$�H��+sn��;�����*�&�钍?��7v��zb�T"M�F�"1��U5)l�Au{��-� 7��t#������о���NԴ wH`�$]ZkY�e8��R�V�\��l]�q�0�2=�gd���P|F��Hds�j����(���Ȇ�N��4r*��or邤�x�.Ԟ #�K�9��4W����{ok$B? Gx�=r*ֶѻkw�$Zd�^Z@��j� �%�Kq�T�����]������+���G!aRD���Re�jc��jy� [��e<2m����"bcu-�3�8q����j���îY���ҵܚ$K9� �|;�I��$-kcq+O�vwO2�3��z}��eREu���Aɥ��M���RX5_N�-mb��[R�X��IX݉�S�o�Պ�k��knĔ������t�XK_��m�/ÍNVgXV�i#�c��+�%<�:U%�J� ����ͭiE�:�����2dH�+n��qj��]��wu�ꌩ:��*�џ�qUm���y�tu�Eڢ=Q>F�A�'�AxV#��"ۿ�edbC����������Rf����������"���QT�m�#�v��X�������vqg1hp�"F'�}��K�7è�����j�6A+����5 ��;_�VwHp�KpˁԸ��q�Y�٢iD*PG�~�i-R��~�)VOv,��ᅥk�b���&RB��7O��V�j/�o�+7g���,7?Ƣ>��F%��U��[[�4jב[����# Cy�g���Z�OH��}vx��{���,<���lz>��$I�M*��xlY̭�����SM&�#�Rd?ĺ�`�K�V������{q��?�6���櫴ݖ���H�`,�u.�bW���~���U02�=�*��$��/�sϥVx`[�4��ua�U��J��i�W�%j(m����dhP~�Z�s���������Gr{�N�q�r�)�� �kT &]��#��h�ꩽ��v�Ny��pf�c��V ��ѣ�-�c}$��mQ�CJ�l�,�m#!� �GJs���,��3`Z.��r:���Q�&YT��ʚ�Khu9ᐰa�Z��ç�����v�~��%ƫ�����>�x���, ���[F����F�X������mcX�k�x�ں��;��_ ��V��Ie���R��ܛ=bXʢ��8��b�8��Q��I@��{���D�K�.''�V�� �$�O���sw�N M�ɨ\N� [!|�=M6]Ąi���h�n�Ik ����ݎ���+L{0�&�U�P� ���Dl|git�R�d �h�g_�_�U-V[�ZY��� �4S�"�AO �ŋ�<�S�Y]�ø칍o��k�6�@T���LJ�:�E����~��LOe�;� g�#oN�ج�����s�M �7v�$)zֶ6��d�E�����Wv�*�7I$w_���y�[0Y�����bN*������r�v��������NaV<<��j�'���b��YY����u\��j����I��F���O/FL������u�U��� v�A��e��vݜ�A�ӭM ��WV�����M0�`��h� ��c�}>����������4gMVN�7,1#$�A �, ٔ���D�U��IJ%�zQK�emq��s���u��F9���vz�l��+ +��G��!}+8 ��� 9���Uf�ܶ�۸5-���i��� |;H��Tx���;��=G��E�6wzd�e$x��V�˹yP����H�;x �� �Aq���ict��!�k��6���b0�OˆQ�V�m>L�]�'Kp���s}6��[�1����%��B��p�W ���^�v�����K)-�F�-�"˹"�Qb�9�Bv�pMe=��04]������ �V����E\,R(lɟ ���.��������������+������`���|������f�t/��ܻ���`[��;I4���QC<���ldy�,�Px�au%� �7�[[I�d���L ���U�> 2�.�B�#�3G��Q ڕ�V�����rI�KjW 4m&]�LF[���\��G�R ��p�c�${�2�{޽�P ��qt���l��QbfǞ6�Z�S);�-G������e~إh'���(���pj7��H��ѐ��m�FPᦿ�Sg��/}�AG,�FVm���$�-�P>�r)Q�߳i�W��I���5�i8�GN}�l�Җh#�Ȟ� �#T;6?҂ 3ZB���9�Np�� <�����O�\��bO�榕�\5�흩(ň��i�Gj���� �����-@�#��*��H�"���6Q�(e� ߟ|�5)�d���z�8�1+�%�)��@ʼ�<���h).ƄX�����naJ$�I;�e���Ҵ6�!I��$��beo��ƘX��m.v�~���y�%�R5� �|������;� �N���K�t-�����)���P�k��H�7��,6�w ��N}y����_#֚�w��^Ixڪ3Q�l�d��y�c@�ܩKW� ęDZ44�o q��pji,�>�7B��3�q��WVf=�+���+�>�f��)�!�S�[� Ȫ?Phv��jK21�6¸a�� � ��:�E�b���*&�xYCL0��T�Ƕ�؈C8?�k�������T�P(��iΣv��<�a{�I� ���@��8��@l@�JK��[��9�������?�+-�F����/?���o�!�s�봟�@���󍇷�!���x��3H��|"������d U�J�?� ��@�1����~�(Ky�8�2�ښY�&���O�$~��'B;�%���M�e?^��5��nc�2�|��4��o��P��3_Y:P&���u��m q���>Ybϸ�X��¹�ݵ�� �.ݬ�c�CR�x�ٷ�� b��X�S� �(T���8�L�p��Jc�W�5��x�v�޶� �P�A����і ��A"c�;��,~�� E�=�c�F�>���9T3FB���[0�O$/�{�z����[�q�ƛ�J\���y�G�J;g]�2��i�8f�}�0*Ff����Y,���d���9~��_��s�Ks�ح��)��q��:b;�'����x#�m�j;d��N)�X@G-�bLw>dc�r�* m ��5(���Ē���>�3K�~ H���R=s��U��"b�"[ܩ8�L�i"����CHG�¿�PD�)�l��?ҬV����n��8��ƭ�[r�j1��-���t��IYN)��@e'�<���#��;m�/�(���N��v!���-���X�+�b�>�.�Q�X;���ay���㷹������3���+�؁�� �����wnm"b:4�r�>�Ƞ��tM���X$_*�➷�M$�����Y��鎆���QTX�{7E���I���c��I�N�d�!O��7z,�$M�&�Kq����7ᝃ3���|� ���e�sP4�r��0ۿ�0�b�����Bzm���O�oE�%[;A���O���,��� s^W�x�I����Y$�����:m� }�b�l��a��1(��ةO�=�NI�/�U�H[�֤�+���:����P�Gٸ�r[J�3-�1S�$���:u��.$w���i5���B1W܉ދ�fD�I�_��$��G�}r����� 9�YX��<�fky�I��,�/������%��eT�RA�8T���umuxeZ��7PN,̨�<�ΣYL�l�� ��@}�^���s����E��ǒ�y����)�Q���Q�bi�J�껇���y쌋��$���)`��dL����(7�Ő��F�Fr[�?�:��US��A#�bx$P��֦0=��@��fb���%<���w����Ӽ*X�������ثpG!��L��n���+��U.^Ւ%��/eRG��k�0��.*g�4�ak��='r���\��gǑ�9�"� ;�㈴�[G��.��|��ǗZ��3u��1d�9���?J������iђ +^����F���5b= +���M܀����ň/�J�O�1Ae9�<�����m�X���m�<�|�p}��˨�v'iG�A��6�qY=KF�q���hw0D��MQ#nD/m$�8� Zy��L7���/s5���+`}h/��ܳ��;w{MNX!Kq�!�e�Ux���c�}ɧv���H������kFw�X��A m�i�'L� �H#�tj�E���N�����t�?(J���P:6E���������6������{��'�t���������ٹ)�톏k?��os���.1���Ǵ��LP�宝�+�g�|Ł����(��}�6���[��WW ��=��hυ ���#����=��\���M>�G��z�i/"i �R��?2���zu�⥾կmc���P���Q�A���*4G�d2�.�L��EXD�UpSP�D��ڜ /p1�$%��l�f�hn���&���� +jQ][�|х��)�,y���o�RQ\�I ����ZS���9�Ub��˦I.�v���h���3Ʊ� �yc1�f��v�/p>L� ��V��ˆ䶇���i4�U���s ���u�>}�x�x�mt�����R��8�>���˻��4(p?��y�vM.J1����+-��3R=c��f��^��kH�LZ[��K�� �7R �ӃV�����zO�f/6M���E�ɑO-!h�N�3����Z�4~�Ay�~,Ei`dg�kN�Z�i1���X�y�d0�u�7n��ͧ�������-��( {w��(uRŎ�� �>\r�ר��E?�μ������OĘ�i�>%5 KY�$�9`�2xT���f�_k6i}�:�l��6�^�=OSI30=�����ʅX��=/W�r�7_�-n��ӭ�k�Y���ήY:c?)�v�N�k+�,"�� ���� @R#|���ަ�F/��WY�Z:�MJ��mů�w�o�\��]MUu#t��q�/����CY1�˨�!��cŌ�4�wUƏ �p�X�1T�9D���g�:iF�i|t�_��%��rڥ�`�Rbh;�R�N@�sjQj?*˯F���[K3*�V*p�Cgҫ��Y�IfI����������j �~$_Y����M;Z��������˺��4�;E$H�Emo�/�{tvb76��S�3�H�5�Y��is8���+MG;�ۍ2�IxI�D��z�����Z����u�ݫ���9��,���O�1�B����]T����ex���Sm[�&���Kk���˝:@dp��}�ޟr��?r�,x?�1��R����m;fee;c���Ի�师�>Kֵ$��[$����6�nl{Sm,����ҌC׌9�3Q�i;C#���vM �/�b$�C� �s���ss�حF|�� Ƽ�B� k-S)2���fŽJ�b ��L���W[]6�j��j�:���>��y���u��A4S�H�z�e�02Nrzq�Y�w�� cn�( /����5sсgۃ�ҳɶ��]s��K>�!�9l6�}5�)>ύ���c�=Ji��l.} bH Ո���{j�"�G�#ǩ[�7s]$�-�7��)��G����@��K(f���[�KV�k��ݶ2��*���g�����;l����v�j�����VBDv����Ք�a�?�Q�sG�4�|���~�\��?�%�&�CV�pt�]jq�sy��[DN���`�(���V���������3�q6�"�P�?ָ�}FxH���*��i��?�h�]���x��j��2��n� OC��Mtt��B8M��Ʃmw�U���V��}6bT���O7:ye�Y�$c�?�y��ڹ�n/n/r�1 ��e����4j}�[��[;H�����E���$��9����q�Z'�H�STi��e&�%H������Oa,�&M.�[�=��~��� ������{k�"�E�͒Ǩ��*{��i�K<�[겴����TF �@���$�O�R�O�6sH�c��e(t��xd��%#���I-��m7��^4Q�[��`?��Iy��F �f�����[��)��e�CtB��3��Rè� 3�e��a�@� M3��*���3@=1&���X}�;XZ[����R�m��O�!I�A��j�֟��Y�k>���D�V�[��H��y<���Aa� �3~֚I��Yi�Z��V�`Ӎ�hlUZ�]���@��ݫ$>:~�ň�?�2<�ԗy4�57��G\�hT8� �l���� 穪:���h Ŝ����ݍ� ���BY�ZR3���n�E�.��>0;�; ��yo`\�=\`y�Kk�v�O�1�7� �ӳ��s�Q/F ���ѓ��a�6�k�ȓHf���l �"�-���а�^IH� @��3T�H7� ;O$+*�$��[�����h�FA�q֭�M�jP�c$���c;��p�t��8���Ct95��j0����o޹Ik+�9�n&F��c�+L�8����Ȓ߳����t��ߋy�#��j�V�'$+^nt�%�8�W��u&k��{-���no5�h�]����[[oP�?�s��h@{[����]�H�K5�e� H;q*�+�`d=����[����LϾ�8�� |;�]� @����ԩr�88����+M���\:�k�Y��13*"�ֻ$��k˗0�甍@�#�X;A V������e�a����E�� ݽ�/#�ۀٖ��=�����F��i�;�ʏu�Ì�F@�����f�oi6������K[�r� ���*t���*}y�x��2����軨���������J�E'{�7X��0�. ���1ڤ�GZ[�bhVK[��k�t '~��M V�0#�U���\n§5��vv8�C ��:���:}����U�&�r��#�J�mٝF��;[m[��K)�"�s�v�E9��U@́� ���bc��go�+K�hZ���v�$�{���=CU �n�l�GJ��@�XkZ �$�Z�mu{H%�)�(��7��g�P�f1M���r6��v�S7g��y�J�g�!u̈��` ���d;)�^#�}����p��Ie���ģ��.-�޼ ��s�վ_���������V^��N9`���\v�RB��q���ڍR����"��&�_z� r�?7,�4C��Zv�ybu,���-a#o>!)}ۺc�0i ��X�H��%G"�E��{��oPKo�E0NT��-(�7�G�9��Mo��#��9���[�i[�G�ݖ��Z��8�^[}*�S^��\7����gs��ץ7R����d���mF|�t�����r�Y����C|�n��Y"O�|n�%���p�冔�q�!��Nh�x6�s��RS��E��$�F�o�w�Kxc��U�@��T2v�P���V�v��*���u�˥�wUeF�N�UP��PʨH��N����V�awe�K^��;� {@�%���Ew(�jI �x�N���#�3���צh�}Z�i�Б���KdyrLu]���j� ;�[i�ֱ:�m\��� �33ImmQ�T�/.�3��L��q@e�����l�;�>i���{��O��x�Ԛ0�1��U�B�ҮMs�Ai=�xd�{��}���*��Qy���<�L��6O��@�7��5�Xx�K��4D��"����J�d�Cd��G%��}�Pɭ,|-�s� r�[���*3�1u�ꉻ�+�J���ݲ�#AM�V^H{B����F�B�<`�}��6)*̱���D��O�@�%�u3�^����F1�@b�=�S�{wTt�cr�/����O�A �l�>c�I놅��yz���a�ž�4����db���V�{�?�#J��m�$A��,[Sݘ�悤�lUY�dV�9H��T�?Ҟ�@�~��'ld�$�>�Kg���Q�����y,�;Tu� -���^n�6����7�ҔCx,I����ǜF�6��cL�Р�����}�O�FmF^;K�|�!d ��g8�T��/�� 9,?�.~٠��Y���UhZ�ybGONid��ҭ���]pTy����n���q;G�4��& f�m�6*��61�(+)&�خw�fe}0iR�KS�od�f��cG,�� b���9�V�S�bWc�[�Ο�EL��*ǒd��}�ABeG8:�ӏC����m��'�ݵ0��C�^9?���H��3�� �2����@���:�����ъ��9>\S#�~R,@����){������EI������/���A �6[S�{����A?j�,c�:�!C���.�����@\�@�� 1��7 16�a�*�}�æ���i� �4���Q������@ "������G���W$���?�U~Il����"̽cP��'x���X��V��nڱ�ly�*��XD���s�N���u� �����)��o�������4F�2� �� ?v���s����m$9]��4�dW�0�Q�m�ƚv��Sւ���0���Cxe�'c\[�׸ �P%���|v��:���<�_��)�C�P=���h(�XƘc��D�0����H��z��JtbIr����ᗍ����J �9�H�����S� v7wy�f]��Hy�Gւ��gw��>�������K�z�~��m��(*G��#ʥ�y N��q@9R+��f5��Ҝ]��Q��o��}��<�Z@c< ��6.��Q(�WPs�����IĽˁњ3�n%�q������(.�d���#��H��9.߭5B1ā����~������% ~�4.�J�-�·�MD�\9 ޘU��5Z4�7�-џ����V���z��G绑@6m �B�����4ܼy~�0��ʏ�U�q _��Y6�q Ic O��i�I!�Í�*���4V.�|�EV���� �!�>V�>Fh,��y]��=�4w���A$�`�ST]�Y�t���|R��B�@?5�nG� ����� �(YzI�i�����x��)����a�iN?�v�Z��@H�y�q� �B{s�I�ܜ���c �QIs* �%��f}�\sB]�?�W9���X ��� X{�h��� ~q������_��TrL��R�r�m�B�6�K�����Ud��ne���&t���c�A��i���Fܞ���k{/��+�%�R��?�Nf�����9RI�>*"�'�V�I�`����?S�) �h_e��+v|Bg�4�%���)r���2Ѷ>�"�q„{9/�&q0��jċ�:�M��ef_`E4�k~ ��1直 ��Z���|C���N�O�9�����R�@<�)� ������<�n&�ڟ|�Ӊ�nd[�Id���d.)�-���L���S!���S�R�XC�($$A���>;X$U֖/]�y���o�Y_w��ga2/ V`u�>U��""��r��n�2\ z[[9�ѿE��[q��4.YI:Sľ��ߏ��qQ� �p���w,���ߊ�m%Q��o����)��v��nb�U�r��G�On�����Y�xP���eN=�D�n�*��ӵ FԘZ�]�@>T�ϕ)��L�t�f�Ă�R�̍"�z�\+�����rsWd�n�(��{T��� q�%�a��B�9�EI��Q\Y��dx�;[�$���?�T�ڂw����V�xG{$r8A�@�q�ޠ��^�m��1,�_�ңlF~�Ik"(�!$lFO�) �K��QL����U�Ǫ�x��1Ԝs�U�[E���гc�if�x�M$w63�#�����b�<�(r{b��Ve�n��B��wju� �+�L@���A��y�%�ht��C���n��vP��~u�4�=@�"�ֽr��t�Hg�ύ<�"�ZN��_�r<�f��h�I�C!^G����66��?��F��1���c�#2��>��c�ϩ�*=��#�,���D���bJm�V���M� ��cG}���g�djū*�Q���y���{~�9u�"���K��T_!��%��j������>��٤V�m�C �l�B�9���p1�^��n ���?m�����-�r\���p ��k"K��v��]��.����,R��&U�UcPq�,�jY��5�<���A��Y���[_[�e����` ��G���:k�2��L�N�7cub��v�I$������N'5$Ze�um ��GeL��O��S�VRO�q���^+.�O �u��uW.,Q��� �N�7� ry����kZ�O�ͮ�;��t�y�� rHvm$����e�UVBk9�an���Ou�Q�[���� �6�3ʄ�&Fq����v:�m`�����c�icقm�t�1�=��7=+OD��Ge�~�Š�<�"X@��W�c���S��N���Q�7g�f:��VD8VI" �z��T��ќ��_��s���Y����0�)/\����2nj�P5��=4�.�wm bH��9"(�63,e`�JՒ�TK%�ŭ#�)��}�$���ᰧ<�N���3W�"�忸쬲 ��/mZ��C�,q��9�s��R���#c�>����n�_�����kW�v�=�^vv��dtPH=���N���f��j���-��k�`�,f�e�c�û�ǖ��1�Sjz������h�O�J�v��΍a�pvH���N(�מ�&��]���Ҵ���j��f�>Tz9�P�yh� ��>���g�����vw,��C�� <` cq�A�'\�ڟ��^�[[��~�<���o��Ayo'��XG��0"���Eپ�^�.���(�W����%�KQw9��6�����%��o��;���Zm�m!��*x8b���T�xÉ�7Z��D���ۈ�D� �5+A#��=�ǖln!$ Wl��u�h���k%�&a�Y[_�P��[i�,GG#4�S�}�x�c������契�����ohR'^O*�ͻ�m�:I� a�+gt'2��E�NsXw����FSk���ї[U�m�Y�-S��>c���O���1�J�['�8�7��<���h��X�f�%����Iy?�|��E�ͮ��������!�9U�ߑ�I8 {W1�jݞ0�W���V��Oq,*Z9J���#�I��n�Թ����}�Y��5�9ep�_��U�x5�?h����/�- &e0���08�^o�^�,�=ՊIa4�؂GG��d�Fߛ�N|�V>��� �[���U��<,��uM���=z*n9��q�ݝ�}�\( ���V1�z�5�G�ɭ���[&�'�Ds���#)�;X �+Ϯ�U��J�w���� �9<�<\\2���p q���U�i�mG���j���ݽ�������[i;�&dB�ʶ\�:z�����:�j���m����I��@{���G��ҎڇTR2[�W�,������Ww0�V`������qU۵zȱ�MY���BΫ2x�_z���JI'&�0� O]cm�>K��� ���8;Y��1/nQJ��A��ĜS���˖�OO�Mi���Z����X��s��b#s&��~R~ԢrG��W�#?�EF�q���}g/ou"H��(v�x?�j佫פG�]RF(W޹$���Uʜ䟭)$����|/��������)�7��wyK�f�㞜�}����W�H�N��?v��7�L��B/�����Ζ÷ڽ�‚6�xh�����~"�ڽܷz��;چ��Cng�yo3%��.#%cD�A<�b�u$���{S�Y#����^ު�:�_�z�<�9H��A�@�ƥ�H���$Q^��ev�JRBz:�`"�B ���[i���]5T�����9����";�����r�_֭m����e�$�cQ�����Zֽ���=:�P��K[ �7�Ue@�����d�_�^�b��V5���>�׻Me�}��k�n&�;k+x��)��1�G]����Ǒ�v�G,p٭r��b����3��c$Dw@��8=k�l�'�Y�H��{���.�mUa��xݻ���7>����Iٍ;^m#�2��񭽜��֮.m��HfO8 ���b�����_�U�),tt�jsX�|+����E��+a������%�J֢�����{a��4�F�4kK���������}�*�~Z�2�]�����|�e�N�3`*eXC�U�>�vX&�I1���f�z+t�TcɐdS�_��U<�����-7m{S�q�i�]��1���;�_x���X��������K�PI �����ͻ�p�p�l VT?���f����T���-�Xi�V�wcyyѧf�V��+&� J��Or/�bp�ڟęT���ّ��*��Ki�\�7<�6��DZ�h��U��Qc�v���&��N�`��,(�I'�yq)V���e�@��βK�0�8�3]D��"ki��V{Yyk��� �.&� ��pq��k �y�����<2��Zs�tVhcc�N|?��1ˎp�|���}�Gak�����x�����k��' ��@��ǟ"��~N��:��c�dd��٢����c�(�2��w:H��ӻW���8t���Xؒ6w,���d����g�^�Z�c^~��g�u5�د�E�ϡ<���te��������ùa=�ң�O�|D��봱�*�B��@�OZӵ���ms�U�uv�;+��W2����:�F7<�.�;k���� &u�v�n��s�1��j:=͵�잁���+[]]�xh�d������ Vi_3�sj;��G"]�"v��ԣ����=�X��9��SY� �� k� ��x2�ڠ������ݜ}��ļ-(Vaq����t��`�O���#؜��0N"W �7>�{t��� �CW��̞��㏒9�,鮡������M{p�$�Cة�Q�U60�qǭPn�i��}��7� $k�}>5A��_^��y��ӴW��m/�����nN#���̧?Q��4-.�$�N�&��G����S�2�T���l�����k5�H�}����mR���t�����9�1����7Y;��h���C�i��)�n@>� zUMb���-��&C���4����(��M�=zI��ڥ��<���-熍~��X��q�"{��. ���kZ�F`$�P�K��H�*�j�e���� ��ZA ��p>枰@��{/j���xb���G�؁��L�T��T�!��F��/_^�)e����kp�Kcag"�d�k�C2����M��Jcf�{:��q{5����2c���Q�.?u6�;���6�ޱ�fx�����I��/��E&�qVڅ�RY��{��k=��f� ���߷��vv����QX�Y��(u�N��v�,����q���=?Q���G�A:Ug�����t�[��S�8<���*��n��[�Y ����5,V�t��,��O�������4�J����g�D��i����# ��T�uy��&��6yd��4Rz��4�u+�t��0c�L H�r��Vr]ڰ���2_��1@�I�H^T�w6W Xg�K'�GJ{�D�iO�y�?�j���8b�!>l9�~�sK��n7G1'O݀��]I�o��BV�;*�Gv�.������LS������o��([�=�����|0��Jd�%�=7�F�����j�e4]F�_���S8?U��9P��j�������,�z㼔�����E;�#�3�!����C�����g+�g��s�~�2�ى.��s�(��  ��]��7]������8����L��c�e��#��>6�&?ʱ���U����v�#��_#���xd�b���]H���( }2X�C=ʦ�,�ǷIJ��c�h��FRfN0 � �G$���I�I16[��nc��hy�6��>Uv�Ik�#���>�ǒ�)�,��!o'�jSq4����� G���y��ݹ�%'�M���Zwuh���z�J�Kd��ǒmۜҗ l�U������&� �������"�e��F��v�4�1���'���C� ���7�_hp?�>���`18�`͎�4��FD����4��%p�H�6j4�E9bA�Y?CB�DI���[{�}7I2���mg���YԌd8~~��[gq��[��&��Gun܋���'Ԋ�M̛�o�`�� l��g��{n�)�ݹ��V��A��h�#sģ�-�h���d�>��?�G$�8�-[o�JP�N��#�@fo�)��n}���TayO �͚Oʥg1%�a��?A��� ��W�j>�PCx)ρ >†;N�}�Fb<ؾ�֐�� �?�1�� Ȼ��?J�4�g# - ��|��������( x��2�Ι&Cc4�ފ��($�� d�xq̱��6 J��$e� �S�����h����CZc�Ȃ�h�?�?b/>��Q��u�cu9hʏSN���eS�QO�j.��yV�}ZL֐��eop��Z�$�NJڟ�`Jw|�T�FF�v��^�e���#d��=�f����9�x�W�� #�[k� (�*�sm�U�*C*������9�� nD�e�a.���x��a-�v����\��-���J7ʭ��}�?�( Ȝ�H�����l~⫙6�ec �P�J�\�t0�����E�h�#�:����LH^Ԍwv�����R�a����X�Қ'��N��v� �������`E9��5�Fe�3@�,!CD�rL��#�G��9F=�yl\�� 1��OwG]�p�ЁJ��]��b�8䘓� �ւUO-p?�g�;�����y4)��YU�$q@ ��-B]��aPZ�g\<��鹶���Lz��j<�<�(��': � �"c���ֻIS����x�.�r/.u�;��FC����ٖ�Նz]]�����XW�Q_?}�%��貽��8;�u][�_�{�"�� �Α�;K�}�Y �'!��������[�0��̬d�I?,T��H��벞M�M���Am� �lkK�8� �|�wy�jdm.V�7ƣ��Ѱ�ۿ��Q�]%����`F٬��z��i �1��XY�7�4W'�QA*�#r($p��t�N�0�jA�m�)JC=�Y� �����ҏ��� ��B�� s�F����ʲF�ЫՅծ�p���mĀ�d@�Eo�V�H��>�H��;���D(<+ ��-��l�b��3wI���wW_���l�'�Y��Z���XY#��p$ � �ح+H�.d�����[^��x>�um�~Q�:Dш��2�;�c<�l�Bw1�[i_O� ���gtFK�p[>h�1��@u=UH�x�`��!o�����H��x5��\����[�>�,O�b�ȼf��/Q��\���2Y��@o��Ág�u~�N�� �l&�"�]��f���t� y椯pہ��cI�� �?�85,����:]��v�� ��iQ�–iݟq�e�j+K��6���� ����`�|zT�.�mp�v=��`��,u�����,�"g�ôZ;2��Z{ug���A=�bz�ԗMǎ1�Idݜ�� ���e��9�������U^�b�<�z��٥�W���y�QE�����1�2��ǵe>���|Q��MRHԻ�����=�4V� �W��%��k�ɡT;��G���M[}��m�1; C��7SD����@�� �>�����w-�w��O�쳫�@�c�Vc]w�:���}Cj�ZM �t�Gp~�W��~��d z��%��k5���3��?�ZmsQ��; ��Q�C�����L�:v�Ҩ�CD(�:0��Bfi.5����7�N`]�̞�6��m>(�KB��u�]B�gqo��\t`�S8�@kfy-���k�K����7���������F9b=*��:Dy�.�)��J_�V,2C�DD�u���D���v�t�+y^�U(�nF�9U��=�]����M��W�ڳ���K��onĶr�l�ȧ$��{]/�ݟ�x�ʱ_v��/-�d�)'h{�F+Mw�}���Cк����3�N�m��[�����P����R����:T�t�ߵn��}��(��>��j�9Eq�f�Y��M}9Gq���vKv�F�R���ekq�v��&�RQ���>Ʋ���E�Mq���Dh�����`��"YONK(kʵn֦��&�mq�xr4��I L�|����9ǕS�{I�y��YɁ�՝wd��r�2<�"��K$��y�֙qe�_��m���66E.��Wڌ66�ݣ��'��(�{M��Uh������/Į�܌4r�gӁ^m}�k�n"���[IB� ��l�vFCg��a���WwovX��@b[~~�IM�`�Y��l9���w�}��K��8{G�t� v�ym��1�s\��l���"M{��ٮ� ��X��=3�����û��<�jM��qJk,�Y���'"�������ۇZb������eLj�R�Q���d�֔���������N�I��FO�G����I5 4Xr�hc��IEAh��S��j@r2**P� �QL�}Ϡ����L�}Ϡ� ��1�NEG�� 7�A@���3d�J(#r *=��F���I���<�M&���$`�VI�U�fqL�ooAF��W+�B��0z�������"f��A;� �¬�YH����3�E1��@����^�K���m�smgb���f-o��cW�>J�����o4���W_���g�P���� ����>��gΔn���Ӟ� �_QW�=�H�΁aak| �J6��{e�-cN6z�q���l��h��^F�H�a�󨮭��X�&����=QHK��x� ��N�ztW��ڭf���E1�ڳ�Q��-���͌��RiJE��i�a���[�Zw0�;�rq��:��>M��� ���r�lV�,����;�t.�F�r�P��G��R�5g�mN�׺7��e�GA���ʏcY���ٝ/��-�t;��]��d����R��O�GڦQ�Gi��=����,Ȓ�'g&`G�W����y*>�����nQ|,��,�����M��w=����V`��\g8����#����ˣh��2��>`"/�Ճ�B��[v�g����`�VT�oak�p���͔8�;�=5��[4���A�2,�0�7`3��s�E���#H��M5#�����VO�X�e �|����]�ޭyg;�c,7���@Y�yOZ�u>�)u���� ���H<���t F��ce26�k��<��22Dt@o,��j�X�:��Kq�� 9&��ŭ��S�r �`�S�����G�n���U�Ac}%�8��n퓏\qT侶 �#��xC$����& ����Z���{F�)@c$���&���:�J�r�y��€]���O�Β$i���qX�)�����u^��]���9� 2�t����4�2�l���O��S���s����XG#n>��Vҭ���a+v���G{����Y��L�H�1$`��ďtC��b�m@0���^�@s�{)#�n�nBq�ǫ���m���,@�e>A�����P�%h�]�F���UX��K7Sҫ\�r�5�Mn�~k��B��_ʫ< ;���!��g����Z��[����6WG�Եoc����@�dt¨9>ب�[�A�J���<�]cH����TI�D���c��6ϑ�?:y�Dd��팑+.�sQ'�-ؑ��7��\�$�Y�%f�a@�WI5K�� �Xu�]rH�0'��E-��r=��1�v����M�Y��Z�2�������P�m����U�!�� <��3(�;W���<��.�$���&���*����4k�9�F�-����7�z�D�����|�b��x�v��JIn eܷ0 �����L��?�lc_IC3g��?�H�����ER=2‚�Y��� ƩoE"OҘt�6�{���I��ݚ�Y����0���u�k˰r��@|��ק�T��I/�P�����L��Ch�i�h�f�y��ަ��S�y#�x���T^�xRK<1n���.j�l�t)Y{ͱB��� S�\G��Nr1U��t��w����h���m�!�� 'Y��Y��u<\s�梓�]��I��L�L��� �wn�q��W��O�X�-c|WpU?��P�Z���1����>�=G$�"~�>.B�3J����S����8������;�PbXL#ӹ���Cx#�H���4������n%�v��ϴ�8�;��� ��L��f�K� ���r)�.��c����R�O!�w����?�ۄ-�A �ĺ��^�m��(x"����~n�`��(T �T@��Z��>�PSk��2�ď�PXSU��k�$�z��$~6�&n�p�o�)�B�{m���j ��5�����s�4ɴ�ǞLJG�Ԋ�dZL��ۃFd^$��"'�h#r��6�P��噰Wt��_�Ԭ�����l��j3yv8 2{( �Eg��q|��� wsm�}HE#���Li� ��Iq;��a��1A��S�����q@�E��n �O֑�-�I�Ӽ��PfO�vϐ��G�aJ~J(!�����h���i Ӌ/��n����G��h�o����d���ϴ�P��$*��� ���Lݻ��p�S�u AΫ��2$�J�`�X/�m���PQ��� crwlzs�E$�7��S��❵O�F�vPG�J;�Z�8�]�`�� �<����c�.���+�9�7[� �O��4ȧw����R�y���wrC��(X���M�%ve���Ñ�}GZUR4����)�F�� z�i�@x�2=H9�����G'���A9m�� ������*~�b��g�#������6x�I��# zJq����d^{���\��(�7����94"ܶx�C�#�4杘�Q��с��T�=n��kuEB=EJ';]G�Mߠ��$,����W�c�M��������s����M<�GY�����e`{at펻�Ja_�c��ߴ}��p�g��[��h�-��ٿ�4�F<#h���E���<ʶ)��x�����O�4~���$�M���� ў��s������!8�,�H����\[/����d���@�s�jN���FQ��?�At�=���,ޝ�a�TЯ~3�Ҍ�,�y����q>6���^,~��-̣��op���ӊ �d�Z�� �7�c�qI��;^Ie����@*�?(��U�� <-�B�����4�O�V�;(�O����7V�v����?1�WXm�ᛏ|�l��d����#��?��ȫ �Gv��q�Va�O$R?{�3���գrq��S��l��yt�q��R���I�����4X(4V�r�����VՍN�����?�DB?S��.���02�`�n�ֶ� �� |�ZK .Y��$�M�hc9�R��R�£H\z K��b�цXF>�� PX\>P~�id�Gdd��?lӂƧ(w��X}�;�2o:}ģ�A���N���j��xx��)U��ki��Wb�#f�f���9 �A��Es3�a�@ �?�,j�xQ���*~إL��x��P�1��xn z��i�s�73mu����5u&�m̝ Y��w#��TМS�x��u�A�8��5X~ʔ�? ���@i�[Ű�FC"��y�U�s'��e����T��`h������H�YR"��"O�4� �E^+���LF��v����%��q� ��ܐ^@�K���k��%#=�ri��R�*{~!"���*���yhC>-�$4rgo��c�������;�x��:� �y��*�Ȣ����I&b|�:�Ȅ�5j;MM���Ir���~A�\JĹ���}���e� �>ܯ��8�{t�խ'G�q'�Ȩ�ğ$N�^�&햽`���&�=���X��.5#��[��뾱a�E��f��%v9�?|�F;^e�����@G��֪�� �lW��0���i�c�B��O�޵"i�|_����p��d�s��o�`����*����,fR?�E �sU���y��5�|�(�O(^�;�(F=�?Jji/j��R�?P�܆lyaW�p��QD� rBrÏ�8�'h�X� �!�y�S�t|Me�}x����-I����f�@\?�Kw}�&�� �?ڬC��O�=��#�2�"������٥�M�s @�v�`��=��݌��2#���zM`8�X�g��j"��t9����n�.4miK ���T�\\?��J��Z%fb�.������H���am'��#���3�$T|T�5�z zs�c!�P<���5��Q�& rw����\�G�@����3��vQFg�ݒ��{�������%���؞}�?��M7uq����Vd�ߒd��$���ּ�Ӵ��|4WLГ��K(��Iqڋ�� M � �,���H��Je��G���}�W��5M/�a�N����+)Nk Y�lt�J��E�4��s+ًwBg"��]R���Z5�'��Aq}$��g%I �=q�T�m�"�Po�G�;���u;��� D��:��y���x����X��ޫ�R�9��ʒ���(���T��LY��g͞��+�����3[����'��sP�V�U�4`@�f>#��&;�qE937�0:b�Җ���h(ɢ��Xd�c��( ���C㊖�D��&O�=X�B�X�Vb*����@l���e�4 `T5���*�9��_z�y�ooj��7�}�F��襏�ɷ9�����7���''&�����Z7�GKT �~��z�{�����A��72m�J���>��sg9�mB�5�<�M'x��jc�v�T}���K7��2I����_#���38���E�0����)�QP��(ڀ)1�Z*RH�E���8ǡ�6ڬ�҉�"1�R���J���rM4΢.��[_ZI�;D�Oy���u&�����K��dm{Xa#n+����*0q���*r �NiT�9��N=���g;��n�'���i�ft��V#ղܚҋ�ݞ���] �®d�U'����x?��������E�2�Ӭ{uf` {�Y<� ƾK�R[�c�.�$���[�d����M"��d��J.%d'�S�{����g��vs��V������м�����h{E��-�Κ��33,!U����Ҽ����V#�N[��9��WW�JK�%����;)q)gk� ��n -�v�?J�}K��֑eeuS<�)�c^M����+��As�y��֮m����fO����s}��Oh4��a��Z�Htؑ�{1?�G-� eTQ�� ͏����95�JR�&�;��&C��)#�g ��|���'�-VQW���R�tǨ�*� j�=±?|Ӟ�SԱ*�Au9�@��@�1}ZWSX/�rx���E��Պq����j~).�z���,wp���<� �dC��s�r �ŭ%�܃�2�~�Ҽ����}�.*f�2�α�`,��|dJ���Kh�X�ٽ����o�kC�j`�����l�V���� ��q��� d���誘�����ֱ��`*�=|���++���{�0�T*�R��:��>�jV�^x�i��b����Q��\����a�N���­����]9�ۘ�`]rFp۱ǖj~)>����-���kp��d?�5>Y� #u ���+Ʒ��!l��$�i��{%3H� �.��5����&�[�o�(Ǣ�y?AM�8�*�&7.2�d���b��� ��,-;� �*��'vEV����u6�ܱ)��n$������)����ݽ�?X ��8�Jy��A��˻?\�����&b1�$Z�,���i���U�WtY��ede�1�Z,8a����}Y��R�0�'���C��Q� �Y#�r�d�SJ�`�vX�lbR�F��$XѤ���HυH?�6XeV�}�.2Jpi�S����X �&�ދ_ �m?(�G�b�d��f���}����f��{��֤ޘ���x�sGy2�(-��l�ւ�蠸'S�W�v"��4����F�2n8�������b�?Lf�E,�aa�B @��׏�@%��"�,�L��>~٦���ݭ�k�7;��o #�|�9��sM7�����9o���}�A�<(�j'{��&�R:t���"���e�*h�� +�q���m�GX��?��*��9S� ��M�4����E!��>|��#7*_1������CK��t���'v�bL��4Ǝ�h��-�t'ı��@|�.*'f+� �?σJW���{�?�I�?���AM�F1��>]�lr}2����b�-w�G�GO��E-ƒ���ۿ@a��P�s�oVu�H I�❶�91�pNAP��y�Ui��9�V����~�)����_,>\D���h�t�E�,�E}{!*��m֞��|��+��v��U�C �-�@���MF/n��O�դTs�X�<�]*�i�g�|�If��R�|�:9��"1�|w�ǽ$=�eU�KEuQ��M�����z��'��=D�A呴��Z6H��� ������%���N��6��5W|�,����5_]�ڱ�yx���mL������5&����n|��}_4��[U�`CJX*��s�G�QQUrry`I���Gc�g�i(���ן��QPEP�`zQEʊ(�L)�R��J����� '�J(���xbR�E��{QEQEQEQEQEQEQEQEQ��(V#�JP� Tmd��v��z�(�k-���L��Ԅ�rh��r%��Z7��>�������ma������ooj����@4�֚X� %N����Mc��IEY ���(��`�QE QEQEQEQEQEQEQE6�QE ��E�aEPT(��(����(����(��(��0(��(��(�����q� ľ�����eo�S�=��P3R�Vm�w-��4U�d�Lk�ƿqV��I�<��^Kc�+���%NA5o,�t��#�!�x��v���EK��%����[`%�r��Ɉ�S��e  QMZ�1�YJ�}Ϊ[iZ��V��H���5��ҒN�u�#�jŽҰĢ�<9�y��Ie���k�_�ze6��ҙ4�#l�7J ���pnS)f;y���X��$��8DN>��d_�`���زS(o�R2)h��,�?ARGk#+:��� r�R�1,��*��YJ�I��a\�a�F��8{�rClK�S�am�֤[y�m�L����e<4O�����@��%�8�k|*��'?��j=�rb�� � �|�-�W�� ���#�\�����4w,���s���R�*6]吒~X�?����a`��p����:�m���z�dy0?JU21�orO��sHd�3��������X# >q�qMڃ�I�9��QN���ds�#�T��:[�������T���|�^TS��g�I���֞�ȖU�W P �y�������x��x~&��*~���������X��I���=��.Qm�=��ۄ�2�1�)�; ��R��j(��Q�s�1��-N�>l��F+��k0Q�i7G����Y<��"�94���2Gґ�`|,q�K���\��0�##���q���#����T��!�O�S�c^���ί��[��G {wQI���o�����Jr�'���bS�Oڞ���Tzm���ϥNL��:��4�ϊ�g��M�z1�OZP���]����R��i�H#��*:e���ic����p����~� ��^����Ҥx�2�,l�\cJ��y����l���U[ o��Z{6 ��/�Sb���[�ň��>�d�x�2�zaX����dC�n]��~�� ѻ�p��%���^1R�ȸ& �?�n~�5S⯏$��8Sd��kKL�0)8��)(��w2Ȏ8�����A&Yؑ��H�i�1�5 N�>y�����#z�wy�{z�?��t� P@��L�7���T� ��R�O�iA��);�;L /ZbM4�)9�0��9�#@+4��H K�q���k�Q�s�l�B��>Tr=�$}�f����2?���Tݱ�����0����b=d�=�3�p�GF��=d@J@V�R`}�3�E.�+�k�G��N*'��n'�å"��������̱�-�e���M�n�$�����@YC����Uy��(�b3�*�TPE��㻜���I�̇�%a�VK]�X���B����՚Z��z[���Wk�ۅ$��U�,rM%&V9,0 �xa�QT��(��(��(��(��(��(��(��(��(��(��(��(��(��(��(��(T�rj@A81P]&�%QA`��(QEQEQEQEQEQEQECiQE�QUo,�(�o(�QERv���( �(��kET��EP�XQP�@(��dV(��� (�� (�� (��H(�� �� B�q�-��PP�x�� H��$���BQE (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (��uϥL�D0��|�r��DNz���b �6c�>u�F|�J��0�cs@n ��x�>у�GZ�$V��w�Ӽe��(�5 �&���5j;�K�F�dV�\�M�b8�����M-&7I<�������WK�-�O"9�V�j2\s|ſ�K���Z����|�rH|�S��${�EE�iP�o ���8��䚐"�'������Zp� ���Z6Q�H�`��4 ��� Y����w&[o� ����� ��G�)�r�J���G��j�;7q���i�9�SHڄ`qtǟ&g���L�9LRb��o0Â��4�!���iC+*˟�F@����~��SS��R2&�w�=�X�Oˑ���i>mż����LiZA���TI�d��[J����ߡ�- �L���������XJ�gDb��L�� "��������P�4����H��`SY�0�zҤ�����5M�,�9ڒ}L�U�eϡ|T 9Q�@�*���kl�BG��H���K�. d=e���@M#��+(��|׊�����Ipf�aNG���P�Y�{���ǠR�Ry�1�P�����z�y���{��͐8#j%��KE)ɾQU��(��(��(��(��(��(��(��(��(��(��(��(��(��(��(��(��(��(T�y�"�� `b���(�� E-�Š(��y (���EPEPEPJ��IJ��P�'�84��A994����Nܴ�*�'����?J`89��RY$�O�������ȧo>���`~�����Q�� pH�`��L,H��1���(ޟ��L�Z�Lr�M A9܏ZZ ��*�41�IE^+%B�(�%� (���(��(��(��(�\� (���HX�CEFNNM%Q@�� (���(��(��(��(��(��(��(��(��(��(��(��(��(��(��(��(��(��(��(��(� !����\R%��=*�u9 4c՘�&�7��g��n7/r�q���#>x�ھc?Zdu����6�ʆ �&,����I���z�����A4��S�2����H'�C)�F*�Q�;����:���a�������)��K+p὘�(���9�8�Y�����.�Q�O��8�O����DG�#����9�~;c�riάk��������G�+VRh��������)��^3(�d��j&`TIR@��C��Y �REA�5M�蝬��q�^��SZv0ʹs��HNW>b��̻�9W��;�e��.��هP��ݢ�*=R���h$���\���o�����.��׭%�I��QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQE9H�x ����1��-eOJ(.Q�OCEQE7 ��( �(�� Q@Q@Q@Q@QTi�ETm`QEXQF�EU�ET�QEQEQEQE� (��7 ��((QE!` 3�ojBI94o"QE (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� z�Tb�EY[��8��T�ܫF^G�2��0k< 4�FO֝�� 8�&�F=^)�p�γ�2��ƀ�vy�y�i eV~~�QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQE�>��P[s z��L����ijʜ䟭J���Aqh��(��Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@%-o J)�ĜS�#s B�f���''&��Ƙ���Mc����@��'֌�ZJ('s'֌�ZJ( ̓z��X��i�P�QE (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (�� (��% JZ�9��ڂ�x$��(4�Q@Q@Q@Q@Q@Q@Q@QA d(������1 dS $��Wr�(��yaEP@QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQESՔi�P���R�B�r3N�����(.QEQEQEQEQEQEQE7� �1�O�Čm%'�i(���EPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEP�� ------WebKitFormBoundary99S1yvAI80lttoPJ Content-Disposition: form-data; name="userFiles[1].FieldType" Signature ------WebKitFormBoundary99S1yvAI80lttoPJ Content-Disposition: form-data; name="userFiles[1].previousFileName" ------WebKitFormBoundary99S1yvAI80lttoPJ Content-Disposition: form-data; name="userFiles[1].FileContent"; filename="download.jpeg" Content-Type: image/jpeg ����JFIF��� ( %!1#%).:.038?-7(-.+  -%/+-3/.--+5--/------/---.+----+5---7-+-----+-------��\""����M !1"AQaq�2T����#BRbr���%&3Sdst�����$5c�46CU�������%!1QA"q2Ba���� ?�b"" """ """ """ """ """ """ """ """ """ """ """ """ """ """ """ """ """ """ """ """ '�0fO�J�|}�G�w��I]�9ռ>J�̝=��q�]E�jt�3�=�C��J�R���xq�w�|H��5� ����6�H�U��Tm{պ��NL��26����̖�dcP1КꪭK����'���^�Ҹ��J���P�ȸ?�<�M�6�g�n��Y+���;��M���R�孎t�`�m5��C�U�d�9�;r=�U�}�R�|��vN=w�R�[*u��x�����-��W ���pNC��8�/$��>K��9�[�{l>����pZ�7f��-S�:�����v|�KD�����_��wo��Y�.��]~W���N�'�B�滸��en�؎�_D:[�q��_�] � ���[B�z���WR Y���>�:I��[{j̬����n���k��j}��}-��E���gmZ��B�R�"񮟪8�x���=�~9c'{�R�R��;�X�9�k�ǯ��E����9��$��С�tOiV7�6��ÈL����o���~���h��V� tn5��־��8UpIQ�9�O�P�{A��5��pT��b��^׻�c>��ƥC�X�F�'�U�n��W�%ŏ� �B�h�W��<ɟp�}�R�Y�Ԩ���"��?t�}�؉�m�踶��(��|\�T}dH�M�ۨ��oM��=��o�@ҵ�]yo� |�g����F"��V}-��ꕾ��_��۝���-�[�RX�@�������=^ލ��n���Rn�d��\��mٰ�t�[Gjm=��L�͡�z�����i�}D{D���+�V���A�AR�>��[��K���������tu<ɇ��]`�q�.��}�Sp�h���(<ș�cZ�'j�jOc�`Oʦ� ��W^�|��X�e�T��c�wyo_�0��§�m��6�vX3ҁ]���5vJ��]@�����[r�6Q�+� kپ=u����'٨�}E/�%��_�RM%����9��+���<���V˷���Z�tm�PT9_��Oa���<��0����[y��ҙ7d��S������L�j��:q<��/��k�K>���V(<���F��X����V(ƣ�N[�Z��������&o�/E}Zq21��"#0��]�������d�F�3�{]r��N���u�:� �$��"2��Ǡvð��V�f��{���i�/��1S�˧����nr�"$D@DDD@DDD@DDD@DDD@DDD@DDD@DDD@DDD�zB�Ժc�/ص��T8o��bG��R�F�ޣf���l��x�����O�=ߧYd�_�,��<^�)�i���j>,���Sh���`р�j�le�ׁ��5�9�4��%�����Eˬm�F>FZ��Y/}��3��]T�k��q�v흧�U���\LWR�vf�̌4;�<�����:#��}-7�m}&��8�T:������3rH�Y��zRYNnfU���j�Uak�!���)�e�ޮ6od�&*V΅E��O�bN�񜹙I��M�:׏�����([��|�F�ǧx�whe�_����~ٙd��W�}Ǣ�Z��q�V=�( k��p4�.�\~����\+�+��߆� 'M�(��jp󝋵m�h.@�ȭ2��iB�ӫ���4s|t�9�::{�[ ��m%.���F�*�y��>q/,�عc�U׊��_s G�0 ����7�_�v��m膾�������b�?�| �r2��сu��H���b_�'>b]Z][���x���9������w�&MM�����o.��w� �%����1������ؾ���+����Ug?R�����ߴO~���]��S���~�O�w��t�����u��`h9����@�y^���98Vԃ[V<����L嗇^�S�6�Au8���>'%��4��u3����IВ/A��u�Ś��0�j��Y��d���yد\ p#��M~'��^�l��k��q+'�ܔ���v����H���[{��3F�B쬕�!GĠH�~�^ߩ����҅�Zm�o�6"������Ӗ� 4����lݹb��#�R�+F9q� t�a���ggQG���g�*�g|��U�g}[t�g�0h��ݩ�������q�&��>SD3� ��j;��c���ú~��?L�����໩��?N���qa�#S��fX������kݛ�A��� i�}��� ���a��;q���G��⟷�����-��XUPF��.�����8/���o< �� �U���p�u �0�j}���º}��3k&m#Dw���-��'ө?�6ݟ��V�Vw��WC�a�������������L4�7��?��nQ��DD������������������������������������Y�~U�l��.��?�)�K�%OamP(ٹG��9���9n�x*���� �2��N�;�O5<�VT�D�z��c"�)!���c�IV}��_�p�A'���\�kJ��Ǭ����b=��(4"����#n�CU�8�M�KiT�-����~������ �N ���U�+5���/ڳ ����Yn i���h|$��oW��q2�k��nRg���ٟ��F�� ���Y�.VUT'��ݽʪL��و*���ұh�r+�Z;����#{qtӉa;�;�nM�ie'g�f�*� �1�\�x��������㔬�ԄE�x*�E�(�}� ���h��Xw,RZ�@ԣ��wt�̣�/gdݶ=a�U��]akS��:�QǙ�9k5�~N��'~�g�����Gō��.� �\z��ʠ�o�h<�^C�*�\tœC�}Y�l�ܥ�h�iLJ��}go̲>,o��Y��,���^4*�u��9c�7��>���}���zBWeK�ɻ`��MH�==go̲>,o��Y��,���p)�'�M��6��!m �5Z�ռJk�C�U>g�$6wX5��� ���pm��p�5m5���b���2�����|>}�����i�?�H�ׇk��g7�����g��T}�K� e{k��#4}�E�0�l�SR�x��i�<|��-�Fΰ`���q�����7�E��g�7ro�P��b�h�Y��Fa��^:y�<9O����f@�E` ,o��Y��,���c5��w�&W�gI������Z��,M(����S�E:r�����*F9��*��Z��̠��Y}go̲>,o��Y��,���[-ޒ���\���i��;e��������� ]xZq��L�OnUF�LM\��5d:�:����� �v��#�������2�����;�ĤH�Z[�,���֖��#����"������u�A��A�+����O5'�}�Ɨ��YZ��S��5���K~���;~e��c}�z�ߙd|X�}+|hb�y]�ݳ-뱪�9ي#9��4�4f�G�������,����Y7�G�-��Gō��n�{e��NFEx��e)��C�ZV��R�#��3l[��fjӻi?P�2hDDD@DDD@DDD@DDD@DDD@DDD@DDD@DDD@DD�"v��Z2ƪ����-v+�N������I/�t�v�Ǔ2ve��r��C�@�u��O�wB<8 ������ӧ ��%�[M��@wn�@�P5�M�xQ�ZR�B�V*�u>gA�T��6�z%Қ0W�V�-�^����M��EE�y�������c!�� �nJ�l�0�X������ �俉.�2�X�豲ᙴ,W���j�(�BHܬ�]�?-��i,�C� ����u���2J�ꄬ7�v ('�R|�įe�KW7�����uV@�[ylP�Hԍ7N��M�Y ��԰b�X�r�`T�T�~�˰6�孎��+ȳ�ӋTۤ� �|'�G����l��Z�38Ds�� HQÐ�]���o�5VdݐY��j��w ���Y��3n*� :�����fU*����3�� I�q�{m&Oj�Z�i�����yMG$ �3�#bڙ���ksf:�uV3V�����$�LJ)��͈�>FE���E�n���"����� ��n+'c��ͽ��MHО|g/Dv-�u>3:�+s�.��-Nw�>��$��]�9�^�jnʷ'x3�]�7WwsC˞��X�>n�U�uV���VU*����5�dž��R|�Į�lKS5���nl�h�� ;�Tt�U�#R*u�L�g!�w������b���*H ��p�� �1�x׶JE���:�*�T���~�w ��uɴ]k_m��f�ĥA�B���!�蝡����u�5�o�e�Qr.�P4�_����+��!�]a���T�,uf:�$O|����]w)k];���+����Ns���#ҫ�4�VI.�3W�t�l��0?��4lWM��=�ig����ř �y���h��;X�T��/J:%��lY\j8#4��y�ݺ/�� %v�>�w]9���t���<:#�[���k� �I6�] >��~�fr/FX�&v�T25���Ͻ���Q.B�F�����G(�Z�F�۫U��5�6+:֚ �ׁ�و ��<π2^W��ij�hc���,����:�Q��fA-����MK�ъ����*N���CÔ�N��m�M6���ş�#� �;���H���$vE}�d�ِ�֡��U��T�� �9��'C��,��e{�6�Y|�c��ݴ�0:r�4,�km&7f3�u��+M ;�� H $��n)��;Q������ :1FS�B@ ��yt�b=S*ߍq���uш⺎Dk�����ؖ�j��V�����f�(s��;*��n�=���}��-pw[�lv� �t*�M��]u>S�8Zl��i:�ĨS��ý"��ǻ�*��5�.;�YU�ՆV`��[B�u�I ���+�6Ys����ǂ��H�����0Ca�֫-J�6��*�:��m�]�B� �O~��+}���6�j�e͗�}vID���Aa��9�$ۯ������ ------WebKitFormBoundary99S1yvAI80lttoPJ-- 2024-09-13 10:15:36.127 +05:30 7300b6df-9bb4-43f9-834e-1179aaece0d2 INF Executing endpoint 'Sang.Security.Api.Controllers.UserController.UploadUserFiles (Sang.Security.Api)' 2024-09-13 10:15:36.136 +05:30 7300b6df-9bb4-43f9-834e-1179aaece0d2 INF Route matched with {action = "UploadUserFiles", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UploadUserFiles(System.Collections.Generic.List`1[Sang.Service.Common.Models.UploadFile], Int32) on controller Sang.Security.Api.Controllers.UserController (Sang.Security.Api). 2024-09-13 10:15:36.338 +05:30 7300b6df-9bb4-43f9-834e-1179aaece0d2 INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:15:36.339 +05:30 7300b6df-9bb4-43f9-834e-1179aaece0d2 INF Executed action Sang.Security.Api.Controllers.UserController.UploadUserFiles (Sang.Security.Api) in 202.6123ms 2024-09-13 10:15:36.339 +05:30 7300b6df-9bb4-43f9-834e-1179aaece0d2 INF Executed endpoint 'Sang.Security.Api.Controllers.UserController.UploadUserFiles (Sang.Security.Api)' 2024-09-13 10:15:36.339 +05:30 7300b6df-9bb4-43f9-834e-1179aaece0d2 INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 7c20dd09-ffb2-4367-95fd-d67f1c6d4b18}, {Location: http://103.120.178.195/SangSecurityAPI/user/uploaduserfiles}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 216} Body: {"status":"Success","statusCode":2001,"message":"User image and signature updated successfully.","result":"[{\"FieldType\":null,\"OutputId\":11,\"OutputMessage\":\"User image and signature updated successfully.\"}]"} 2024-09-13 10:15:36.340 +05:30 7300b6df-9bb4-43f9-834e-1179aaece0d2 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/user/uploaduserfiles?id=11 - 201 216 application/json; charset=utf-8 324.2286ms 2024-09-13 10:15:36.824 +05:30 716d2cd3-43a9-418f-8eb5-9e906252f074 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString= - null null 2024-09-13 10:15:36.824 +05:30 716d2cd3-43a9-418f-8eb5-9e906252f074 INF CORS policy execution successful. 2024-09-13 10:15:36.824 +05:30 716d2cd3-43a9-418f-8eb5-9e906252f074 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString= - 204 null null 0.422ms 2024-09-13 10:15:36.866 +05:30 e3ce84db-97c3-4377-88b6-dbb2aea6767d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString= - null null 2024-09-13 10:15:36.867 +05:30 e3ce84db-97c3-4377-88b6-dbb2aea6767d INF CORS policy execution successful. 2024-09-13 10:15:36.867 +05:30 e3ce84db-97c3-4377-88b6-dbb2aea6767d INF HTTP request: Path: /role/geterproles QueryString: ?searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:15:36.867 +05:30 6342be04-4dc0-448b-a756-a837478e989b INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api)' 2024-09-13 10:15:36.867 +05:30 6342be04-4dc0-448b-a756-a837478e989b INF Route matched with {action = "GetERPRoles", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetERPRoles(System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 10:15:36.880 +05:30 6342be04-4dc0-448b-a756-a837478e989b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:15:36.880 +05:30 6342be04-4dc0-448b-a756-a837478e989b INF Executed action Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api) in 12.9949ms 2024-09-13 10:15:36.880 +05:30 6342be04-4dc0-448b-a756-a837478e989b INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api)' 2024-09-13 10:15:36.881 +05:30 6342be04-4dc0-448b-a756-a837478e989b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e3ce84db-97c3-4377-88b6-dbb2aea6767d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 273} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":3,\"Name\":\"dipin\"},{\"Id\":2,\"Name\":\"Test Goklu\"},{\"Id\":5,\"Name\":\"Test_Steffy_Role\"},{\"Id\":1,\"Name\":\"TestRole\"},{\"Id\":4,\"Name\":\"testRole1109\"}]"} 2024-09-13 10:15:36.881 +05:30 6342be04-4dc0-448b-a756-a837478e989b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString= - 200 273 application/json; charset=utf-8 14.5767ms 2024-09-13 10:15:38.546 +05:30 d80919d3-f846-40a3-8b75-7555ad602843 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusersummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:15:38.546 +05:30 d80919d3-f846-40a3-8b75-7555ad602843 INF CORS policy execution successful. 2024-09-13 10:15:38.546 +05:30 d80919d3-f846-40a3-8b75-7555ad602843 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusersummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 0.634ms 2024-09-13 10:15:38.590 +05:30 d508a554-0d05-45c3-bfb0-a75065538128 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusersummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:15:38.591 +05:30 d508a554-0d05-45c3-bfb0-a75065538128 INF CORS policy execution successful. 2024-09-13 10:15:38.591 +05:30 d508a554-0d05-45c3-bfb0-a75065538128 INF HTTP request: Path: /user/getusersummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:15:38.592 +05:30 2cfd416c-363f-4b48-9f75-29b7119d0581 INF Executing endpoint 'Sang.Security.Api.Controllers.UserController.GetUserSummary (Sang.Security.Api)' 2024-09-13 10:15:38.592 +05:30 2cfd416c-363f-4b48-9f75-29b7119d0581 INF Route matched with {action = "GetUserSummary", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.UserController (Sang.Security.Api). 2024-09-13 10:15:38.613 +05:30 2cfd416c-363f-4b48-9f75-29b7119d0581 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:15:38.614 +05:30 2cfd416c-363f-4b48-9f75-29b7119d0581 INF Executed action Sang.Security.Api.Controllers.UserController.GetUserSummary (Sang.Security.Api) in 21.9476ms 2024-09-13 10:15:38.614 +05:30 2cfd416c-363f-4b48-9f75-29b7119d0581 INF Executed endpoint 'Sang.Security.Api.Controllers.UserController.GetUserSummary (Sang.Security.Api)' 2024-09-13 10:15:38.614 +05:30 2cfd416c-363f-4b48-9f75-29b7119d0581 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d508a554-0d05-45c3-bfb0-a75065538128}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 1058} Body: {"status":"Success","statusCode":2000,"message":"User Summary retrieved.","result":"{\"Data\":[{\"IId\":12,\"Name\":\"testLogin\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-12T05:45:29.54\",\"ModifiedOn\":null},{\"IId\":11,\"Name\":\"Chikku\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-12T04:24:57.55\",\"ModifiedOn\":\"09/13/2024 04:45:36\"},{\"IId\":10,\"Name\":\"Steffy\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-12T04:08:00.65\",\"ModifiedOn\":null},{\"IId\":8,\"Name\":\"apiuser\",\"CreatedBy\":null,\"CreatedOn\":null,\"ModifiedOn\":null},{\"IId\":7,\"Name\":\"testUser\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-11T09:16:31.587\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"gokul\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-11T08:46:22.55\",\"ModifiedOn\":null},{\"IId\":2,\"Name\":\"dipin\",\"CreatedBy\":\"sa\",\"CreatedOn\":\"2024-09-11T08:45:17.133\",\"ModifiedOn\":\"09/11/2024 09:32:10\"},{\"IId\":1,\"Name\":\"sa\",\"CreatedBy\":null,\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":8,\"TotalPages\":1}]}"} 2024-09-13 10:15:38.616 +05:30 2cfd416c-363f-4b48-9f75-29b7119d0581 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusersummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 200 1058 application/json; charset=utf-8 25.2541ms 2024-09-13 10:15:44.585 +05:30 65905913-c20e-4e7f-b422-efeaf1af5057 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getuserdetails?id=11 - null null 2024-09-13 10:15:44.586 +05:30 65905913-c20e-4e7f-b422-efeaf1af5057 INF CORS policy execution successful. 2024-09-13 10:15:44.586 +05:30 65905913-c20e-4e7f-b422-efeaf1af5057 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getuserdetails?id=11 - 204 null null 1.2149ms 2024-09-13 10:15:44.626 +05:30 9cf84c11-f160-40fc-82c6-74afd6af1fb2 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getuserdetails?id=11 - null null 2024-09-13 10:15:44.626 +05:30 9cf84c11-f160-40fc-82c6-74afd6af1fb2 INF CORS policy execution successful. 2024-09-13 10:15:44.627 +05:30 9cf84c11-f160-40fc-82c6-74afd6af1fb2 INF HTTP request: Path: /user/getuserdetails QueryString: ?id=11 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:15:44.627 +05:30 e977172c-ae16-483d-b7a3-ddbabbf9b325 INF Executing endpoint 'Sang.Security.Api.Controllers.UserController.GetUserDetails (Sang.Security.Api)' 2024-09-13 10:15:44.627 +05:30 e977172c-ae16-483d-b7a3-ddbabbf9b325 INF Route matched with {action = "GetUserDetails", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserDetails(Int32) on controller Sang.Security.Api.Controllers.UserController (Sang.Security.Api). 2024-09-13 10:15:44.655 +05:30 e977172c-ae16-483d-b7a3-ddbabbf9b325 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:15:44.656 +05:30 e977172c-ae16-483d-b7a3-ddbabbf9b325 INF Executed action Sang.Security.Api.Controllers.UserController.GetUserDetails (Sang.Security.Api) in 28.3998ms 2024-09-13 10:15:44.656 +05:30 e977172c-ae16-483d-b7a3-ddbabbf9b325 INF Executed endpoint 'Sang.Security.Api.Controllers.UserController.GetUserDetails (Sang.Security.Api)' 2024-09-13 10:15:44.656 +05:30 e977172c-ae16-483d-b7a3-ddbabbf9b325 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9cf84c11-f160-40fc-82c6-74afd6af1fb2}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 1543} Body: {"status":"Success","statusCode":2000,"message":"User Details retrieved.","result":"{\"MainDetails\":[{\"Id\":11,\"LoginName\":\"Chikku\",\"LoginAbbr\":\"\",\"UserName\":\"Chikku\",\"Email\":\"steffyanish22@gmail.com\",\"Phone\":\"\",\"Mobile\":\"\",\"Image\":\"f1734eb2-e614-4991-b8ab-d95f21f7816b.jpg\",\"Group\":false,\"Parent\":0,\"UserType\":0,\"LinkId\":0,\"DomainName\":\"\",\"DomainUser\":\"\",\"AccountDisabled\":false,\"SendEmailOnNotification\":false,\"AllowMultipleLogins\":false,\"EmailOnLoginFailure\":false,\"EmailUserOnLoginSuccess\":false,\"DontLockAccount\":false,\"NumInvalidAttempts\":0,\"LockedUntil\":null,\"BlockFromDate\":null,\"BlockToDate\":null,\"TimeRestrictionStartDate\":null,\"TimeRestrictionEndDate\":null,\"TimeRestrictionStartTime\":null,\"TimeRestrictionEndTime\":null,\"Location\":0,\"Language\":1,\"AltLanguage\":1,\"TimeZone\":0,\"UserAccess\":0,\"PWDChangeDate\":null,\"AuthenticationCode\":\"\",\"Signature\":\"e0c43772-f0df-4585-8be9-cf6034dc5237.jpeg\",\"Role\":5,\"RoleName\":\"Test_Steffy_Role\",\"EmailAuthPermission\":false,\"MacAddress\":\"\",\"PWDChangeNextLogOn\":false,\"PWDNeverExpires\":false,\"PWDCantChange\":false,\"PWDExpiry\":0,\"SecurityQuestion\":1,\"SecurityAnswer\":\"chikku\",\"ImagePath\":\"../Uploads/User/SS0002\\\\f1734eb2-e614-4991-b8ab-d95f21f7816b.jpg\",\"SignaturePath\":\"../Uploads/User/SS0002\\\\e0c43772-f0df-4585-8be9-cf6034dc5237.jpeg\"}],\"Days\":[{\"Day\":1},{\"Day\":2},{\"Day\":3},{\"Day\":4},{\"Day\":5},{\"Day\":6},{\"Day\":7}],\"EntryRestrictionDetails\":[]}"} 2024-09-13 10:15:44.656 +05:30 e977172c-ae16-483d-b7a3-ddbabbf9b325 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getuserdetails?id=11 - 200 1543 application/json; charset=utf-8 30.5974ms 2024-09-13 10:15:44.816 +05:30 401c6494-242b-4251-9d7a-ae46322095bd INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicyregex?roleId=5 - null null 2024-09-13 10:15:44.817 +05:30 401c6494-242b-4251-9d7a-ae46322095bd INF CORS policy execution successful. 2024-09-13 10:15:44.817 +05:30 401c6494-242b-4251-9d7a-ae46322095bd INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicyregex?roleId=5 - 204 null null 0.4109ms 2024-09-13 10:15:44.853 +05:30 846b453b-5693-4bf6-a2ca-1503ebcd6682 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusergroups - null null 2024-09-13 10:15:44.853 +05:30 846b453b-5693-4bf6-a2ca-1503ebcd6682 INF CORS policy execution successful. 2024-09-13 10:15:44.854 +05:30 846b453b-5693-4bf6-a2ca-1503ebcd6682 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusergroups - 204 null null 0.3744ms 2024-09-13 10:15:44.855 +05:30 9b9d5b1c-3a3c-4883-a15e-62f8f78fdbe8 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString= - null null 2024-09-13 10:15:44.855 +05:30 9b9d5b1c-3a3c-4883-a15e-62f8f78fdbe8 INF CORS policy execution successful. 2024-09-13 10:15:44.855 +05:30 9b9d5b1c-3a3c-4883-a15e-62f8f78fdbe8 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString= - 204 null null 0.2635ms 2024-09-13 10:15:44.871 +05:30 c8d012fc-5348-4ef9-9133-cccb0b9bfe93 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicyregex?roleId=5 - null null 2024-09-13 10:15:44.872 +05:30 c8d012fc-5348-4ef9-9133-cccb0b9bfe93 INF CORS policy execution successful. 2024-09-13 10:15:44.872 +05:30 c8d012fc-5348-4ef9-9133-cccb0b9bfe93 INF HTTP request: Path: /passwordpolicy/getpasswordpolicyregex QueryString: ?roleId=5 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:15:44.872 +05:30 6e7eff15-e9a4-4a84-a246-0809d90c0149 INF Executing endpoint 'Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyRegEx (Sang.Security.Api)' 2024-09-13 10:15:44.873 +05:30 6e7eff15-e9a4-4a84-a246-0809d90c0149 INF Route matched with {action = "GetPasswordPolicyRegEx", controller = "PasswordPolicy"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPasswordPolicyRegEx(Int32) on controller Sang.Security.Api.Controllers.PasswordPolicyController (Sang.Security.Api). 2024-09-13 10:15:44.884 +05:30 6e7eff15-e9a4-4a84-a246-0809d90c0149 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:15:44.884 +05:30 6e7eff15-e9a4-4a84-a246-0809d90c0149 INF Executed action Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyRegEx (Sang.Security.Api) in 11.5671ms 2024-09-13 10:15:44.884 +05:30 6e7eff15-e9a4-4a84-a246-0809d90c0149 INF Executed endpoint 'Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyRegEx (Sang.Security.Api)' 2024-09-13 10:15:44.884 +05:30 6e7eff15-e9a4-4a84-a246-0809d90c0149 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c8d012fc-5348-4ef9-9133-cccb0b9bfe93}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 257} Body: {"status":"Success","statusCode":2000,"message":"Password Policy retrieved.","result":"[{\"PolicyRegExp\":\"^(?=.*[A-Z])(?=.*\\\\d).{8,}$\",\"Description\":\"At least 8 characters long;Contains at least one uppercase letter;Contains at least one digit\"}]"} 2024-09-13 10:15:44.885 +05:30 6e7eff15-e9a4-4a84-a246-0809d90c0149 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicyregex?roleId=5 - 200 257 application/json; charset=utf-8 13.3717ms 2024-09-13 10:15:44.898 +05:30 7161bd86-0bf4-4879-a475-3b7d67b79dac INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString= - null null 2024-09-13 10:15:44.899 +05:30 7161bd86-0bf4-4879-a475-3b7d67b79dac INF CORS policy execution successful. 2024-09-13 10:15:44.899 +05:30 7161bd86-0bf4-4879-a475-3b7d67b79dac INF HTTP request: Path: /role/geterproles QueryString: ?searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:15:44.899 +05:30 8b0ef90a-0e2e-42c6-822b-b922dbd7c605 INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api)' 2024-09-13 10:15:44.899 +05:30 8b0ef90a-0e2e-42c6-822b-b922dbd7c605 INF Route matched with {action = "GetERPRoles", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetERPRoles(System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 10:15:44.902 +05:30 2e527d8a-e659-4044-a5f3-8a262aef6460 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusergroups - null null 2024-09-13 10:15:44.902 +05:30 2e527d8a-e659-4044-a5f3-8a262aef6460 INF CORS policy execution successful. 2024-09-13 10:15:44.902 +05:30 2e527d8a-e659-4044-a5f3-8a262aef6460 INF HTTP request: Path: /user/getusergroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:15:44.902 +05:30 abcd91ef-c828-42db-a619-4b4527de746b INF Executing endpoint 'Sang.Security.Api.Controllers.UserController.GetUserGroups (Sang.Security.Api)' 2024-09-13 10:15:44.903 +05:30 abcd91ef-c828-42db-a619-4b4527de746b INF Route matched with {action = "GetUserGroups", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserGroups() on controller Sang.Security.Api.Controllers.UserController (Sang.Security.Api). 2024-09-13 10:15:44.921 +05:30 8b0ef90a-0e2e-42c6-822b-b922dbd7c605 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:15:44.921 +05:30 8b0ef90a-0e2e-42c6-822b-b922dbd7c605 INF Executed action Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api) in 21.972ms 2024-09-13 10:15:44.921 +05:30 8b0ef90a-0e2e-42c6-822b-b922dbd7c605 INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api)' 2024-09-13 10:15:44.921 +05:30 8b0ef90a-0e2e-42c6-822b-b922dbd7c605 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7161bd86-0bf4-4879-a475-3b7d67b79dac}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 273} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":3,\"Name\":\"dipin\"},{\"Id\":2,\"Name\":\"Test Goklu\"},{\"Id\":5,\"Name\":\"Test_Steffy_Role\"},{\"Id\":1,\"Name\":\"TestRole\"},{\"Id\":4,\"Name\":\"testRole1109\"}]"} 2024-09-13 10:15:44.922 +05:30 8b0ef90a-0e2e-42c6-822b-b922dbd7c605 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString= - 200 273 application/json; charset=utf-8 23.4191ms 2024-09-13 10:15:45.001 +05:30 abcd91ef-c828-42db-a619-4b4527de746b INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:15:45.001 +05:30 abcd91ef-c828-42db-a619-4b4527de746b INF Executed action Sang.Security.Api.Controllers.UserController.GetUserGroups (Sang.Security.Api) in 98.8291ms 2024-09-13 10:15:45.002 +05:30 abcd91ef-c828-42db-a619-4b4527de746b INF Executed endpoint 'Sang.Security.Api.Controllers.UserController.GetUserGroups (Sang.Security.Api)' 2024-09-13 10:15:45.002 +05:30 abcd91ef-c828-42db-a619-4b4527de746b INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: 2e527d8a-e659-4044-a5f3-8a262aef6460}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 84} Body: {"status":"Failure","statusCode":3001,"message":"Record(s) Not Found","result":null} 2024-09-13 10:15:45.002 +05:30 abcd91ef-c828-42db-a619-4b4527de746b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusergroups - 404 84 application/json; charset=utf-8 100.2307ms 2024-09-13 10:15:45.157 +05:30 120c4f01-0844-4fb9-a1cd-3b8272411f61 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString=Test_Steffy_Role - null null 2024-09-13 10:15:45.158 +05:30 120c4f01-0844-4fb9-a1cd-3b8272411f61 INF CORS policy execution successful. 2024-09-13 10:15:45.158 +05:30 120c4f01-0844-4fb9-a1cd-3b8272411f61 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString=Test_Steffy_Role - 204 null null 0.7127ms 2024-09-13 10:15:45.201 +05:30 b71c9bbb-7e31-46c6-a55f-34d814f72cd3 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString=Test_Steffy_Role - null null 2024-09-13 10:15:45.201 +05:30 b71c9bbb-7e31-46c6-a55f-34d814f72cd3 INF CORS policy execution successful. 2024-09-13 10:15:45.201 +05:30 b71c9bbb-7e31-46c6-a55f-34d814f72cd3 INF HTTP request: Path: /role/geterproles QueryString: ?searchString=Test_Steffy_Role Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:15:45.202 +05:30 e0b1c002-1718-4618-a6a3-b610c3225424 INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api)' 2024-09-13 10:15:45.202 +05:30 e0b1c002-1718-4618-a6a3-b610c3225424 INF Route matched with {action = "GetERPRoles", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetERPRoles(System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 10:15:45.219 +05:30 e0b1c002-1718-4618-a6a3-b610c3225424 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:15:45.219 +05:30 e0b1c002-1718-4618-a6a3-b610c3225424 INF Executed action Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api) in 17.0005ms 2024-09-13 10:15:45.219 +05:30 e0b1c002-1718-4618-a6a3-b610c3225424 INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api)' 2024-09-13 10:15:45.219 +05:30 e0b1c002-1718-4618-a6a3-b610c3225424 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b71c9bbb-7e31-46c6-a55f-34d814f72cd3}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":5,\"Name\":\"Test_Steffy_Role\"}]"} 2024-09-13 10:15:45.220 +05:30 e0b1c002-1718-4618-a6a3-b610c3225424 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString=Test_Steffy_Role - 200 138 application/json; charset=utf-8 19.1724ms 2024-09-13 10:16:12.241 +05:30 ca11dc6a-d072-43ae-bb0e-180d2ce8ec56 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusertype - null null 2024-09-13 10:16:12.241 +05:30 ca11dc6a-d072-43ae-bb0e-180d2ce8ec56 INF CORS policy execution successful. 2024-09-13 10:16:12.242 +05:30 ca11dc6a-d072-43ae-bb0e-180d2ce8ec56 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusertype - 204 null null 1.1428ms 2024-09-13 10:16:12.324 +05:30 b0d210f5-8d6e-4c21-a174-df06e4ec971b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusertype - null null 2024-09-13 10:16:12.325 +05:30 b0d210f5-8d6e-4c21-a174-df06e4ec971b INF CORS policy execution successful. 2024-09-13 10:16:12.326 +05:30 b0d210f5-8d6e-4c21-a174-df06e4ec971b INF HTTP request: Path: /user/getusertype QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:16:12.327 +05:30 29d426bf-40bd-4c3a-9bc1-7343a81774f9 INF Executing endpoint 'Sang.Security.Api.Controllers.UserController.GetUserType (Sang.Security.Api)' 2024-09-13 10:16:12.334 +05:30 29d426bf-40bd-4c3a-9bc1-7343a81774f9 INF Route matched with {action = "GetUserType", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserType() on controller Sang.Security.Api.Controllers.UserController (Sang.Security.Api). 2024-09-13 10:16:12.353 +05:30 29d426bf-40bd-4c3a-9bc1-7343a81774f9 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:16:12.354 +05:30 29d426bf-40bd-4c3a-9bc1-7343a81774f9 INF Executed action Sang.Security.Api.Controllers.UserController.GetUserType (Sang.Security.Api) in 19.3844ms 2024-09-13 10:16:12.354 +05:30 29d426bf-40bd-4c3a-9bc1-7343a81774f9 INF Executed endpoint 'Sang.Security.Api.Controllers.UserController.GetUserType (Sang.Security.Api)' 2024-09-13 10:16:12.354 +05:30 29d426bf-40bd-4c3a-9bc1-7343a81774f9 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b0d210f5-8d6e-4c21-a174-df06e4ec971b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 137} Body: {"status":"Success","statusCode":2000,"message":"User Type retrieved.","result":"[{\"iUserType\":0,\"UserTypeDescription\":\"Others\"}]"} 2024-09-13 10:16:12.354 +05:30 29d426bf-40bd-4c3a-9bc1-7343a81774f9 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusertype - 200 137 application/json; charset=utf-8 30.2517ms 2024-09-13 10:18:45.465 +05:30 9a9dabe0-326e-414f-8ca2-cbd31939adc4 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusertype - null null 2024-09-13 10:18:45.467 +05:30 9a9dabe0-326e-414f-8ca2-cbd31939adc4 INF CORS policy execution successful. 2024-09-13 10:18:45.467 +05:30 9a9dabe0-326e-414f-8ca2-cbd31939adc4 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusertype - 204 null null 2.2724ms 2024-09-13 10:18:45.509 +05:30 c0b50546-5427-4078-967e-0e96c5b583ae INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusertype - null null 2024-09-13 10:18:45.511 +05:30 c0b50546-5427-4078-967e-0e96c5b583ae INF CORS policy execution successful. 2024-09-13 10:18:45.512 +05:30 c0b50546-5427-4078-967e-0e96c5b583ae INF HTTP request: Path: /user/getusertype QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:18:45.513 +05:30 e7af6dea-570f-45a2-b0e7-3809408bffbd INF Executing endpoint 'Sang.Security.Api.Controllers.UserController.GetUserType (Sang.Security.Api)' 2024-09-13 10:18:45.514 +05:30 e7af6dea-570f-45a2-b0e7-3809408bffbd INF Route matched with {action = "GetUserType", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserType() on controller Sang.Security.Api.Controllers.UserController (Sang.Security.Api). 2024-09-13 10:18:45.547 +05:30 e7af6dea-570f-45a2-b0e7-3809408bffbd INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:18:45.548 +05:30 e7af6dea-570f-45a2-b0e7-3809408bffbd INF Executed action Sang.Security.Api.Controllers.UserController.GetUserType (Sang.Security.Api) in 33.6974ms 2024-09-13 10:18:45.549 +05:30 e7af6dea-570f-45a2-b0e7-3809408bffbd INF Executed endpoint 'Sang.Security.Api.Controllers.UserController.GetUserType (Sang.Security.Api)' 2024-09-13 10:18:45.549 +05:30 e7af6dea-570f-45a2-b0e7-3809408bffbd INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c0b50546-5427-4078-967e-0e96c5b583ae}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 137} Body: {"status":"Success","statusCode":2000,"message":"User Type retrieved.","result":"[{\"iUserType\":0,\"UserTypeDescription\":\"Others\"}]"} 2024-09-13 10:18:45.550 +05:30 e7af6dea-570f-45a2-b0e7-3809408bffbd INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusertype - 200 137 application/json; charset=utf-8 41.0554ms 2024-09-13 10:18:48.836 +05:30 34e38edb-b837-4678-af20-8ecf7fa23304 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicyregex?roleId=5 - null null 2024-09-13 10:18:48.837 +05:30 34e38edb-b837-4678-af20-8ecf7fa23304 INF CORS policy execution successful. 2024-09-13 10:18:48.837 +05:30 34e38edb-b837-4678-af20-8ecf7fa23304 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicyregex?roleId=5 - 204 null null 0.7164ms 2024-09-13 10:18:48.881 +05:30 40cddf29-2893-4cd5-aca8-26b9939a92da INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicyregex?roleId=5 - null null 2024-09-13 10:18:48.882 +05:30 40cddf29-2893-4cd5-aca8-26b9939a92da INF CORS policy execution successful. 2024-09-13 10:18:48.882 +05:30 40cddf29-2893-4cd5-aca8-26b9939a92da INF HTTP request: Path: /passwordpolicy/getpasswordpolicyregex QueryString: ?roleId=5 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:18:48.882 +05:30 ecec1bff-e0a2-441d-bbab-d849cd015054 INF Executing endpoint 'Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyRegEx (Sang.Security.Api)' 2024-09-13 10:18:48.883 +05:30 ecec1bff-e0a2-441d-bbab-d849cd015054 INF Route matched with {action = "GetPasswordPolicyRegEx", controller = "PasswordPolicy"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPasswordPolicyRegEx(Int32) on controller Sang.Security.Api.Controllers.PasswordPolicyController (Sang.Security.Api). 2024-09-13 10:18:48.898 +05:30 ecec1bff-e0a2-441d-bbab-d849cd015054 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:18:48.899 +05:30 ecec1bff-e0a2-441d-bbab-d849cd015054 INF Executed action Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyRegEx (Sang.Security.Api) in 15.9979ms 2024-09-13 10:18:48.899 +05:30 ecec1bff-e0a2-441d-bbab-d849cd015054 INF Executed endpoint 'Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyRegEx (Sang.Security.Api)' 2024-09-13 10:18:48.899 +05:30 ecec1bff-e0a2-441d-bbab-d849cd015054 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 40cddf29-2893-4cd5-aca8-26b9939a92da}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 257} Body: {"status":"Success","statusCode":2000,"message":"Password Policy retrieved.","result":"[{\"PolicyRegExp\":\"^(?=.*[A-Z])(?=.*\\\\d).{8,}$\",\"Description\":\"At least 8 characters long;Contains at least one uppercase letter;Contains at least one digit\"}]"} 2024-09-13 10:18:48.900 +05:30 ecec1bff-e0a2-441d-bbab-d849cd015054 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicyregex?roleId=5 - 200 257 application/json; charset=utf-8 19.0166ms 2024-09-13 10:18:49.104 +05:30 45d56991-9877-476e-99fd-f5e896a40eb4 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusergroups - null null 2024-09-13 10:18:49.104 +05:30 45d56991-9877-476e-99fd-f5e896a40eb4 INF CORS policy execution successful. 2024-09-13 10:18:49.105 +05:30 45d56991-9877-476e-99fd-f5e896a40eb4 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusergroups - 204 null null 0.6705ms 2024-09-13 10:18:49.144 +05:30 66d7e175-e0da-4212-8b08-e35299794f3a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString= - null null 2024-09-13 10:18:49.145 +05:30 66d7e175-e0da-4212-8b08-e35299794f3a INF CORS policy execution successful. 2024-09-13 10:18:49.145 +05:30 66d7e175-e0da-4212-8b08-e35299794f3a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString= - 204 null null 0.6295ms 2024-09-13 10:18:49.152 +05:30 51dff178-08d5-41ab-b0ca-2acb9b2ff9a7 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusergroups - null null 2024-09-13 10:18:49.153 +05:30 51dff178-08d5-41ab-b0ca-2acb9b2ff9a7 INF CORS policy execution successful. 2024-09-13 10:18:49.153 +05:30 51dff178-08d5-41ab-b0ca-2acb9b2ff9a7 INF HTTP request: Path: /user/getusergroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:18:49.153 +05:30 1ee858fb-57a6-41b8-84b2-05b7adcfff74 INF Executing endpoint 'Sang.Security.Api.Controllers.UserController.GetUserGroups (Sang.Security.Api)' 2024-09-13 10:18:49.154 +05:30 1ee858fb-57a6-41b8-84b2-05b7adcfff74 INF Route matched with {action = "GetUserGroups", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserGroups() on controller Sang.Security.Api.Controllers.UserController (Sang.Security.Api). 2024-09-13 10:18:49.172 +05:30 1ee858fb-57a6-41b8-84b2-05b7adcfff74 INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:18:49.173 +05:30 1ee858fb-57a6-41b8-84b2-05b7adcfff74 INF Executed action Sang.Security.Api.Controllers.UserController.GetUserGroups (Sang.Security.Api) in 19.2259ms 2024-09-13 10:18:49.173 +05:30 1ee858fb-57a6-41b8-84b2-05b7adcfff74 INF Executed endpoint 'Sang.Security.Api.Controllers.UserController.GetUserGroups (Sang.Security.Api)' 2024-09-13 10:18:49.173 +05:30 1ee858fb-57a6-41b8-84b2-05b7adcfff74 INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: 51dff178-08d5-41ab-b0ca-2acb9b2ff9a7}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 84} Body: {"status":"Failure","statusCode":3001,"message":"Record(s) Not Found","result":null} 2024-09-13 10:18:49.174 +05:30 1ee858fb-57a6-41b8-84b2-05b7adcfff74 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusergroups - 404 84 application/json; charset=utf-8 21.7365ms 2024-09-13 10:18:49.186 +05:30 7cd0a846-750c-4029-96bb-db41ddea9f11 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString=Test_Steffy_Role - null null 2024-09-13 10:18:49.187 +05:30 7cd0a846-750c-4029-96bb-db41ddea9f11 INF CORS policy execution successful. 2024-09-13 10:18:49.187 +05:30 ece0914d-457a-4415-89f3-ff2f19310238 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString= - null null 2024-09-13 10:18:49.187 +05:30 7cd0a846-750c-4029-96bb-db41ddea9f11 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString=Test_Steffy_Role - 204 null null 0.6178ms 2024-09-13 10:18:49.187 +05:30 ece0914d-457a-4415-89f3-ff2f19310238 INF CORS policy execution successful. 2024-09-13 10:18:49.188 +05:30 ece0914d-457a-4415-89f3-ff2f19310238 INF HTTP request: Path: /role/geterproles QueryString: ?searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:18:49.188 +05:30 7a93c0df-43e1-48f3-b98b-24e487aeb857 INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api)' 2024-09-13 10:18:49.188 +05:30 7a93c0df-43e1-48f3-b98b-24e487aeb857 INF Route matched with {action = "GetERPRoles", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetERPRoles(System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 10:18:49.200 +05:30 7a93c0df-43e1-48f3-b98b-24e487aeb857 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:18:49.200 +05:30 7a93c0df-43e1-48f3-b98b-24e487aeb857 INF Executed action Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api) in 12.4515ms 2024-09-13 10:18:49.201 +05:30 7a93c0df-43e1-48f3-b98b-24e487aeb857 INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api)' 2024-09-13 10:18:49.201 +05:30 7a93c0df-43e1-48f3-b98b-24e487aeb857 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ece0914d-457a-4415-89f3-ff2f19310238}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 273} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":3,\"Name\":\"dipin\"},{\"Id\":2,\"Name\":\"Test Goklu\"},{\"Id\":5,\"Name\":\"Test_Steffy_Role\"},{\"Id\":1,\"Name\":\"TestRole\"},{\"Id\":4,\"Name\":\"testRole1109\"}]"} 2024-09-13 10:18:49.201 +05:30 7a93c0df-43e1-48f3-b98b-24e487aeb857 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString= - 200 273 application/json; charset=utf-8 14.2726ms 2024-09-13 10:18:49.227 +05:30 7829d878-6824-4fbf-b659-840273cd5839 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString=Test_Steffy_Role - null null 2024-09-13 10:18:49.228 +05:30 7829d878-6824-4fbf-b659-840273cd5839 INF CORS policy execution successful. 2024-09-13 10:18:49.228 +05:30 7829d878-6824-4fbf-b659-840273cd5839 INF HTTP request: Path: /role/geterproles QueryString: ?searchString=Test_Steffy_Role Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:18:49.228 +05:30 fbc58ee9-548f-43f9-afbd-53c77d987fc5 INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api)' 2024-09-13 10:18:49.228 +05:30 fbc58ee9-548f-43f9-afbd-53c77d987fc5 INF Route matched with {action = "GetERPRoles", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetERPRoles(System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 10:18:49.259 +05:30 fbc58ee9-548f-43f9-afbd-53c77d987fc5 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:18:49.259 +05:30 fbc58ee9-548f-43f9-afbd-53c77d987fc5 INF Executed action Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api) in 30.4262ms 2024-09-13 10:18:49.259 +05:30 fbc58ee9-548f-43f9-afbd-53c77d987fc5 INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetERPRoles (Sang.Security.Api)' 2024-09-13 10:18:49.259 +05:30 fbc58ee9-548f-43f9-afbd-53c77d987fc5 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7829d878-6824-4fbf-b659-840273cd5839}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"Id\":5,\"Name\":\"Test_Steffy_Role\"}]"} 2024-09-13 10:18:49.260 +05:30 fbc58ee9-548f-43f9-afbd-53c77d987fc5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/geterproles?searchString=Test_Steffy_Role - 200 138 application/json; charset=utf-8 32.6768ms 2024-09-13 10:18:52.871 +05:30 b8263327-732e-414f-9786-6169b6b864f7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusertype - null null 2024-09-13 10:18:52.872 +05:30 b8263327-732e-414f-9786-6169b6b864f7 INF CORS policy execution successful. 2024-09-13 10:18:52.872 +05:30 b8263327-732e-414f-9786-6169b6b864f7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/user/getusertype - 204 null null 1.0235ms 2024-09-13 10:18:52.918 +05:30 ac281551-c030-4b6c-bd12-f81ea4c3f33a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusertype - null null 2024-09-13 10:18:52.918 +05:30 ac281551-c030-4b6c-bd12-f81ea4c3f33a INF CORS policy execution successful. 2024-09-13 10:18:52.918 +05:30 ac281551-c030-4b6c-bd12-f81ea4c3f33a INF HTTP request: Path: /user/getusertype QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMwODIsImlhdCI6MTcyNjIwMjQ4Mn0.4b5Rh9nTVRf_6Qd2cQkzzMBkGhB5Uy_YbcPrSSJ1TYM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:18:52.919 +05:30 cac32c29-c693-4784-96bc-9e7214910267 INF Executing endpoint 'Sang.Security.Api.Controllers.UserController.GetUserType (Sang.Security.Api)' 2024-09-13 10:18:52.919 +05:30 cac32c29-c693-4784-96bc-9e7214910267 INF Route matched with {action = "GetUserType", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUserType() on controller Sang.Security.Api.Controllers.UserController (Sang.Security.Api). 2024-09-13 10:18:52.930 +05:30 cac32c29-c693-4784-96bc-9e7214910267 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:18:52.930 +05:30 cac32c29-c693-4784-96bc-9e7214910267 INF Executed action Sang.Security.Api.Controllers.UserController.GetUserType (Sang.Security.Api) in 11.1413ms 2024-09-13 10:18:52.930 +05:30 cac32c29-c693-4784-96bc-9e7214910267 INF Executed endpoint 'Sang.Security.Api.Controllers.UserController.GetUserType (Sang.Security.Api)' 2024-09-13 10:18:52.930 +05:30 cac32c29-c693-4784-96bc-9e7214910267 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ac281551-c030-4b6c-bd12-f81ea4c3f33a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 137} Body: {"status":"Success","statusCode":2000,"message":"User Type retrieved.","result":"[{\"iUserType\":0,\"UserTypeDescription\":\"Others\"}]"} 2024-09-13 10:18:52.931 +05:30 cac32c29-c693-4784-96bc-9e7214910267 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/user/getusertype - 200 137 application/json; charset=utf-8 13.2315ms 2024-09-13 10:22:52.914 +05:30 ae4134ad-74cf-40b2-935f-8910a4d3f1f3 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMzODIsImlhdCI6MTcyNjIwMjQ4Mn0.ouawUiQhNHbSfK0qmb0SlOu6yXt88fO34i1mqRdyvSM - null null 2024-09-13 10:22:52.916 +05:30 ae4134ad-74cf-40b2-935f-8910a4d3f1f3 INF CORS policy execution successful. 2024-09-13 10:22:52.919 +05:30 ae4134ad-74cf-40b2-935f-8910a4d3f1f3 INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMzODIsImlhdCI6MTcyNjIwMjQ4Mn0.ouawUiQhNHbSfK0qmb0SlOu6yXt88fO34i1mqRdyvSM Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:22:52.920 +05:30 e0014e27-4f77-48d2-8428-c03974e16c05 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 10:22:52.921 +05:30 e0014e27-4f77-48d2-8428-c03974e16c05 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 10:22:52.968 +05:30 e0014e27-4f77-48d2-8428-c03974e16c05 INF Token generated 2024-09-13 10:22:52.968 +05:30 e0014e27-4f77-48d2-8428-c03974e16c05 INF Token generated 2024-09-13 10:22:52.970 +05:30 e0014e27-4f77-48d2-8428-c03974e16c05 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:22:52.971 +05:30 e0014e27-4f77-48d2-8428-c03974e16c05 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 49.943ms 2024-09-13 10:22:52.971 +05:30 e0014e27-4f77-48d2-8428-c03974e16c05 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 10:22:52.971 +05:30 e0014e27-4f77-48d2-8428-c03974e16c05 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ae4134ad-74cf-40b2-935f-8910a4d3f1f3}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 885} Body: {"status":"Success","statusCode":2000,"message":"Tokens Regenerated","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzMTcyLCJleHAiOjE3MjYyMDM3NzIsImlhdCI6MTcyNjIwMzE3Mn0.vhlRp6_-og7DpqRgG_QFjnRLjTXVljMhN8UtV-fIV0Y\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzMTcyLCJleHAiOjE3MjYyMDQwNzIsImlhdCI6MTcyNjIwMzE3Mn0.P5sL-cyYi-toRC0bybXnhe4IoSAUkSnI_PCtS_50io8\"}"} 2024-09-13 10:22:52.972 +05:30 e0014e27-4f77-48d2-8428-c03974e16c05 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAyNDgyLCJleHAiOjE3MjYyMDMzODIsImlhdCI6MTcyNjIwMjQ4Mn0.ouawUiQhNHbSfK0qmb0SlOu6yXt88fO34i1mqRdyvSM - 200 885 application/json; charset=utf-8 57.9096ms 2024-09-13 10:31:06.304 +05:30 75ba9cd7-3bd8-41a1-acc6-0931527589fd INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAxODU5LCJleHAiOjE3MjYyMDI3NTksImlhdCI6MTcyNjIwMTg1OX0.MdXHvR5flPW3ZznvSK8Mzd_3dvpXiIzLnbKBK01IJk0 - null null 2024-09-13 10:31:06.306 +05:30 75ba9cd7-3bd8-41a1-acc6-0931527589fd INF CORS policy execution successful. 2024-09-13 10:31:06.308 +05:30 75ba9cd7-3bd8-41a1-acc6-0931527589fd INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAxODU5LCJleHAiOjE3MjYyMDI3NTksImlhdCI6MTcyNjIwMTg1OX0.MdXHvR5flPW3ZznvSK8Mzd_3dvpXiIzLnbKBK01IJk0 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 10:31:06.310 +05:30 6a47f12b-7b90-420a-9770-205a32a31fd0 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 10:31:06.312 +05:30 6a47f12b-7b90-420a-9770-205a32a31fd0 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 10:31:06.318 +05:30 6a47f12b-7b90-420a-9770-205a32a31fd0 INF Executing BadRequestObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:31:06.321 +05:30 6a47f12b-7b90-420a-9770-205a32a31fd0 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 8.0766ms 2024-09-13 10:31:06.321 +05:30 6a47f12b-7b90-420a-9770-205a32a31fd0 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 10:31:06.321 +05:30 6a47f12b-7b90-420a-9770-205a32a31fd0 INF HTTP Response: StatusCode: 400 Headers: {X-Correlation-Id: 75ba9cd7-3bd8-41a1-acc6-0931527589fd}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 90} Body: {"status":"Failure","statusCode":4000,"message":"Refresh token has expired","result":null} 2024-09-13 10:31:06.322 +05:30 6a47f12b-7b90-420a-9770-205a32a31fd0 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAxODU5LCJleHAiOjE3MjYyMDI3NTksImlhdCI6MTcyNjIwMTg1OX0.MdXHvR5flPW3ZznvSK8Mzd_3dvpXiIzLnbKBK01IJk0 - 400 90 application/json; charset=utf-8 18.3939ms 2024-09-13 10:32:05.147 +05:30 02daa358-f7a6-4cca-9368-76bef9d0c2d1 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=TestUser2 - null null 2024-09-13 10:32:05.149 +05:30 02daa358-f7a6-4cca-9368-76bef9d0c2d1 INF CORS policy execution successful. 2024-09-13 10:32:05.151 +05:30 02daa358-f7a6-4cca-9368-76bef9d0c2d1 INF HTTP request: Path: /login/getcompany QueryString: ?userName=TestUser2 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 10:32:05.153 +05:30 b018f13c-c98d-479a-80b2-d8106e31154e INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 10:32:05.155 +05:30 b018f13c-c98d-479a-80b2-d8106e31154e INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 10:32:05.231 +05:30 b018f13c-c98d-479a-80b2-d8106e31154e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:32:05.232 +05:30 b018f13c-c98d-479a-80b2-d8106e31154e INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 76.5761ms 2024-09-13 10:32:05.232 +05:30 b018f13c-c98d-479a-80b2-d8106e31154e INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 10:32:05.232 +05:30 b018f13c-c98d-479a-80b2-d8106e31154e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 02daa358-f7a6-4cca-9368-76bef9d0c2d1}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 177} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":7,\"Company Name\":\"Entity9\"},{\"ID\":5,\"Company Name\":\"Entity5\"}]"} 2024-09-13 10:32:05.233 +05:30 b018f13c-c98d-479a-80b2-d8106e31154e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=TestUser2 - 200 177 application/json; charset=utf-8 86.1959ms 2024-09-13 10:32:12.142 +05:30 6deb7f3d-5e8a-496a-a049-2bbf05194f4e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=TestUser2 - null null 2024-09-13 10:32:12.143 +05:30 6deb7f3d-5e8a-496a-a049-2bbf05194f4e INF CORS policy execution successful. 2024-09-13 10:32:12.143 +05:30 6deb7f3d-5e8a-496a-a049-2bbf05194f4e INF HTTP request: Path: /login/getcompany QueryString: ?userName=TestUser2 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 10:32:12.144 +05:30 63aeb724-dd01-48e7-adfa-2905999c0ee2 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 10:32:12.144 +05:30 63aeb724-dd01-48e7-adfa-2905999c0ee2 INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 10:32:12.159 +05:30 63aeb724-dd01-48e7-adfa-2905999c0ee2 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:32:12.159 +05:30 63aeb724-dd01-48e7-adfa-2905999c0ee2 INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 15.1278ms 2024-09-13 10:32:12.159 +05:30 63aeb724-dd01-48e7-adfa-2905999c0ee2 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 10:32:12.159 +05:30 63aeb724-dd01-48e7-adfa-2905999c0ee2 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 6deb7f3d-5e8a-496a-a049-2bbf05194f4e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 177} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":7,\"Company Name\":\"Entity9\"},{\"ID\":5,\"Company Name\":\"Entity5\"}]"} 2024-09-13 10:32:12.160 +05:30 63aeb724-dd01-48e7-adfa-2905999c0ee2 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=TestUser2 - 200 177 application/json; charset=utf-8 18.1702ms 2024-09-13 10:32:33.408 +05:30 29d06636-0896-4b5e-b5fd-8af3a9e1d870 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - null null 2024-09-13 10:32:33.409 +05:30 29d06636-0896-4b5e-b5fd-8af3a9e1d870 INF CORS policy execution successful. 2024-09-13 10:32:33.410 +05:30 29d06636-0896-4b5e-b5fd-8af3a9e1d870 INF HTTP request: Path: /login/getcompany QueryString: ?userName=dipin Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 10:32:33.410 +05:30 c7906555-dfca-49e3-92c1-90b936db3ea0 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 10:32:33.411 +05:30 c7906555-dfca-49e3-92c1-90b936db3ea0 INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 10:32:33.435 +05:30 c7906555-dfca-49e3-92c1-90b936db3ea0 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:32:33.436 +05:30 c7906555-dfca-49e3-92c1-90b936db3ea0 INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 24.8559ms 2024-09-13 10:32:33.436 +05:30 c7906555-dfca-49e3-92c1-90b936db3ea0 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 10:32:33.436 +05:30 c7906555-dfca-49e3-92c1-90b936db3ea0 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 29d06636-0896-4b5e-b5fd-8af3a9e1d870}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 10:32:33.436 +05:30 c7906555-dfca-49e3-92c1-90b936db3ea0 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - 200 138 application/json; charset=utf-8 28.9021ms 2024-09-13 10:32:38.865 +05:30 7ab0cf0e-a6bb-4a9a-9502-2bf50a550f80 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 10:32:38.866 +05:30 7ab0cf0e-a6bb-4a9a-9502-2bf50a550f80 INF CORS policy execution successful. 2024-09-13 10:32:38.866 +05:30 7ab0cf0e-a6bb-4a9a-9502-2bf50a550f80 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 0.7616ms 2024-09-13 10:32:38.916 +05:30 bfc6a490-d8cd-431e-bb55-27796148b3e4 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 112 2024-09-13 10:32:38.916 +05:30 bfc6a490-d8cd-431e-bb55-27796148b3e4 INF CORS policy execution successful. 2024-09-13 10:32:38.916 +05:30 bfc6a490-d8cd-431e-bb55-27796148b3e4 INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 112}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"dipin","password":"UjgEpa1oE5f/WyfCWCwrcg==","entityId":8,"Company Name":"Entity10"} 2024-09-13 10:32:38.917 +05:30 c4517d17-18cf-4839-af17-a110eee35715 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 10:32:38.917 +05:30 c4517d17-18cf-4839-af17-a110eee35715 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 10:32:38.964 +05:30 c4517d17-18cf-4839-af17-a110eee35715 INF Database retrieved 2024-09-13 10:32:38.986 +05:30 c4517d17-18cf-4839-af17-a110eee35715 INF Token generated 2024-09-13 10:32:38.986 +05:30 c4517d17-18cf-4839-af17-a110eee35715 INF Token generated 2024-09-13 10:32:38.987 +05:30 c4517d17-18cf-4839-af17-a110eee35715 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:32:38.987 +05:30 c4517d17-18cf-4839-af17-a110eee35715 INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 70.0691ms 2024-09-13 10:32:38.987 +05:30 c4517d17-18cf-4839-af17-a110eee35715 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 10:32:38.987 +05:30 c4517d17-18cf-4839-af17-a110eee35715 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: bfc6a490-d8cd-431e-bb55-27796148b3e4}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 876} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzNzU4LCJleHAiOjE3MjYyMDQzNTgsImlhdCI6MTcyNjIwMzc1OH0.1y-yOW-zlGW1ZSh8mmTQoSVuznQn9V87i1L0uN_1zaM\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzNzU4LCJleHAiOjE3MjYyMDQ2NTgsImlhdCI6MTcyNjIwMzc1OH0.wDvdZyOrNXu-pxmRyojgUCWnDfmcF6znps9F-c3d7Wc\"}"} 2024-09-13 10:32:38.988 +05:30 c4517d17-18cf-4839-af17-a110eee35715 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 876 application/json; charset=utf-8 71.792ms 2024-09-13 10:33:03.029 +05:30 3c32d435-aaaf-45b2-9910-882606146d3c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - null null 2024-09-13 10:33:03.030 +05:30 3c32d435-aaaf-45b2-9910-882606146d3c INF CORS policy execution successful. 2024-09-13 10:33:03.030 +05:30 3c32d435-aaaf-45b2-9910-882606146d3c INF HTTP request: Path: /login/getcompany QueryString: ?userName=dipin Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 10:33:03.030 +05:30 17dccd28-6672-4924-bf33-8a59ed63ccaa INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 10:33:03.031 +05:30 17dccd28-6672-4924-bf33-8a59ed63ccaa INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 10:33:03.044 +05:30 17dccd28-6672-4924-bf33-8a59ed63ccaa INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:33:03.044 +05:30 17dccd28-6672-4924-bf33-8a59ed63ccaa INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 13.1636ms 2024-09-13 10:33:03.044 +05:30 17dccd28-6672-4924-bf33-8a59ed63ccaa INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 10:33:03.044 +05:30 17dccd28-6672-4924-bf33-8a59ed63ccaa INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3c32d435-aaaf-45b2-9910-882606146d3c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 10:33:03.044 +05:30 17dccd28-6672-4924-bf33-8a59ed63ccaa INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - 200 138 application/json; charset=utf-8 15.7774ms 2024-09-13 10:33:08.265 +05:30 23c9832b-fc2a-437c-8b5f-7ae055300ccf INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 10:33:08.266 +05:30 23c9832b-fc2a-437c-8b5f-7ae055300ccf INF CORS policy execution successful. 2024-09-13 10:33:08.266 +05:30 23c9832b-fc2a-437c-8b5f-7ae055300ccf INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 0.8944ms 2024-09-13 10:33:08.314 +05:30 fd0b11b5-0dbe-41ab-9a20-31707f6a278f INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 112 2024-09-13 10:33:08.314 +05:30 fd0b11b5-0dbe-41ab-9a20-31707f6a278f INF CORS policy execution successful. 2024-09-13 10:33:08.315 +05:30 fd0b11b5-0dbe-41ab-9a20-31707f6a278f INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 112}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"dipin","entityId":8,"Company Name":"Entity10","password":"UjgEpa1oE5f/WyfCWCwrcg=="} 2024-09-13 10:33:08.315 +05:30 931a73a8-091f-4fa1-b11e-5dac4dd62716 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 10:33:08.315 +05:30 931a73a8-091f-4fa1-b11e-5dac4dd62716 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 10:33:08.328 +05:30 931a73a8-091f-4fa1-b11e-5dac4dd62716 INF Database retrieved 2024-09-13 10:33:08.338 +05:30 931a73a8-091f-4fa1-b11e-5dac4dd62716 INF Token generated 2024-09-13 10:33:08.339 +05:30 931a73a8-091f-4fa1-b11e-5dac4dd62716 INF Token generated 2024-09-13 10:33:08.339 +05:30 931a73a8-091f-4fa1-b11e-5dac4dd62716 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:33:08.339 +05:30 931a73a8-091f-4fa1-b11e-5dac4dd62716 INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 23.7749ms 2024-09-13 10:33:08.339 +05:30 931a73a8-091f-4fa1-b11e-5dac4dd62716 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 10:33:08.340 +05:30 931a73a8-091f-4fa1-b11e-5dac4dd62716 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: fd0b11b5-0dbe-41ab-9a20-31707f6a278f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 876} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzNzg4LCJleHAiOjE3MjYyMDQzODgsImlhdCI6MTcyNjIwMzc4OH0.DawXF7Gg1wZ86PVpzIF1xKR7nVferi96-svOOTIpsxc\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzNzg4LCJleHAiOjE3MjYyMDQ2ODgsImlhdCI6MTcyNjIwMzc4OH0.lPlQlsPwUCK_8cUTpsA0uKs0w7BUfeu6tmOzMkyCCIU\"}"} 2024-09-13 10:33:08.340 +05:30 931a73a8-091f-4fa1-b11e-5dac4dd62716 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 876 application/json; charset=utf-8 25.8532ms 2024-09-13 10:34:05.514 +05:30 381a91de-99e0-4a6f-adfd-4dcac1c9f064 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json-patch+json 99 2024-09-13 10:34:05.517 +05:30 381a91de-99e0-4a6f-adfd-4dcac1c9f064 INF HTTP request: Path: /login/login QueryString: Headers: {Accept: */*}, {Accept-Encoding: gzip, deflate, br}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 99}, {Content-Type: application/json-patch+json}, {Host: 103.120.178.195}, {User-Agent: PostmanRuntime/7.42.0}, {Postman-Token: b18de38d-5ec4-4871-aeea-5bca3c2a4741} Host: 103.120.178.195 Body: { "loginName": "TestUser1", "password": "TestUser1", "entityId": 7, "channelId": 2 } 2024-09-13 10:34:05.518 +05:30 4b0a68eb-3e86-4891-8a33-274ca47c8d18 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 10:34:05.518 +05:30 4b0a68eb-3e86-4891-8a33-274ca47c8d18 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 10:34:05.543 +05:30 4b0a68eb-3e86-4891-8a33-274ca47c8d18 INF Database retrieved 2024-09-13 10:34:05.580 +05:30 4b0a68eb-3e86-4891-8a33-274ca47c8d18 INF Token generated 2024-09-13 10:34:05.581 +05:30 4b0a68eb-3e86-4891-8a33-274ca47c8d18 INF Token generated 2024-09-13 10:34:05.582 +05:30 4b0a68eb-3e86-4891-8a33-274ca47c8d18 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:34:05.583 +05:30 4b0a68eb-3e86-4891-8a33-274ca47c8d18 INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 64.3614ms 2024-09-13 10:34:05.583 +05:30 4b0a68eb-3e86-4891-8a33-274ca47c8d18 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 10:34:05.583 +05:30 4b0a68eb-3e86-4891-8a33-274ca47c8d18 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 381a91de-99e0-4a6f-adfd-4dcac1c9f064}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 898} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIxIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjEiLCJuYW1laWQiOiI0IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMDM4NDUsImV4cCI6MTcyNjIwNDQ0NSwiaWF0IjoxNzI2MjAzODQ1fQ.76tuC8NNLb4IlVvGVrKHsl_xV347vbFvYxT6gH7wRlU\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIxIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjEiLCJuYW1laWQiOiI0IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMDM4NDUsImV4cCI6MTcyNjIwNDc0NSwiaWF0IjoxNzI2MjAzODQ1fQ.evaAY_myTLyDjzDdbNUeVkUvrkZwCD3PzVYcWF3FurM\"}"} 2024-09-13 10:34:05.584 +05:30 4b0a68eb-3e86-4891-8a33-274ca47c8d18 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 898 application/json; charset=utf-8 70.5929ms 2024-09-13 10:34:15.380 +05:30 b41bbfc0-a6e2-4ac5-86e0-bbef51df78be INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:34:15.380 +05:30 b41bbfc0-a6e2-4ac5-86e0-bbef51df78be INF CORS policy execution successful. 2024-09-13 10:34:15.381 +05:30 b41bbfc0-a6e2-4ac5-86e0-bbef51df78be INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 1.235ms 2024-09-13 10:34:15.424 +05:30 6048a777-cb3a-4bd2-aff2-e448cfd9cf19 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:34:15.427 +05:30 6048a777-cb3a-4bd2-aff2-e448cfd9cf19 INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/13/2024 5:02:52 AM', Current time (UTC): '9/13/2024 5:04:15 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-13 10:34:15.430 +05:30 6048a777-cb3a-4bd2-aff2-e448cfd9cf19 INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/13/2024 5:02:52 AM', Current time (UTC): '9/13/2024 5:04:15 AM'. 2024-09-13 10:34:15.431 +05:30 6048a777-cb3a-4bd2-aff2-e448cfd9cf19 INF CORS policy execution successful. 2024-09-13 10:34:15.431 +05:30 6048a777-cb3a-4bd2-aff2-e448cfd9cf19 INF HTTP request: Path: /profile/getprofilesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzMTcyLCJleHAiOjE3MjYyMDM3NzIsImlhdCI6MTcyNjIwMzE3Mn0.vhlRp6_-og7DpqRgG_QFjnRLjTXVljMhN8UtV-fIV0Y}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:34:15.437 +05:30 65974ad4-b4fb-495d-b203-f8e8b663a6d1 INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-13 10:34:15.439 +05:30 65974ad4-b4fb-495d-b203-f8e8b663a6d1 INF AuthenticationScheme: Bearer was challenged. 2024-09-13 10:34:15.439 +05:30 65974ad4-b4fb-495d-b203-f8e8b663a6d1 INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: 6048a777-cb3a-4bd2-aff2-e448cfd9cf19}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/13/2024 05:02:52'"} Body: 2024-09-13 10:34:15.440 +05:30 65974ad4-b4fb-495d-b203-f8e8b663a6d1 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 401 null null 15.5183ms 2024-09-13 10:34:15.513 +05:30 8adeef59-1ea1-4fb9-9f97-fb74b6e12fe6 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzMTcyLCJleHAiOjE3MjYyMDQwNzIsImlhdCI6MTcyNjIwMzE3Mn0.P5sL-cyYi-toRC0bybXnhe4IoSAUkSnI_PCtS_50io8 - null null 2024-09-13 10:34:15.513 +05:30 8adeef59-1ea1-4fb9-9f97-fb74b6e12fe6 INF CORS policy execution successful. 2024-09-13 10:34:15.513 +05:30 8adeef59-1ea1-4fb9-9f97-fb74b6e12fe6 INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzMTcyLCJleHAiOjE3MjYyMDQwNzIsImlhdCI6MTcyNjIwMzE3Mn0.P5sL-cyYi-toRC0bybXnhe4IoSAUkSnI_PCtS_50io8 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:34:15.513 +05:30 253d7630-5b11-4df0-88d4-26528ee18f26 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 10:34:15.514 +05:30 253d7630-5b11-4df0-88d4-26528ee18f26 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 10:34:15.530 +05:30 253d7630-5b11-4df0-88d4-26528ee18f26 ERR Login successful. 2024-09-13 10:34:15.555 +05:30 253d7630-5b11-4df0-88d4-26528ee18f26 ERR Token Regeneration failed System.Exception: Login successful. at Sang.Service.Common.Authentication.TokenService.RegenerateTokens(String refershToken) at Sang.Security.Api.Controllers.TokenController.RegenerateTokens(String refreshToken) 2024-09-13 10:34:15.556 +05:30 253d7630-5b11-4df0-88d4-26528ee18f26 INF Executing ObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:34:15.556 +05:30 253d7630-5b11-4df0-88d4-26528ee18f26 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 42.2267ms 2024-09-13 10:34:15.556 +05:30 253d7630-5b11-4df0-88d4-26528ee18f26 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 10:34:15.556 +05:30 253d7630-5b11-4df0-88d4-26528ee18f26 INF HTTP Response: StatusCode: 500 Headers: {X-Correlation-Id: 8adeef59-1ea1-4fb9-9f97-fb74b6e12fe6}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 81} Body: {"status":"Failure","statusCode":5000,"message":"Login successful","result":null} 2024-09-13 10:34:15.556 +05:30 253d7630-5b11-4df0-88d4-26528ee18f26 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzMTcyLCJleHAiOjE3MjYyMDQwNzIsImlhdCI6MTcyNjIwMzE3Mn0.P5sL-cyYi-toRC0bybXnhe4IoSAUkSnI_PCtS_50io8 - 500 81 application/json; charset=utf-8 43.8865ms 2024-09-13 10:34:15.615 +05:30 a8a0c131-1681-4849-bb7c-20eda62c764c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzMTcyLCJleHAiOjE3MjYyMDQwNzIsImlhdCI6MTcyNjIwMzE3Mn0.P5sL-cyYi-toRC0bybXnhe4IoSAUkSnI_PCtS_50io8 - null null 2024-09-13 10:34:15.615 +05:30 a8a0c131-1681-4849-bb7c-20eda62c764c INF CORS policy execution successful. 2024-09-13 10:34:15.615 +05:30 a8a0c131-1681-4849-bb7c-20eda62c764c INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzMTcyLCJleHAiOjE3MjYyMDQwNzIsImlhdCI6MTcyNjIwMzE3Mn0.P5sL-cyYi-toRC0bybXnhe4IoSAUkSnI_PCtS_50io8 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:34:15.615 +05:30 5ba9a14e-3373-46df-83b6-532125d9cabd INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 10:34:15.615 +05:30 5ba9a14e-3373-46df-83b6-532125d9cabd INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 10:34:15.628 +05:30 5ba9a14e-3373-46df-83b6-532125d9cabd ERR Login successful. 2024-09-13 10:34:15.629 +05:30 5ba9a14e-3373-46df-83b6-532125d9cabd ERR Token Regeneration failed System.Exception: Login successful. at Sang.Service.Common.Authentication.TokenService.RegenerateTokens(String refershToken) at Sang.Security.Api.Controllers.TokenController.RegenerateTokens(String refreshToken) 2024-09-13 10:34:15.629 +05:30 5ba9a14e-3373-46df-83b6-532125d9cabd INF Executing ObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:34:15.630 +05:30 5ba9a14e-3373-46df-83b6-532125d9cabd INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 14.1604ms 2024-09-13 10:34:15.630 +05:30 5ba9a14e-3373-46df-83b6-532125d9cabd INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 10:34:15.630 +05:30 5ba9a14e-3373-46df-83b6-532125d9cabd INF HTTP Response: StatusCode: 500 Headers: {X-Correlation-Id: a8a0c131-1681-4849-bb7c-20eda62c764c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 81} Body: {"status":"Failure","statusCode":5000,"message":"Login successful","result":null} 2024-09-13 10:34:15.630 +05:30 5ba9a14e-3373-46df-83b6-532125d9cabd INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzMTcyLCJleHAiOjE3MjYyMDQwNzIsImlhdCI6MTcyNjIwMzE3Mn0.P5sL-cyYi-toRC0bybXnhe4IoSAUkSnI_PCtS_50io8 - 500 81 application/json; charset=utf-8 15.3659ms 2024-09-13 10:34:19.954 +05:30 7de8df25-750c-4749-93b9-2c76ed704dd6 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=Steffy - null null 2024-09-13 10:34:19.955 +05:30 7de8df25-750c-4749-93b9-2c76ed704dd6 INF CORS policy execution successful. 2024-09-13 10:34:19.955 +05:30 7de8df25-750c-4749-93b9-2c76ed704dd6 INF HTTP request: Path: /login/getcompany QueryString: ?userName=Steffy Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:34:19.956 +05:30 1779d0a4-a195-457f-8da8-781a976fbee2 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 10:34:19.956 +05:30 1779d0a4-a195-457f-8da8-781a976fbee2 INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 10:34:19.975 +05:30 1779d0a4-a195-457f-8da8-781a976fbee2 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:34:19.976 +05:30 1779d0a4-a195-457f-8da8-781a976fbee2 INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 19.1694ms 2024-09-13 10:34:19.976 +05:30 1779d0a4-a195-457f-8da8-781a976fbee2 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 10:34:19.976 +05:30 1779d0a4-a195-457f-8da8-781a976fbee2 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7de8df25-750c-4749-93b9-2c76ed704dd6}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 179} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"},{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 10:34:19.976 +05:30 1779d0a4-a195-457f-8da8-781a976fbee2 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=Steffy - 200 179 application/json; charset=utf-8 22.083ms 2024-09-13 10:34:26.317 +05:30 688b50b7-9981-4522-8789-acec03bdf4c7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 10:34:26.317 +05:30 688b50b7-9981-4522-8789-acec03bdf4c7 INF CORS policy execution successful. 2024-09-13 10:34:26.318 +05:30 688b50b7-9981-4522-8789-acec03bdf4c7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 1.0463ms 2024-09-13 10:34:26.359 +05:30 c74962cf-204b-460f-9450-cab832fff83e INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 113 2024-09-13 10:34:26.359 +05:30 c74962cf-204b-460f-9450-cab832fff83e INF CORS policy execution successful. 2024-09-13 10:34:26.360 +05:30 c74962cf-204b-460f-9450-cab832fff83e INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Content-Length: 113}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"Steffy","password":"1Cq38fb1YqVqkFchNqRfJg==","entityId":8,"Company Name":"Entity10"} 2024-09-13 10:34:26.360 +05:30 6b265c2d-d41e-4930-a1e4-1cad77b48a8d INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 10:34:26.361 +05:30 6b265c2d-d41e-4930-a1e4-1cad77b48a8d INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 10:34:26.386 +05:30 6b265c2d-d41e-4930-a1e4-1cad77b48a8d INF Database retrieved 2024-09-13 10:34:26.401 +05:30 6b265c2d-d41e-4930-a1e4-1cad77b48a8d INF Token generated 2024-09-13 10:34:26.401 +05:30 6b265c2d-d41e-4930-a1e4-1cad77b48a8d INF Token generated 2024-09-13 10:34:26.401 +05:30 6b265c2d-d41e-4930-a1e4-1cad77b48a8d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:34:26.402 +05:30 6b265c2d-d41e-4930-a1e4-1cad77b48a8d INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 40.9748ms 2024-09-13 10:34:26.402 +05:30 6b265c2d-d41e-4930-a1e4-1cad77b48a8d INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 10:34:26.402 +05:30 6b265c2d-d41e-4930-a1e4-1cad77b48a8d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c74962cf-204b-460f-9450-cab832fff83e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 884} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzODY2LCJleHAiOjE3MjYyMDQ0NjYsImlhdCI6MTcyNjIwMzg2Nn0.HfT9msQL7Htb4tXjDIyFqEjIMK5LKVqlT_OwXF3720o\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzODY2LCJleHAiOjE3MjYyMDQ3NjYsImlhdCI6MTcyNjIwMzg2Nn0.LMbGxWf9L4nkhpKoKuGEbYNUYU-9zuLBr7FbYqhAHaA\"}"} 2024-09-13 10:34:26.402 +05:30 6b265c2d-d41e-4930-a1e4-1cad77b48a8d INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 884 application/json; charset=utf-8 43.4686ms 2024-09-13 10:34:32.371 +05:30 4f514078-168d-4171-9f93-e47070e3fc27 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:34:32.371 +05:30 4f514078-168d-4171-9f93-e47070e3fc27 INF CORS policy execution successful. 2024-09-13 10:34:32.372 +05:30 4f514078-168d-4171-9f93-e47070e3fc27 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 0.7476ms 2024-09-13 10:34:32.411 +05:30 1f4709e7-d538-4fa8-81e5-8cee0ef77f65 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:34:32.412 +05:30 1f4709e7-d538-4fa8-81e5-8cee0ef77f65 INF CORS policy execution successful. 2024-09-13 10:34:32.413 +05:30 1f4709e7-d538-4fa8-81e5-8cee0ef77f65 INF HTTP request: Path: /profile/getprofilesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzODY2LCJleHAiOjE3MjYyMDQ0NjYsImlhdCI6MTcyNjIwMzg2Nn0.HfT9msQL7Htb4tXjDIyFqEjIMK5LKVqlT_OwXF3720o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:34:32.413 +05:30 7d8f8560-11f6-4ccb-98f1-baa21b1da229 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 10:34:32.413 +05:30 7d8f8560-11f6-4ccb-98f1-baa21b1da229 INF Route matched with {action = "GetProfileSummary", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 10:34:32.444 +05:30 7d8f8560-11f6-4ccb-98f1-baa21b1da229 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:34:32.444 +05:30 7d8f8560-11f6-4ccb-98f1-baa21b1da229 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api) in 30.5972ms 2024-09-13 10:34:32.444 +05:30 7d8f8560-11f6-4ccb-98f1-baa21b1da229 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 10:34:32.444 +05:30 7d8f8560-11f6-4ccb-98f1-baa21b1da229 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 1f4709e7-d538-4fa8-81e5-8cee0ef77f65}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 779} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":6,\"Name\":\"Test_Steffy_Profile2\",\"CreatedOn\":\"2024-09-12T12:00:29.167\",\"ModifiedOn\":null},{\"IId\":5,\"Name\":\"Test_Steffy_Profile\",\"CreatedOn\":\"2024-09-12T03:49:55.283\",\"ModifiedOn\":\"09/12/2024 14:56:25\"},{\"IId\":4,\"Name\":\"testProfile\",\"CreatedOn\":\"2024-09-11T09:05:40.767\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:42:19.627\",\"ModifiedOn\":\"09/12/2024 05:35:34\"},{\"IId\":2,\"Name\":\"Test Gokul\",\"CreatedOn\":\"2024-09-11T08:41:24.593\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"FullAccess\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":6,\"TotalPages\":1}]}"} 2024-09-13 10:34:32.445 +05:30 7d8f8560-11f6-4ccb-98f1-baa21b1da229 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 200 779 application/json; charset=utf-8 33.779ms 2024-09-13 10:34:36.126 +05:30 c70a34fe-113b-4652-88d3-e4b6206d1a16 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=5 - null null 2024-09-13 10:34:36.127 +05:30 c70a34fe-113b-4652-88d3-e4b6206d1a16 INF CORS policy execution successful. 2024-09-13 10:34:36.127 +05:30 c70a34fe-113b-4652-88d3-e4b6206d1a16 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=5 - 204 null null 0.8232ms 2024-09-13 10:34:36.432 +05:30 4c676cdd-9035-4a32-ade4-d37b7db3bb21 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 10:34:36.432 +05:30 4c676cdd-9035-4a32-ade4-d37b7db3bb21 INF CORS policy execution successful. 2024-09-13 10:34:36.433 +05:30 4c676cdd-9035-4a32-ade4-d37b7db3bb21 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 204 null null 0.5243ms 2024-09-13 10:34:36.463 +05:30 28bf3e5b-93ad-4008-8bb0-e040d444d24a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=5 - null null 2024-09-13 10:34:36.464 +05:30 28bf3e5b-93ad-4008-8bb0-e040d444d24a INF CORS policy execution successful. 2024-09-13 10:34:36.464 +05:30 28bf3e5b-93ad-4008-8bb0-e040d444d24a INF HTTP request: Path: /profile/getprofiledetails QueryString: ?profileId=5 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzODY2LCJleHAiOjE3MjYyMDQ0NjYsImlhdCI6MTcyNjIwMzg2Nn0.HfT9msQL7Htb4tXjDIyFqEjIMK5LKVqlT_OwXF3720o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:34:36.465 +05:30 64c1ffb7-ca4d-4acc-bd47-c4f7830020f5 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api)' 2024-09-13 10:34:36.474 +05:30 54831f9a-3e7f-49a4-99db-aeb229009c10 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 10:34:36.474 +05:30 64c1ffb7-ca4d-4acc-bd47-c4f7830020f5 INF Route matched with {action = "GetProfileDetails", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileDetails(Int32) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 10:34:36.475 +05:30 54831f9a-3e7f-49a4-99db-aeb229009c10 INF CORS policy execution successful. 2024-09-13 10:34:36.475 +05:30 54831f9a-3e7f-49a4-99db-aeb229009c10 INF HTTP request: Path: /profile/getprofilegroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzODY2LCJleHAiOjE3MjYyMDQ0NjYsImlhdCI6MTcyNjIwMzg2Nn0.HfT9msQL7Htb4tXjDIyFqEjIMK5LKVqlT_OwXF3720o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:34:36.475 +05:30 e376ec6b-b61f-45ad-9fe5-9b2caed25e5e INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 10:34:36.479 +05:30 e376ec6b-b61f-45ad-9fe5-9b2caed25e5e INF Route matched with {action = "GetProfileGroups", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileGroups() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 10:34:36.514 +05:30 64c1ffb7-ca4d-4acc-bd47-c4f7830020f5 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:34:36.514 +05:30 64c1ffb7-ca4d-4acc-bd47-c4f7830020f5 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api) in 40.0114ms 2024-09-13 10:34:36.515 +05:30 64c1ffb7-ca4d-4acc-bd47-c4f7830020f5 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api)' 2024-09-13 10:34:36.515 +05:30 64c1ffb7-ca4d-4acc-bd47-c4f7830020f5 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 28bf3e5b-93ad-4008-8bb0-e040d444d24a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 19265} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"ProfileDetails\":[{\"ProfileId\":5,\"ProfileName\":\"Test_Steffy_Profile\",\"BusinessEntity\":3,\"BusinessEntityName\":\"Entity3\",\"ParentId\":0,\"ParentName\":\" \",\"Remarks\":\"Testing Purpose\"}],\"SelectedRestrictions\":[{\"ProfileId\":5,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":7,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":8,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":9,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":10,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":11,\"ActionName\":\"Excel \"},{\"ProfileId\":5,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":12,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":22,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":13,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":14,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":15,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":16,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":17,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":18,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":20,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":21,\"ActionName\":\"UnlockUser\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":26,\"ActionName\":\"DeleteUsersCreatedbyOthers\"},{\"ProfileId\":5,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"}]}"} 2024-09-13 10:34:36.516 +05:30 64c1ffb7-ca4d-4acc-bd47-c4f7830020f5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=5 - 200 19265 application/json; charset=utf-8 53.5578ms 2024-09-13 10:34:36.526 +05:30 e376ec6b-b61f-45ad-9fe5-9b2caed25e5e INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:34:36.527 +05:30 e376ec6b-b61f-45ad-9fe5-9b2caed25e5e INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api) in 47.399ms 2024-09-13 10:34:36.527 +05:30 e376ec6b-b61f-45ad-9fe5-9b2caed25e5e INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 10:34:36.527 +05:30 e376ec6b-b61f-45ad-9fe5-9b2caed25e5e INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: 54831f9a-3e7f-49a4-99db-aeb229009c10}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 84} Body: {"status":"Failure","statusCode":3001,"message":"Record(s) Not Found","result":null} 2024-09-13 10:34:36.528 +05:30 e376ec6b-b61f-45ad-9fe5-9b2caed25e5e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 404 84 application/json; charset=utf-8 53.5543ms 2024-09-13 10:34:36.993 +05:30 d3311398-23ec-4f32-bdb7-8fa79ea7c47c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 10:34:36.994 +05:30 d3311398-23ec-4f32-bdb7-8fa79ea7c47c INF CORS policy execution successful. 2024-09-13 10:34:36.994 +05:30 d3311398-23ec-4f32-bdb7-8fa79ea7c47c INF HTTP request: Path: /profile/getprofilegroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzODY2LCJleHAiOjE3MjYyMDQ0NjYsImlhdCI6MTcyNjIwMzg2Nn0.HfT9msQL7Htb4tXjDIyFqEjIMK5LKVqlT_OwXF3720o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:34:36.995 +05:30 f7a47d28-3549-46f3-ac81-2008396e45a7 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 10:34:36.995 +05:30 f7a47d28-3549-46f3-ac81-2008396e45a7 INF Route matched with {action = "GetProfileGroups", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileGroups() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 10:34:37.003 +05:30 f7a47d28-3549-46f3-ac81-2008396e45a7 INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:34:37.003 +05:30 f7a47d28-3549-46f3-ac81-2008396e45a7 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api) in 8.1407ms 2024-09-13 10:34:37.003 +05:30 f7a47d28-3549-46f3-ac81-2008396e45a7 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 10:34:37.003 +05:30 f7a47d28-3549-46f3-ac81-2008396e45a7 INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: d3311398-23ec-4f32-bdb7-8fa79ea7c47c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 84} Body: {"status":"Failure","statusCode":3001,"message":"Record(s) Not Found","result":null} 2024-09-13 10:34:37.004 +05:30 f7a47d28-3549-46f3-ac81-2008396e45a7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 404 84 application/json; charset=utf-8 10.1695ms 2024-09-13 10:35:26.144 +05:30 f7bcb5f1-e57b-4f3c-a3c0-81f51395273c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getrolesinprofile?profileId=5 - null null 2024-09-13 10:35:26.146 +05:30 f7bcb5f1-e57b-4f3c-a3c0-81f51395273c INF CORS policy execution successful. 2024-09-13 10:35:26.147 +05:30 f7bcb5f1-e57b-4f3c-a3c0-81f51395273c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getrolesinprofile?profileId=5 - 204 null null 3.5156ms 2024-09-13 10:35:26.197 +05:30 7c015e2e-9ca5-4b51-ae3b-1aa4ff2d2d65 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getrolesinprofile?profileId=5 - null null 2024-09-13 10:35:26.198 +05:30 7c015e2e-9ca5-4b51-ae3b-1aa4ff2d2d65 INF CORS policy execution successful. 2024-09-13 10:35:26.199 +05:30 7c015e2e-9ca5-4b51-ae3b-1aa4ff2d2d65 INF HTTP request: Path: /profile/getrolesinprofile QueryString: ?profileId=5 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzODY2LCJleHAiOjE3MjYyMDQ0NjYsImlhdCI6MTcyNjIwMzg2Nn0.HfT9msQL7Htb4tXjDIyFqEjIMK5LKVqlT_OwXF3720o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:35:26.200 +05:30 92034200-fc9e-4144-8e23-7f895b6e3915 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetRolesInProfile (Sang.Security.Api)' 2024-09-13 10:35:26.209 +05:30 92034200-fc9e-4144-8e23-7f895b6e3915 INF Route matched with {action = "GetRolesInProfile", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetRolesInProfile(Int32) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 10:35:26.328 +05:30 92034200-fc9e-4144-8e23-7f895b6e3915 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:35:26.328 +05:30 92034200-fc9e-4144-8e23-7f895b6e3915 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetRolesInProfile (Sang.Security.Api) in 119.0455ms 2024-09-13 10:35:26.328 +05:30 92034200-fc9e-4144-8e23-7f895b6e3915 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetRolesInProfile (Sang.Security.Api)' 2024-09-13 10:35:26.329 +05:30 92034200-fc9e-4144-8e23-7f895b6e3915 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7c015e2e-9ca5-4b51-ae3b-1aa4ff2d2d65}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 133} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"RoleName\":\"Test_Steffy_Role\"}]"} 2024-09-13 10:35:26.329 +05:30 92034200-fc9e-4144-8e23-7f895b6e3915 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getrolesinprofile?profileId=5 - 200 133 application/json; charset=utf-8 132.6844ms 2024-09-13 10:35:33.600 +05:30 7ee3aeee-f016-4863-9106-6f47167f54f7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:35:33.601 +05:30 7ee3aeee-f016-4863-9106-6f47167f54f7 INF CORS policy execution successful. 2024-09-13 10:35:33.601 +05:30 7ee3aeee-f016-4863-9106-6f47167f54f7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 0.8779ms 2024-09-13 10:35:33.698 +05:30 f6dab36d-c0d9-4153-bc27-351567db6a5f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:35:33.700 +05:30 f6dab36d-c0d9-4153-bc27-351567db6a5f INF CORS policy execution successful. 2024-09-13 10:35:33.700 +05:30 f6dab36d-c0d9-4153-bc27-351567db6a5f INF HTTP request: Path: /profile/getprofilesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzODY2LCJleHAiOjE3MjYyMDQ0NjYsImlhdCI6MTcyNjIwMzg2Nn0.HfT9msQL7Htb4tXjDIyFqEjIMK5LKVqlT_OwXF3720o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:35:33.701 +05:30 b681983d-b18f-491b-9e11-720b44953b5f INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 10:35:33.701 +05:30 b681983d-b18f-491b-9e11-720b44953b5f INF Route matched with {action = "GetProfileSummary", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 10:35:33.713 +05:30 b681983d-b18f-491b-9e11-720b44953b5f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:35:33.714 +05:30 b681983d-b18f-491b-9e11-720b44953b5f INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api) in 12.7718ms 2024-09-13 10:35:33.714 +05:30 b681983d-b18f-491b-9e11-720b44953b5f INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 10:35:33.714 +05:30 b681983d-b18f-491b-9e11-720b44953b5f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f6dab36d-c0d9-4153-bc27-351567db6a5f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 779} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":6,\"Name\":\"Test_Steffy_Profile2\",\"CreatedOn\":\"2024-09-12T12:00:29.167\",\"ModifiedOn\":null},{\"IId\":5,\"Name\":\"Test_Steffy_Profile\",\"CreatedOn\":\"2024-09-12T03:49:55.283\",\"ModifiedOn\":\"09/12/2024 14:56:25\"},{\"IId\":4,\"Name\":\"testProfile\",\"CreatedOn\":\"2024-09-11T09:05:40.767\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:42:19.627\",\"ModifiedOn\":\"09/12/2024 05:35:34\"},{\"IId\":2,\"Name\":\"Test Gokul\",\"CreatedOn\":\"2024-09-11T08:41:24.593\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"FullAccess\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":6,\"TotalPages\":1}]}"} 2024-09-13 10:35:33.715 +05:30 b681983d-b18f-491b-9e11-720b44953b5f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 200 779 application/json; charset=utf-8 16.4855ms 2024-09-13 10:35:43.709 +05:30 e68e3655-5552-40df-93be-a10d84d8f0b7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - null null 2024-09-13 10:35:43.710 +05:30 e68e3655-5552-40df-93be-a10d84d8f0b7 INF CORS policy execution successful. 2024-09-13 10:35:43.710 +05:30 e68e3655-5552-40df-93be-a10d84d8f0b7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - 204 null null 0.7642ms 2024-09-13 10:35:43.750 +05:30 074922e0-086e-45f4-8036-20b18d80e952 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - null null 2024-09-13 10:35:43.751 +05:30 074922e0-086e-45f4-8036-20b18d80e952 INF CORS policy execution successful. 2024-09-13 10:35:43.752 +05:30 074922e0-086e-45f4-8036-20b18d80e952 INF HTTP request: Path: /role/getrolesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=10&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzODY2LCJleHAiOjE3MjYyMDQ0NjYsImlhdCI6MTcyNjIwMzg2Nn0.HfT9msQL7Htb4tXjDIyFqEjIMK5LKVqlT_OwXF3720o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:35:43.752 +05:30 b6fb6c43-40d4-451b-bfe7-fab8667b9d91 INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api)' 2024-09-13 10:35:43.762 +05:30 b6fb6c43-40d4-451b-bfe7-fab8667b9d91 INF Route matched with {action = "GetRoleSummary", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetRoleSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 10:35:43.798 +05:30 b6fb6c43-40d4-451b-bfe7-fab8667b9d91 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:35:43.798 +05:30 b6fb6c43-40d4-451b-bfe7-fab8667b9d91 INF Executed action Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api) in 35.9384ms 2024-09-13 10:35:43.798 +05:30 b6fb6c43-40d4-451b-bfe7-fab8667b9d91 INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api)' 2024-09-13 10:35:43.798 +05:30 b6fb6c43-40d4-451b-bfe7-fab8667b9d91 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 074922e0-086e-45f4-8036-20b18d80e952}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 647} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":5,\"Name\":\"Test_Steffy_Role\",\"CreatedOn\":\"2024-09-12T03:58:56.8\",\"ModifiedOn\":\"2024-09-13T04:08:01.61\"},{\"IId\":4,\"Name\":\"testRole1109\",\"CreatedOn\":\"2024-09-11T09:06:42.577\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:43:19.69\",\"ModifiedOn\":null},{\"IId\":2,\"Name\":\"Test Goklu\",\"CreatedOn\":\"2024-09-11T08:42:20.61\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"TestRole\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":5,\"TotalPages\":1}]}"} 2024-09-13 10:35:43.799 +05:30 b6fb6c43-40d4-451b-bfe7-fab8667b9d91 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - 200 647 application/json; charset=utf-8 48.3911ms 2024-09-13 10:35:47.475 +05:30 9e1f9598-a61a-4ccb-91f7-576124753ed7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getactiveprofiles - null null 2024-09-13 10:35:47.475 +05:30 9e1f9598-a61a-4ccb-91f7-576124753ed7 INF CORS policy execution successful. 2024-09-13 10:35:47.476 +05:30 9e1f9598-a61a-4ccb-91f7-576124753ed7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getactiveprofiles - 204 null null 0.6381ms 2024-09-13 10:35:47.527 +05:30 9d05c750-ad72-47b9-b8f7-6f301c39f3e0 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getactiveprofiles - null null 2024-09-13 10:35:47.528 +05:30 9d05c750-ad72-47b9-b8f7-6f301c39f3e0 INF CORS policy execution successful. 2024-09-13 10:35:47.528 +05:30 9d05c750-ad72-47b9-b8f7-6f301c39f3e0 INF HTTP request: Path: /profile/getactiveprofiles QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzODY2LCJleHAiOjE3MjYyMDQ0NjYsImlhdCI6MTcyNjIwMzg2Nn0.HfT9msQL7Htb4tXjDIyFqEjIMK5LKVqlT_OwXF3720o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:35:47.529 +05:30 982ee708-2c92-4eb7-9b7a-9685185f7d16 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetActiveProfile (Sang.Security.Api)' 2024-09-13 10:35:47.534 +05:30 982ee708-2c92-4eb7-9b7a-9685185f7d16 INF Route matched with {action = "GetActiveProfile", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetActiveProfile() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 10:35:47.552 +05:30 982ee708-2c92-4eb7-9b7a-9685185f7d16 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:35:47.552 +05:30 982ee708-2c92-4eb7-9b7a-9685185f7d16 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetActiveProfile (Sang.Security.Api) in 17.7729ms 2024-09-13 10:35:47.552 +05:30 982ee708-2c92-4eb7-9b7a-9685185f7d16 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetActiveProfile (Sang.Security.Api)' 2024-09-13 10:35:47.552 +05:30 982ee708-2c92-4eb7-9b7a-9685185f7d16 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9d05c750-ad72-47b9-b8f7-6f301c39f3e0}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 406} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ProfileId\":6,\"ProfileName\":\"Test_Steffy_Profile2\"},{\"ProfileId\":5,\"ProfileName\":\"Test_Steffy_Profile\"},{\"ProfileId\":4,\"ProfileName\":\"testProfile\"},{\"ProfileId\":3,\"ProfileName\":\"dipin\"},{\"ProfileId\":2,\"ProfileName\":\"Test Gokul\"},{\"ProfileId\":1,\"ProfileName\":\"FullAccess\"}]"} 2024-09-13 10:35:47.553 +05:30 982ee708-2c92-4eb7-9b7a-9685185f7d16 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getactiveprofiles - 200 406 application/json; charset=utf-8 25.7355ms 2024-09-13 10:35:47.767 +05:30 b95c02eb-6431-4075-9283-813b3c9388ad INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolegrouplist?type=1&searchString= - null null 2024-09-13 10:35:47.767 +05:30 b95c02eb-6431-4075-9283-813b3c9388ad INF CORS policy execution successful. 2024-09-13 10:35:47.767 +05:30 09b86b79-3ae9-486d-a1e1-4554597c29b4 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicylist?type=1&searchString= - null null 2024-09-13 10:35:47.767 +05:30 09b86b79-3ae9-486d-a1e1-4554597c29b4 INF CORS policy execution successful. 2024-09-13 10:35:47.767 +05:30 b95c02eb-6431-4075-9283-813b3c9388ad INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolegrouplist?type=1&searchString= - 204 null null 0.4471ms 2024-09-13 10:35:47.767 +05:30 09b86b79-3ae9-486d-a1e1-4554597c29b4 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicylist?type=1&searchString= - 204 null null 0.3019ms 2024-09-13 10:35:47.808 +05:30 21cd2995-6dc9-44f6-b36b-612f2b44b254 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicylist?type=1&searchString= - null null 2024-09-13 10:35:47.809 +05:30 21cd2995-6dc9-44f6-b36b-612f2b44b254 INF CORS policy execution successful. 2024-09-13 10:35:47.809 +05:30 21cd2995-6dc9-44f6-b36b-612f2b44b254 INF HTTP request: Path: /passwordpolicy/getpasswordpolicylist QueryString: ?type=1&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzODY2LCJleHAiOjE3MjYyMDQ0NjYsImlhdCI6MTcyNjIwMzg2Nn0.HfT9msQL7Htb4tXjDIyFqEjIMK5LKVqlT_OwXF3720o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:35:47.809 +05:30 1a65fde6-54fd-4a76-b84f-6091c0520cea INF Executing endpoint 'Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyList (Sang.Security.Api)' 2024-09-13 10:35:47.811 +05:30 05906045-744a-4084-96a2-674f3124d6ba INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolegrouplist?type=1&searchString= - null null 2024-09-13 10:35:47.811 +05:30 05906045-744a-4084-96a2-674f3124d6ba INF CORS policy execution successful. 2024-09-13 10:35:47.811 +05:30 05906045-744a-4084-96a2-674f3124d6ba INF HTTP request: Path: /role/getrolegrouplist QueryString: ?type=1&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzODY2LCJleHAiOjE3MjYyMDQ0NjYsImlhdCI6MTcyNjIwMzg2Nn0.HfT9msQL7Htb4tXjDIyFqEjIMK5LKVqlT_OwXF3720o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:35:47.812 +05:30 89a27418-a76f-4af2-85ed-84c0cba59bfd INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleGroupList (Sang.Security.Api)' 2024-09-13 10:35:47.814 +05:30 1a65fde6-54fd-4a76-b84f-6091c0520cea INF Route matched with {action = "GetPasswordPolicyList", controller = "PasswordPolicy"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPasswordPolicyList(System.String) on controller Sang.Security.Api.Controllers.PasswordPolicyController (Sang.Security.Api). 2024-09-13 10:35:47.815 +05:30 89a27418-a76f-4af2-85ed-84c0cba59bfd INF Route matched with {action = "GetRoleGroupList", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetRoleGroupList(System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 10:35:47.837 +05:30 1a65fde6-54fd-4a76-b84f-6091c0520cea INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:35:47.837 +05:30 1a65fde6-54fd-4a76-b84f-6091c0520cea INF Executed action Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyList (Sang.Security.Api) in 23.3256ms 2024-09-13 10:35:47.837 +05:30 1a65fde6-54fd-4a76-b84f-6091c0520cea INF Executed endpoint 'Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyList (Sang.Security.Api)' 2024-09-13 10:35:47.837 +05:30 1a65fde6-54fd-4a76-b84f-6091c0520cea INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 21cd2995-6dc9-44f6-b36b-612f2b44b254}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 128} Body: {"status":"Success","statusCode":2000,"message":"Password Policy List retrieved.","result":"[{\"Id\":19,\"Name\":\"Policy1\"}]"} 2024-09-13 10:35:47.838 +05:30 1a65fde6-54fd-4a76-b84f-6091c0520cea INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicylist?type=1&searchString= - 200 128 application/json; charset=utf-8 29.9167ms 2024-09-13 10:35:47.840 +05:30 89a27418-a76f-4af2-85ed-84c0cba59bfd INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:35:47.840 +05:30 89a27418-a76f-4af2-85ed-84c0cba59bfd INF Executed action Sang.Security.Api.Controllers.RoleController.GetRoleGroupList (Sang.Security.Api) in 24.3562ms 2024-09-13 10:35:47.840 +05:30 89a27418-a76f-4af2-85ed-84c0cba59bfd INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleGroupList (Sang.Security.Api)' 2024-09-13 10:35:47.840 +05:30 89a27418-a76f-4af2-85ed-84c0cba59bfd INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: 05906045-744a-4084-96a2-674f3124d6ba}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 84} Body: {"status":"Failure","statusCode":3001,"message":"Record(s) Not Found","result":null} 2024-09-13 10:35:47.840 +05:30 89a27418-a76f-4af2-85ed-84c0cba59bfd INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolegrouplist?type=1&searchString= - 404 84 application/json; charset=utf-8 29.5657ms 2024-09-13 10:36:09.820 +05:30 007299d6-0be2-4106-830f-641b29bcd9c4 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/checkrolenameexistence?roleId=0&roleName=Test_Steffy_Role2 - null null 2024-09-13 10:36:09.820 +05:30 007299d6-0be2-4106-830f-641b29bcd9c4 INF CORS policy execution successful. 2024-09-13 10:36:09.821 +05:30 007299d6-0be2-4106-830f-641b29bcd9c4 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/checkrolenameexistence?roleId=0&roleName=Test_Steffy_Role2 - 204 null null 1.0278ms 2024-09-13 10:36:09.864 +05:30 4575bc4a-01f9-4ef4-ad73-9fee03a5a149 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/checkrolenameexistence?roleId=0&roleName=Test_Steffy_Role2 - null null 2024-09-13 10:36:09.865 +05:30 4575bc4a-01f9-4ef4-ad73-9fee03a5a149 INF CORS policy execution successful. 2024-09-13 10:36:09.865 +05:30 4575bc4a-01f9-4ef4-ad73-9fee03a5a149 INF HTTP request: Path: /role/checkrolenameexistence QueryString: ?roleId=0&roleName=Test_Steffy_Role2 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzODY2LCJleHAiOjE3MjYyMDQ0NjYsImlhdCI6MTcyNjIwMzg2Nn0.HfT9msQL7Htb4tXjDIyFqEjIMK5LKVqlT_OwXF3720o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:36:09.866 +05:30 85db7369-b64b-4701-90c2-4d0c799b56cf INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.CheckRoleNameExistence (Sang.Security.Api)' 2024-09-13 10:36:09.872 +05:30 85db7369-b64b-4701-90c2-4d0c799b56cf INF Route matched with {action = "CheckRoleNameExistence", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] CheckRoleNameExistence(Int32, System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 10:36:09.888 +05:30 85db7369-b64b-4701-90c2-4d0c799b56cf INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:36:09.888 +05:30 85db7369-b64b-4701-90c2-4d0c799b56cf INF Executed action Sang.Security.Api.Controllers.RoleController.CheckRoleNameExistence (Sang.Security.Api) in 16.3672ms 2024-09-13 10:36:09.888 +05:30 85db7369-b64b-4701-90c2-4d0c799b56cf INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.CheckRoleNameExistence (Sang.Security.Api)' 2024-09-13 10:36:09.888 +05:30 85db7369-b64b-4701-90c2-4d0c799b56cf INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4575bc4a-01f9-4ef4-ad73-9fee03a5a149}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 90} Body: {"status":"Success","statusCode":2000,"message":"Role Name does not exist.","result":"0"} 2024-09-13 10:36:09.889 +05:30 85db7369-b64b-4701-90c2-4d0c799b56cf INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/checkrolenameexistence?roleId=0&roleName=Test_Steffy_Role2 - 200 90 application/json; charset=utf-8 24.9667ms 2024-09-13 10:36:27.935 +05:30 ffc9ad17-fa60-45f6-aa18-05fb4ddf4574 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicylist?type=1&searchString=Policy1 - null null 2024-09-13 10:36:27.936 +05:30 ffc9ad17-fa60-45f6-aa18-05fb4ddf4574 INF CORS policy execution successful. 2024-09-13 10:36:27.936 +05:30 ffc9ad17-fa60-45f6-aa18-05fb4ddf4574 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicylist?type=1&searchString=Policy1 - 204 null null 1.1961ms 2024-09-13 10:36:27.979 +05:30 85e21fe4-a6f2-48d5-8ee8-ba6ffa6532bf INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicylist?type=1&searchString=Policy1 - null null 2024-09-13 10:36:27.980 +05:30 85e21fe4-a6f2-48d5-8ee8-ba6ffa6532bf INF CORS policy execution successful. 2024-09-13 10:36:27.980 +05:30 85e21fe4-a6f2-48d5-8ee8-ba6ffa6532bf INF HTTP request: Path: /passwordpolicy/getpasswordpolicylist QueryString: ?type=1&searchString=Policy1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzODY2LCJleHAiOjE3MjYyMDQ0NjYsImlhdCI6MTcyNjIwMzg2Nn0.HfT9msQL7Htb4tXjDIyFqEjIMK5LKVqlT_OwXF3720o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:36:27.981 +05:30 7de0eef3-0663-4efe-ad9c-18bff9bd39be INF Executing endpoint 'Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyList (Sang.Security.Api)' 2024-09-13 10:36:27.981 +05:30 7de0eef3-0663-4efe-ad9c-18bff9bd39be INF Route matched with {action = "GetPasswordPolicyList", controller = "PasswordPolicy"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPasswordPolicyList(System.String) on controller Sang.Security.Api.Controllers.PasswordPolicyController (Sang.Security.Api). 2024-09-13 10:36:27.995 +05:30 7de0eef3-0663-4efe-ad9c-18bff9bd39be INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:36:27.996 +05:30 7de0eef3-0663-4efe-ad9c-18bff9bd39be INF Executed action Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyList (Sang.Security.Api) in 14.7284ms 2024-09-13 10:36:27.996 +05:30 7de0eef3-0663-4efe-ad9c-18bff9bd39be INF Executed endpoint 'Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyList (Sang.Security.Api)' 2024-09-13 10:36:27.996 +05:30 7de0eef3-0663-4efe-ad9c-18bff9bd39be INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 85e21fe4-a6f2-48d5-8ee8-ba6ffa6532bf}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 128} Body: {"status":"Success","statusCode":2000,"message":"Password Policy List retrieved.","result":"[{\"Id\":19,\"Name\":\"Policy1\"}]"} 2024-09-13 10:36:27.996 +05:30 7de0eef3-0663-4efe-ad9c-18bff9bd39be INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicylist?type=1&searchString=Policy1 - 200 128 application/json; charset=utf-8 17.2712ms 2024-09-13 10:36:42.529 +05:30 5b75fbf4-c680-4d31-8407-ab548571c739 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json-patch+json 93 2024-09-13 10:36:42.530 +05:30 5b75fbf4-c680-4d31-8407-ab548571c739 INF HTTP request: Path: /login/login QueryString: Headers: {Accept: /}, {Accept-Encoding: gzip, deflate, br}, {Connection: keep-alive}, {Content-Length: 93}, {Content-Type: application/json-patch+json}, {Host: 103.120.178.195}, {User-Agent: PostmanRuntime/7.41.2}, {Postman-Token: b3c8e5e4-1026-4011-8ee9-985e420bee90} Host: 103.120.178.195 Body: { "loginName": "TestUser2", "password": "TestUser2", "entityId": 7, "channelId": 2 } 2024-09-13 10:36:42.530 +05:30 fd814636-0dfb-4c27-b372-eadd5186c8c9 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 10:36:42.530 +05:30 fd814636-0dfb-4c27-b372-eadd5186c8c9 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 10:36:42.555 +05:30 fd814636-0dfb-4c27-b372-eadd5186c8c9 INF Database retrieved 2024-09-13 10:36:42.585 +05:30 fd814636-0dfb-4c27-b372-eadd5186c8c9 INF Token generated 2024-09-13 10:36:42.585 +05:30 fd814636-0dfb-4c27-b372-eadd5186c8c9 INF Token generated 2024-09-13 10:36:42.588 +05:30 fd814636-0dfb-4c27-b372-eadd5186c8c9 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:36:42.589 +05:30 fd814636-0dfb-4c27-b372-eadd5186c8c9 INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 58.7382ms 2024-09-13 10:36:42.589 +05:30 fd814636-0dfb-4c27-b372-eadd5186c8c9 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 10:36:42.590 +05:30 fd814636-0dfb-4c27-b372-eadd5186c8c9 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 5b75fbf4-c680-4d31-8407-ab548571c739}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 898} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMDQwMDIsImV4cCI6MTcyNjIwNDYwMiwiaWF0IjoxNzI2MjA0MDAyfQ.oL5Rdxyt5s8J71yaCZGuiAbb8MIxcvJM6QSYcmZOnCg\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMDQwMDIsImV4cCI6MTcyNjIwNDkwMiwiaWF0IjoxNzI2MjA0MDAyfQ.OIUeaXb0YPfpPdO2Xw53sdEbSWkUlvO-6FMwgkPxnpo\"}"} 2024-09-13 10:36:42.590 +05:30 fd814636-0dfb-4c27-b372-eadd5186c8c9 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 898 application/json; charset=utf-8 61.8403ms 2024-09-13 10:36:43.619 +05:30 b540a4f1-da3d-4bef-9cad-2459a13545fa INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/upsertrole - null null 2024-09-13 10:36:43.619 +05:30 b540a4f1-da3d-4bef-9cad-2459a13545fa INF CORS policy execution successful. 2024-09-13 10:36:43.619 +05:30 b540a4f1-da3d-4bef-9cad-2459a13545fa INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/upsertrole - 204 null null 0.678ms 2024-09-13 10:36:43.621 +05:30 293922c1-0bd7-4dca-90f0-75a3bfced0db INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/checkrolenameexistence?roleId=0&roleName=Test_Steffy_Role2 - null null 2024-09-13 10:36:43.621 +05:30 293922c1-0bd7-4dca-90f0-75a3bfced0db INF CORS policy execution successful. 2024-09-13 10:36:43.621 +05:30 293922c1-0bd7-4dca-90f0-75a3bfced0db INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/checkrolenameexistence?roleId=0&roleName=Test_Steffy_Role2 - 204 null null 0.4519ms 2024-09-13 10:36:43.658 +05:30 914b2cf7-aa86-489c-8583-539e104baa56 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/role/upsertrole - application/json 601 2024-09-13 10:36:43.659 +05:30 914b2cf7-aa86-489c-8583-539e104baa56 INF CORS policy execution successful. 2024-09-13 10:36:43.659 +05:30 914b2cf7-aa86-489c-8583-539e104baa56 INF HTTP request: Path: /role/upsertrole QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzODY2LCJleHAiOjE3MjYyMDQ0NjYsImlhdCI6MTcyNjIwMzg2Nn0.HfT9msQL7Htb4tXjDIyFqEjIMK5LKVqlT_OwXF3720o}, {Connection: keep-alive}, {Content-Length: 601}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: {"id":0,"name":"Test_Steffy_Role2","passwordPolicy":19,"isGroup":false,"parentId":0,"assignedProfileIds":[{"id":5}],"restrictionsAdded":null,"restrictionsExcluded":null,"entryRestrictionDetails":null,"allowBillWiseAccounting":false,"budgetLimitWarning":0,"cannotAddAfter":0,"cannotAddFutureTransactions":false,"cannotAddPrevEntries":0,"cannotEditAfter":0,"cannotEditAfterDaysOfMonth":0,"cantPrintAfterOption":0,"cantPrintAfterValue":0,"cantRePrintAfterOption":0,"cantRePrintAfterValue":0,"creditLimitWarning":0,"negativeCashCheck":0,"negativeStockCheck":0,"noBatchCustomize":false,"noCustomize":false} 2024-09-13 10:36:43.660 +05:30 8f7ae367-63c3-452a-8000-480383b83735 INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.UpsertRole (Sang.Security.Api)' 2024-09-13 10:36:43.668 +05:30 5c83f836-9f95-4e9f-8bef-d2988a41bb12 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/checkrolenameexistence?roleId=0&roleName=Test_Steffy_Role2 - null null 2024-09-13 10:36:43.669 +05:30 5c83f836-9f95-4e9f-8bef-d2988a41bb12 INF CORS policy execution successful. 2024-09-13 10:36:43.669 +05:30 5c83f836-9f95-4e9f-8bef-d2988a41bb12 INF HTTP request: Path: /role/checkrolenameexistence QueryString: ?roleId=0&roleName=Test_Steffy_Role2 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzODY2LCJleHAiOjE3MjYyMDQ0NjYsImlhdCI6MTcyNjIwMzg2Nn0.HfT9msQL7Htb4tXjDIyFqEjIMK5LKVqlT_OwXF3720o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:36:43.669 +05:30 10830a3a-0ec9-4a62-afe5-22968e9c9de7 INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.CheckRoleNameExistence (Sang.Security.Api)' 2024-09-13 10:36:43.669 +05:30 10830a3a-0ec9-4a62-afe5-22968e9c9de7 INF Route matched with {action = "CheckRoleNameExistence", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] CheckRoleNameExistence(Int32, System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 10:36:43.669 +05:30 8f7ae367-63c3-452a-8000-480383b83735 INF Route matched with {action = "UpsertRole", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpsertRole(Sang.Security.Api.Models.APIRequest.RoleRequest) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 10:36:43.681 +05:30 10830a3a-0ec9-4a62-afe5-22968e9c9de7 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:36:43.681 +05:30 10830a3a-0ec9-4a62-afe5-22968e9c9de7 INF Executed action Sang.Security.Api.Controllers.RoleController.CheckRoleNameExistence (Sang.Security.Api) in 11.8282ms 2024-09-13 10:36:43.681 +05:30 10830a3a-0ec9-4a62-afe5-22968e9c9de7 INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.CheckRoleNameExistence (Sang.Security.Api)' 2024-09-13 10:36:43.681 +05:30 10830a3a-0ec9-4a62-afe5-22968e9c9de7 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 5c83f836-9f95-4e9f-8bef-d2988a41bb12}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 90} Body: {"status":"Success","statusCode":2000,"message":"Role Name does not exist.","result":"0"} 2024-09-13 10:36:43.682 +05:30 10830a3a-0ec9-4a62-afe5-22968e9c9de7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/checkrolenameexistence?roleId=0&roleName=Test_Steffy_Role2 - 200 90 application/json; charset=utf-8 13.4526ms 2024-09-13 10:36:43.822 +05:30 8f7ae367-63c3-452a-8000-480383b83735 INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:36:43.823 +05:30 8f7ae367-63c3-452a-8000-480383b83735 INF Executed action Sang.Security.Api.Controllers.RoleController.UpsertRole (Sang.Security.Api) in 154.0819ms 2024-09-13 10:36:43.823 +05:30 8f7ae367-63c3-452a-8000-480383b83735 INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.UpsertRole (Sang.Security.Api)' 2024-09-13 10:36:43.824 +05:30 8f7ae367-63c3-452a-8000-480383b83735 INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 914b2cf7-aa86-489c-8583-539e104baa56}, {Location: http://103.120.178.195/SangSecurityAPI/role/upsertrole}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 91} Body: {"status":"Success","statusCode":2001,"message":"Role inserted successfully.","result":"6"} 2024-09-13 10:36:43.824 +05:30 8f7ae367-63c3-452a-8000-480383b83735 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/role/upsertrole - 201 91 application/json; charset=utf-8 165.8491ms 2024-09-13 10:36:44.220 +05:30 21709558-164c-498b-9102-6a8418d5fbec INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicylist?type=1&searchString= - null null 2024-09-13 10:36:44.220 +05:30 21709558-164c-498b-9102-6a8418d5fbec INF CORS policy execution successful. 2024-09-13 10:36:44.220 +05:30 21709558-164c-498b-9102-6a8418d5fbec INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicylist?type=1&searchString= - 204 null null 0.4584ms 2024-09-13 10:36:44.291 +05:30 455b7c7a-32e7-478b-bb20-e8ab3489d229 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicylist?type=1&searchString= - null null 2024-09-13 10:36:44.292 +05:30 455b7c7a-32e7-478b-bb20-e8ab3489d229 INF CORS policy execution successful. 2024-09-13 10:36:44.292 +05:30 455b7c7a-32e7-478b-bb20-e8ab3489d229 INF HTTP request: Path: /passwordpolicy/getpasswordpolicylist QueryString: ?type=1&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzODY2LCJleHAiOjE3MjYyMDQ0NjYsImlhdCI6MTcyNjIwMzg2Nn0.HfT9msQL7Htb4tXjDIyFqEjIMK5LKVqlT_OwXF3720o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:36:44.292 +05:30 ba3328fe-749f-481e-9e4d-0c52c414dde1 INF Executing endpoint 'Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyList (Sang.Security.Api)' 2024-09-13 10:36:44.292 +05:30 ba3328fe-749f-481e-9e4d-0c52c414dde1 INF Route matched with {action = "GetPasswordPolicyList", controller = "PasswordPolicy"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPasswordPolicyList(System.String) on controller Sang.Security.Api.Controllers.PasswordPolicyController (Sang.Security.Api). 2024-09-13 10:36:44.333 +05:30 ba3328fe-749f-481e-9e4d-0c52c414dde1 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:36:44.333 +05:30 ba3328fe-749f-481e-9e4d-0c52c414dde1 INF Executed action Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyList (Sang.Security.Api) in 41.126ms 2024-09-13 10:36:44.333 +05:30 ba3328fe-749f-481e-9e4d-0c52c414dde1 INF Executed endpoint 'Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyList (Sang.Security.Api)' 2024-09-13 10:36:44.334 +05:30 ba3328fe-749f-481e-9e4d-0c52c414dde1 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 455b7c7a-32e7-478b-bb20-e8ab3489d229}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 128} Body: {"status":"Success","statusCode":2000,"message":"Password Policy List retrieved.","result":"[{\"Id\":19,\"Name\":\"Policy1\"}]"} 2024-09-13 10:36:44.336 +05:30 ba3328fe-749f-481e-9e4d-0c52c414dde1 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicylist?type=1&searchString= - 200 128 application/json; charset=utf-8 44.8988ms 2024-09-13 10:41:15.081 +05:30 18774983-e10f-4342-9c7d-11ec73a0be8d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - null null 2024-09-13 10:41:15.083 +05:30 18774983-e10f-4342-9c7d-11ec73a0be8d INF CORS policy execution successful. 2024-09-13 10:41:15.084 +05:30 18774983-e10f-4342-9c7d-11ec73a0be8d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - 204 null null 3.6186ms 2024-09-13 10:41:15.124 +05:30 87480caf-1d90-42d3-9f69-79691e01ff92 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - null null 2024-09-13 10:41:15.126 +05:30 87480caf-1d90-42d3-9f69-79691e01ff92 INF CORS policy execution successful. 2024-09-13 10:41:15.127 +05:30 87480caf-1d90-42d3-9f69-79691e01ff92 INF HTTP request: Path: /role/getrolesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=10&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzODY2LCJleHAiOjE3MjYyMDQ0NjYsImlhdCI6MTcyNjIwMzg2Nn0.HfT9msQL7Htb4tXjDIyFqEjIMK5LKVqlT_OwXF3720o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:41:15.128 +05:30 68aac313-0b16-46f6-948d-f795ef296740 INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api)' 2024-09-13 10:41:15.129 +05:30 68aac313-0b16-46f6-948d-f795ef296740 INF Route matched with {action = "GetRoleSummary", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetRoleSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 10:41:15.157 +05:30 68aac313-0b16-46f6-948d-f795ef296740 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:41:15.158 +05:30 68aac313-0b16-46f6-948d-f795ef296740 INF Executed action Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api) in 28.6434ms 2024-09-13 10:41:15.158 +05:30 68aac313-0b16-46f6-948d-f795ef296740 INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api)' 2024-09-13 10:41:15.158 +05:30 68aac313-0b16-46f6-948d-f795ef296740 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 87480caf-1d90-42d3-9f69-79691e01ff92}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 748} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":6,\"Name\":\"Test_Steffy_Role2\",\"CreatedOn\":\"2024-09-13T05:06:43.77\",\"ModifiedOn\":null},{\"IId\":5,\"Name\":\"Test_Steffy_Role\",\"CreatedOn\":\"2024-09-12T03:58:56.8\",\"ModifiedOn\":\"09/13/2024 04:08:01\"},{\"IId\":4,\"Name\":\"testRole1109\",\"CreatedOn\":\"2024-09-11T09:06:42.577\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:43:19.69\",\"ModifiedOn\":null},{\"IId\":2,\"Name\":\"Test Goklu\",\"CreatedOn\":\"2024-09-11T08:42:20.61\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"TestRole\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":6,\"TotalPages\":1}]}"} 2024-09-13 10:41:15.159 +05:30 68aac313-0b16-46f6-948d-f795ef296740 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - 200 748 application/json; charset=utf-8 34.4119ms 2024-09-13 10:41:20.108 +05:30 4beb765d-6465-4ed5-86b1-036bea2e312e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - null null 2024-09-13 10:41:20.110 +05:30 4beb765d-6465-4ed5-86b1-036bea2e312e INF CORS policy execution successful. 2024-09-13 10:41:20.110 +05:30 4beb765d-6465-4ed5-86b1-036bea2e312e INF HTTP request: Path: /role/getrolesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=10&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzODY2LCJleHAiOjE3MjYyMDQ0NjYsImlhdCI6MTcyNjIwMzg2Nn0.HfT9msQL7Htb4tXjDIyFqEjIMK5LKVqlT_OwXF3720o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:41:20.111 +05:30 d9634d53-f43d-4081-93dd-c668135b8732 INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api)' 2024-09-13 10:41:20.111 +05:30 d9634d53-f43d-4081-93dd-c668135b8732 INF Route matched with {action = "GetRoleSummary", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetRoleSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 10:41:20.127 +05:30 d9634d53-f43d-4081-93dd-c668135b8732 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:41:20.127 +05:30 d9634d53-f43d-4081-93dd-c668135b8732 INF Executed action Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api) in 16.1591ms 2024-09-13 10:41:20.127 +05:30 d9634d53-f43d-4081-93dd-c668135b8732 INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api)' 2024-09-13 10:41:20.128 +05:30 d9634d53-f43d-4081-93dd-c668135b8732 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4beb765d-6465-4ed5-86b1-036bea2e312e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 748} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":6,\"Name\":\"Test_Steffy_Role2\",\"CreatedOn\":\"2024-09-13T05:06:43.77\",\"ModifiedOn\":null},{\"IId\":5,\"Name\":\"Test_Steffy_Role\",\"CreatedOn\":\"2024-09-12T03:58:56.8\",\"ModifiedOn\":\"09/13/2024 04:08:01\"},{\"IId\":4,\"Name\":\"testRole1109\",\"CreatedOn\":\"2024-09-11T09:06:42.577\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:43:19.69\",\"ModifiedOn\":null},{\"IId\":2,\"Name\":\"Test Goklu\",\"CreatedOn\":\"2024-09-11T08:42:20.61\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"TestRole\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":6,\"TotalPages\":1}]}"} 2024-09-13 10:41:20.128 +05:30 d9634d53-f43d-4081-93dd-c668135b8732 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - 200 748 application/json; charset=utf-8 19.8055ms 2024-09-13 10:41:25.810 +05:30 feedd8a1-a171-414b-b442-ba224943f97b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:41:25.810 +05:30 feedd8a1-a171-414b-b442-ba224943f97b INF CORS policy execution successful. 2024-09-13 10:41:25.811 +05:30 feedd8a1-a171-414b-b442-ba224943f97b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 0.9365ms 2024-09-13 10:41:25.857 +05:30 52bfab88-485e-49c7-bf17-0006dc67c71e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:41:25.858 +05:30 52bfab88-485e-49c7-bf17-0006dc67c71e INF CORS policy execution successful. 2024-09-13 10:41:25.858 +05:30 52bfab88-485e-49c7-bf17-0006dc67c71e INF HTTP request: Path: /profile/getprofilesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzODY2LCJleHAiOjE3MjYyMDQ0NjYsImlhdCI6MTcyNjIwMzg2Nn0.HfT9msQL7Htb4tXjDIyFqEjIMK5LKVqlT_OwXF3720o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:41:25.859 +05:30 ad896dd0-25af-46f3-8658-8afcff9a25bb INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 10:41:25.859 +05:30 ad896dd0-25af-46f3-8658-8afcff9a25bb INF Route matched with {action = "GetProfileSummary", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 10:41:25.873 +05:30 ad896dd0-25af-46f3-8658-8afcff9a25bb INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:41:25.874 +05:30 ad896dd0-25af-46f3-8658-8afcff9a25bb INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api) in 14.6218ms 2024-09-13 10:41:25.874 +05:30 ad896dd0-25af-46f3-8658-8afcff9a25bb INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 10:41:25.874 +05:30 ad896dd0-25af-46f3-8658-8afcff9a25bb INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 52bfab88-485e-49c7-bf17-0006dc67c71e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 779} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":6,\"Name\":\"Test_Steffy_Profile2\",\"CreatedOn\":\"2024-09-12T12:00:29.167\",\"ModifiedOn\":null},{\"IId\":5,\"Name\":\"Test_Steffy_Profile\",\"CreatedOn\":\"2024-09-12T03:49:55.283\",\"ModifiedOn\":\"09/12/2024 14:56:25\"},{\"IId\":4,\"Name\":\"testProfile\",\"CreatedOn\":\"2024-09-11T09:05:40.767\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:42:19.627\",\"ModifiedOn\":\"09/12/2024 05:35:34\"},{\"IId\":2,\"Name\":\"Test Gokul\",\"CreatedOn\":\"2024-09-11T08:41:24.593\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"FullAccess\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":6,\"TotalPages\":1}]}"} 2024-09-13 10:41:25.874 +05:30 ad896dd0-25af-46f3-8658-8afcff9a25bb INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 200 779 application/json; charset=utf-8 17.0022ms 2024-09-13 10:41:31.822 +05:30 ff8b7f8b-a335-45a2-83c8-0e1540138b92 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=5 - null null 2024-09-13 10:41:31.822 +05:30 ff8b7f8b-a335-45a2-83c8-0e1540138b92 INF CORS policy execution successful. 2024-09-13 10:41:31.823 +05:30 ff8b7f8b-a335-45a2-83c8-0e1540138b92 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=5 - 204 null null 1.6029ms 2024-09-13 10:41:31.864 +05:30 bda8f814-370a-467d-88ce-503f23b766e2 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=5 - null null 2024-09-13 10:41:31.865 +05:30 bda8f814-370a-467d-88ce-503f23b766e2 INF CORS policy execution successful. 2024-09-13 10:41:31.865 +05:30 bda8f814-370a-467d-88ce-503f23b766e2 INF HTTP request: Path: /profile/getprofiledetails QueryString: ?profileId=5 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzODY2LCJleHAiOjE3MjYyMDQ0NjYsImlhdCI6MTcyNjIwMzg2Nn0.HfT9msQL7Htb4tXjDIyFqEjIMK5LKVqlT_OwXF3720o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:41:31.865 +05:30 d247cc6b-dd83-4336-b035-b8aa029707b7 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api)' 2024-09-13 10:41:31.866 +05:30 d247cc6b-dd83-4336-b035-b8aa029707b7 INF Route matched with {action = "GetProfileDetails", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileDetails(Int32) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 10:41:31.893 +05:30 d247cc6b-dd83-4336-b035-b8aa029707b7 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:41:31.893 +05:30 d247cc6b-dd83-4336-b035-b8aa029707b7 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api) in 27.7403ms 2024-09-13 10:41:31.894 +05:30 d247cc6b-dd83-4336-b035-b8aa029707b7 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api)' 2024-09-13 10:41:31.894 +05:30 d247cc6b-dd83-4336-b035-b8aa029707b7 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: bda8f814-370a-467d-88ce-503f23b766e2}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 19265} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"ProfileDetails\":[{\"ProfileId\":5,\"ProfileName\":\"Test_Steffy_Profile\",\"BusinessEntity\":3,\"BusinessEntityName\":\"Entity3\",\"ParentId\":0,\"ParentName\":\" \",\"Remarks\":\"Testing Purpose\"}],\"SelectedRestrictions\":[{\"ProfileId\":5,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":7,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":8,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":9,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":10,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":11,\"ActionName\":\"Excel \"},{\"ProfileId\":5,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":12,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":22,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":13,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":14,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":15,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":16,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":17,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":18,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":20,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":21,\"ActionName\":\"UnlockUser\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":26,\"ActionName\":\"DeleteUsersCreatedbyOthers\"},{\"ProfileId\":5,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"}]}"} 2024-09-13 10:41:31.896 +05:30 d247cc6b-dd83-4336-b035-b8aa029707b7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=5 - 200 19265 application/json; charset=utf-8 31.7875ms 2024-09-13 10:41:32.112 +05:30 7bdea25c-e8b9-4a38-b6f9-853bfa44e4e1 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 10:41:32.113 +05:30 7bdea25c-e8b9-4a38-b6f9-853bfa44e4e1 INF CORS policy execution successful. 2024-09-13 10:41:32.113 +05:30 7bdea25c-e8b9-4a38-b6f9-853bfa44e4e1 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 204 null null 0.519ms 2024-09-13 10:41:32.155 +05:30 eb470284-3fd4-4e13-bd3b-76f82a2e6a96 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 10:41:32.156 +05:30 eb470284-3fd4-4e13-bd3b-76f82a2e6a96 INF CORS policy execution successful. 2024-09-13 10:41:32.156 +05:30 eb470284-3fd4-4e13-bd3b-76f82a2e6a96 INF HTTP request: Path: /profile/getprofilegroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzODY2LCJleHAiOjE3MjYyMDQ0NjYsImlhdCI6MTcyNjIwMzg2Nn0.HfT9msQL7Htb4tXjDIyFqEjIMK5LKVqlT_OwXF3720o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:41:32.156 +05:30 71114dac-3a4e-47b4-9b4c-6f4a85ef9f5c INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 10:41:32.156 +05:30 71114dac-3a4e-47b4-9b4c-6f4a85ef9f5c INF Route matched with {action = "GetProfileGroups", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileGroups() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 10:41:32.164 +05:30 71114dac-3a4e-47b4-9b4c-6f4a85ef9f5c INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:41:32.164 +05:30 71114dac-3a4e-47b4-9b4c-6f4a85ef9f5c INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api) in 8.0972ms 2024-09-13 10:41:32.164 +05:30 71114dac-3a4e-47b4-9b4c-6f4a85ef9f5c INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 10:41:32.165 +05:30 71114dac-3a4e-47b4-9b4c-6f4a85ef9f5c INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: eb470284-3fd4-4e13-bd3b-76f82a2e6a96}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 84} Body: {"status":"Failure","statusCode":3001,"message":"Record(s) Not Found","result":null} 2024-09-13 10:41:32.165 +05:30 71114dac-3a4e-47b4-9b4c-6f4a85ef9f5c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 404 84 application/json; charset=utf-8 10.0035ms 2024-09-13 10:41:33.127 +05:30 0b255386-7e97-4cef-bd62-bdc287159235 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 10:41:33.127 +05:30 0b255386-7e97-4cef-bd62-bdc287159235 INF CORS policy execution successful. 2024-09-13 10:41:33.128 +05:30 0b255386-7e97-4cef-bd62-bdc287159235 INF HTTP request: Path: /profile/getprofilegroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzODY2LCJleHAiOjE3MjYyMDQ0NjYsImlhdCI6MTcyNjIwMzg2Nn0.HfT9msQL7Htb4tXjDIyFqEjIMK5LKVqlT_OwXF3720o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:41:33.128 +05:30 f744be14-780c-4712-9ecb-5bddfd27c428 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 10:41:33.128 +05:30 f744be14-780c-4712-9ecb-5bddfd27c428 INF Route matched with {action = "GetProfileGroups", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileGroups() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 10:41:33.139 +05:30 f744be14-780c-4712-9ecb-5bddfd27c428 INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:41:33.139 +05:30 f744be14-780c-4712-9ecb-5bddfd27c428 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api) in 10.8651ms 2024-09-13 10:41:33.139 +05:30 f744be14-780c-4712-9ecb-5bddfd27c428 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 10:41:33.139 +05:30 f744be14-780c-4712-9ecb-5bddfd27c428 INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: 0b255386-7e97-4cef-bd62-bdc287159235}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 84} Body: {"status":"Failure","statusCode":3001,"message":"Record(s) Not Found","result":null} 2024-09-13 10:41:33.139 +05:30 f744be14-780c-4712-9ecb-5bddfd27c428 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 404 84 application/json; charset=utf-8 12.5826ms 2024-09-13 10:41:34.226 +05:30 7ca60412-e3ae-4552-9482-a687fa001905 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getrolesinprofile?profileId=5 - null null 2024-09-13 10:41:34.227 +05:30 7ca60412-e3ae-4552-9482-a687fa001905 INF CORS policy execution successful. 2024-09-13 10:41:34.227 +05:30 7ca60412-e3ae-4552-9482-a687fa001905 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getrolesinprofile?profileId=5 - 204 null null 0.8227ms 2024-09-13 10:41:34.269 +05:30 cfe367af-00c7-4de5-89c2-621aad859707 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getrolesinprofile?profileId=5 - null null 2024-09-13 10:41:34.270 +05:30 cfe367af-00c7-4de5-89c2-621aad859707 INF CORS policy execution successful. 2024-09-13 10:41:34.270 +05:30 cfe367af-00c7-4de5-89c2-621aad859707 INF HTTP request: Path: /profile/getrolesinprofile QueryString: ?profileId=5 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzODY2LCJleHAiOjE3MjYyMDQ0NjYsImlhdCI6MTcyNjIwMzg2Nn0.HfT9msQL7Htb4tXjDIyFqEjIMK5LKVqlT_OwXF3720o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:41:34.270 +05:30 262260c7-83aa-45e3-ac21-3d2260898bc5 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetRolesInProfile (Sang.Security.Api)' 2024-09-13 10:41:34.270 +05:30 262260c7-83aa-45e3-ac21-3d2260898bc5 INF Route matched with {action = "GetRolesInProfile", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetRolesInProfile(Int32) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 10:41:34.282 +05:30 262260c7-83aa-45e3-ac21-3d2260898bc5 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:41:34.283 +05:30 262260c7-83aa-45e3-ac21-3d2260898bc5 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetRolesInProfile (Sang.Security.Api) in 12.1282ms 2024-09-13 10:41:34.283 +05:30 262260c7-83aa-45e3-ac21-3d2260898bc5 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetRolesInProfile (Sang.Security.Api)' 2024-09-13 10:41:34.283 +05:30 262260c7-83aa-45e3-ac21-3d2260898bc5 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: cfe367af-00c7-4de5-89c2-621aad859707}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 170} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"RoleName\":\"Test_Steffy_Role\"},{\"RoleName\":\"Test_Steffy_Role2\"}]"} 2024-09-13 10:41:34.283 +05:30 262260c7-83aa-45e3-ac21-3d2260898bc5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getrolesinprofile?profileId=5 - 200 170 application/json; charset=utf-8 13.7511ms 2024-09-13 10:41:44.220 +05:30 242631a0-70b6-4849-bc53-f716007e9b4f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getrolesinprofile?profileId=5 - null null 2024-09-13 10:41:44.221 +05:30 242631a0-70b6-4849-bc53-f716007e9b4f INF CORS policy execution successful. 2024-09-13 10:41:44.221 +05:30 242631a0-70b6-4849-bc53-f716007e9b4f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getrolesinprofile?profileId=5 - 204 null null 1.1221ms 2024-09-13 10:41:44.264 +05:30 e8e1efe7-da37-496a-8c86-ca4eb9e2b7ec INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getrolesinprofile?profileId=5 - null null 2024-09-13 10:41:44.265 +05:30 e8e1efe7-da37-496a-8c86-ca4eb9e2b7ec INF CORS policy execution successful. 2024-09-13 10:41:44.265 +05:30 e8e1efe7-da37-496a-8c86-ca4eb9e2b7ec INF HTTP request: Path: /profile/getrolesinprofile QueryString: ?profileId=5 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzODY2LCJleHAiOjE3MjYyMDQ0NjYsImlhdCI6MTcyNjIwMzg2Nn0.HfT9msQL7Htb4tXjDIyFqEjIMK5LKVqlT_OwXF3720o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:41:44.266 +05:30 3571a095-4629-4449-b73a-d18e6bcbc518 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetRolesInProfile (Sang.Security.Api)' 2024-09-13 10:41:44.266 +05:30 3571a095-4629-4449-b73a-d18e6bcbc518 INF Route matched with {action = "GetRolesInProfile", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetRolesInProfile(Int32) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 10:41:44.285 +05:30 3571a095-4629-4449-b73a-d18e6bcbc518 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:41:44.286 +05:30 3571a095-4629-4449-b73a-d18e6bcbc518 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetRolesInProfile (Sang.Security.Api) in 19.6525ms 2024-09-13 10:41:44.286 +05:30 3571a095-4629-4449-b73a-d18e6bcbc518 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetRolesInProfile (Sang.Security.Api)' 2024-09-13 10:41:44.286 +05:30 3571a095-4629-4449-b73a-d18e6bcbc518 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e8e1efe7-da37-496a-8c86-ca4eb9e2b7ec}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 170} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"RoleName\":\"Test_Steffy_Role\"},{\"RoleName\":\"Test_Steffy_Role2\"}]"} 2024-09-13 10:41:44.286 +05:30 3571a095-4629-4449-b73a-d18e6bcbc518 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getrolesinprofile?profileId=5 - 200 170 application/json; charset=utf-8 22.2137ms 2024-09-13 10:42:10.048 +05:30 bae5df0c-dd53-4a88-b653-5991ce7ed8d0 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getrolesinprofile?profileId=5 - null null 2024-09-13 10:42:10.048 +05:30 bae5df0c-dd53-4a88-b653-5991ce7ed8d0 INF CORS policy execution successful. 2024-09-13 10:42:10.049 +05:30 bae5df0c-dd53-4a88-b653-5991ce7ed8d0 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getrolesinprofile?profileId=5 - 204 null null 1.3971ms 2024-09-13 10:42:10.096 +05:30 79f843de-b45e-4099-a176-cf4fdb282528 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getrolesinprofile?profileId=5 - null null 2024-09-13 10:42:10.097 +05:30 79f843de-b45e-4099-a176-cf4fdb282528 INF CORS policy execution successful. 2024-09-13 10:42:10.097 +05:30 79f843de-b45e-4099-a176-cf4fdb282528 INF HTTP request: Path: /profile/getrolesinprofile QueryString: ?profileId=5 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzODY2LCJleHAiOjE3MjYyMDQ0NjYsImlhdCI6MTcyNjIwMzg2Nn0.HfT9msQL7Htb4tXjDIyFqEjIMK5LKVqlT_OwXF3720o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:42:10.098 +05:30 b1a4bcd7-a1b0-46c5-b9d2-43bcb2c0bd2b INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetRolesInProfile (Sang.Security.Api)' 2024-09-13 10:42:10.098 +05:30 b1a4bcd7-a1b0-46c5-b9d2-43bcb2c0bd2b INF Route matched with {action = "GetRolesInProfile", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetRolesInProfile(Int32) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 10:42:10.112 +05:30 b1a4bcd7-a1b0-46c5-b9d2-43bcb2c0bd2b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:42:10.113 +05:30 b1a4bcd7-a1b0-46c5-b9d2-43bcb2c0bd2b INF Executed action Sang.Security.Api.Controllers.ProfileController.GetRolesInProfile (Sang.Security.Api) in 14.6785ms 2024-09-13 10:42:10.113 +05:30 b1a4bcd7-a1b0-46c5-b9d2-43bcb2c0bd2b INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetRolesInProfile (Sang.Security.Api)' 2024-09-13 10:42:10.113 +05:30 b1a4bcd7-a1b0-46c5-b9d2-43bcb2c0bd2b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 79f843de-b45e-4099-a176-cf4fdb282528}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 170} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"RoleName\":\"Test_Steffy_Role\"},{\"RoleName\":\"Test_Steffy_Role2\"}]"} 2024-09-13 10:42:10.113 +05:30 b1a4bcd7-a1b0-46c5-b9d2-43bcb2c0bd2b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getrolesinprofile?profileId=5 - 200 170 application/json; charset=utf-8 17.8545ms 2024-09-13 10:42:48.634 +05:30 c1192814-33b9-46f6-8e1f-9b641e2393b6 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:42:48.635 +05:30 c1192814-33b9-46f6-8e1f-9b641e2393b6 INF CORS policy execution successful. 2024-09-13 10:42:48.636 +05:30 c1192814-33b9-46f6-8e1f-9b641e2393b6 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 2.1804ms 2024-09-13 10:42:48.678 +05:30 02a47c5f-d390-4e6f-8004-0639961141e8 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:42:48.680 +05:30 02a47c5f-d390-4e6f-8004-0639961141e8 INF CORS policy execution successful. 2024-09-13 10:42:48.680 +05:30 02a47c5f-d390-4e6f-8004-0639961141e8 INF HTTP request: Path: /profile/getprofilesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzODY2LCJleHAiOjE3MjYyMDQ0NjYsImlhdCI6MTcyNjIwMzg2Nn0.HfT9msQL7Htb4tXjDIyFqEjIMK5LKVqlT_OwXF3720o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:42:48.681 +05:30 09698bdf-6a60-4cab-9959-a3c41dcf30be INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 10:42:48.682 +05:30 09698bdf-6a60-4cab-9959-a3c41dcf30be INF Route matched with {action = "GetProfileSummary", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 10:42:48.724 +05:30 09698bdf-6a60-4cab-9959-a3c41dcf30be INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:42:48.724 +05:30 09698bdf-6a60-4cab-9959-a3c41dcf30be INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api) in 42.5397ms 2024-09-13 10:42:48.724 +05:30 09698bdf-6a60-4cab-9959-a3c41dcf30be INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 10:42:48.725 +05:30 09698bdf-6a60-4cab-9959-a3c41dcf30be INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 02a47c5f-d390-4e6f-8004-0639961141e8}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 779} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":6,\"Name\":\"Test_Steffy_Profile2\",\"CreatedOn\":\"2024-09-12T12:00:29.167\",\"ModifiedOn\":null},{\"IId\":5,\"Name\":\"Test_Steffy_Profile\",\"CreatedOn\":\"2024-09-12T03:49:55.283\",\"ModifiedOn\":\"09/12/2024 14:56:25\"},{\"IId\":4,\"Name\":\"testProfile\",\"CreatedOn\":\"2024-09-11T09:05:40.767\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:42:19.627\",\"ModifiedOn\":\"09/12/2024 05:35:34\"},{\"IId\":2,\"Name\":\"Test Gokul\",\"CreatedOn\":\"2024-09-11T08:41:24.593\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"FullAccess\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":6,\"TotalPages\":1}]}"} 2024-09-13 10:42:48.725 +05:30 09698bdf-6a60-4cab-9959-a3c41dcf30be INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 200 779 application/json; charset=utf-8 47.1861ms 2024-09-13 10:42:52.713 +05:30 8cc87cdf-54f8-4a14-bc74-51f7802d3767 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=6 - null null 2024-09-13 10:42:52.714 +05:30 8cc87cdf-54f8-4a14-bc74-51f7802d3767 INF CORS policy execution successful. 2024-09-13 10:42:52.714 +05:30 8cc87cdf-54f8-4a14-bc74-51f7802d3767 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=6 - 204 null null 0.8984ms 2024-09-13 10:42:52.759 +05:30 82af0093-d7a5-4a3e-9e75-c18b43e49678 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=6 - null null 2024-09-13 10:42:52.759 +05:30 82af0093-d7a5-4a3e-9e75-c18b43e49678 INF CORS policy execution successful. 2024-09-13 10:42:52.760 +05:30 82af0093-d7a5-4a3e-9e75-c18b43e49678 INF HTTP request: Path: /profile/getprofiledetails QueryString: ?profileId=6 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzODY2LCJleHAiOjE3MjYyMDQ0NjYsImlhdCI6MTcyNjIwMzg2Nn0.HfT9msQL7Htb4tXjDIyFqEjIMK5LKVqlT_OwXF3720o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:42:52.760 +05:30 b94d7b1b-269c-437e-9481-7ea3672b23cf INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api)' 2024-09-13 10:42:52.760 +05:30 b94d7b1b-269c-437e-9481-7ea3672b23cf INF Route matched with {action = "GetProfileDetails", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileDetails(Int32) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 10:42:52.796 +05:30 b94d7b1b-269c-437e-9481-7ea3672b23cf INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:42:52.796 +05:30 b94d7b1b-269c-437e-9481-7ea3672b23cf INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api) in 36.336ms 2024-09-13 10:42:52.796 +05:30 b94d7b1b-269c-437e-9481-7ea3672b23cf INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api)' 2024-09-13 10:42:52.797 +05:30 b94d7b1b-269c-437e-9481-7ea3672b23cf INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 82af0093-d7a5-4a3e-9e75-c18b43e49678}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 19172} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"ProfileDetails\":[{\"ProfileId\":6,\"ProfileName\":\"Test_Steffy_Profile2\",\"BusinessEntity\":3,\"BusinessEntityName\":\"Entity3\",\"ParentId\":0,\"ParentName\":\" \",\"Remarks\":\"Testing Purpose\"}],\"SelectedRestrictions\":[{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":7,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":8,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":9,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":10,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":11,\"ActionName\":\"Excel \"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":12,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":22,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":13,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":14,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":15,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":16,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":17,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":18,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":19,\"ActionName\":\"EditUsersCreatedbyOthers\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":20,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":21,\"ActionName\":\"UnlockUser\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":26,\"ActionName\":\"DeleteUsersCreatedbyOthers\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"}]}"} 2024-09-13 10:42:52.798 +05:30 b94d7b1b-269c-437e-9481-7ea3672b23cf INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=6 - 200 19172 application/json; charset=utf-8 39.5029ms 2024-09-13 10:42:53.002 +05:30 6057725a-5314-4487-a740-f86d694b09fb INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 10:42:53.003 +05:30 6057725a-5314-4487-a740-f86d694b09fb INF CORS policy execution successful. 2024-09-13 10:42:53.003 +05:30 6057725a-5314-4487-a740-f86d694b09fb INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 204 null null 0.9064ms 2024-09-13 10:42:53.047 +05:30 04867c38-cf2f-4a82-b39f-f705b5040549 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 10:42:53.047 +05:30 04867c38-cf2f-4a82-b39f-f705b5040549 INF CORS policy execution successful. 2024-09-13 10:42:53.047 +05:30 04867c38-cf2f-4a82-b39f-f705b5040549 INF HTTP request: Path: /profile/getprofilegroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzODY2LCJleHAiOjE3MjYyMDQ0NjYsImlhdCI6MTcyNjIwMzg2Nn0.HfT9msQL7Htb4tXjDIyFqEjIMK5LKVqlT_OwXF3720o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:42:53.047 +05:30 8f704a56-5482-4536-9295-ca9e99e24d72 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 10:42:53.048 +05:30 8f704a56-5482-4536-9295-ca9e99e24d72 INF Route matched with {action = "GetProfileGroups", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileGroups() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 10:42:53.054 +05:30 8f704a56-5482-4536-9295-ca9e99e24d72 INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:42:53.054 +05:30 8f704a56-5482-4536-9295-ca9e99e24d72 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api) in 6.7751ms 2024-09-13 10:42:53.054 +05:30 8f704a56-5482-4536-9295-ca9e99e24d72 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 10:42:53.055 +05:30 8f704a56-5482-4536-9295-ca9e99e24d72 INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: 04867c38-cf2f-4a82-b39f-f705b5040549}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 84} Body: {"status":"Failure","statusCode":3001,"message":"Record(s) Not Found","result":null} 2024-09-13 10:42:53.055 +05:30 8f704a56-5482-4536-9295-ca9e99e24d72 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 404 84 application/json; charset=utf-8 8.439ms 2024-09-13 10:42:53.313 +05:30 95b92e5a-9fb3-4ad7-8046-3dfe0bbebe7e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 10:42:53.313 +05:30 95b92e5a-9fb3-4ad7-8046-3dfe0bbebe7e INF CORS policy execution successful. 2024-09-13 10:42:53.314 +05:30 95b92e5a-9fb3-4ad7-8046-3dfe0bbebe7e INF HTTP request: Path: /profile/getprofilegroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzODY2LCJleHAiOjE3MjYyMDQ0NjYsImlhdCI6MTcyNjIwMzg2Nn0.HfT9msQL7Htb4tXjDIyFqEjIMK5LKVqlT_OwXF3720o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:42:53.314 +05:30 611332cc-746a-4c55-8379-535937502832 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 10:42:53.314 +05:30 611332cc-746a-4c55-8379-535937502832 INF Route matched with {action = "GetProfileGroups", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileGroups() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 10:42:53.317 +05:30 611332cc-746a-4c55-8379-535937502832 INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:42:53.317 +05:30 611332cc-746a-4c55-8379-535937502832 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api) in 2.9645ms 2024-09-13 10:42:53.317 +05:30 611332cc-746a-4c55-8379-535937502832 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 10:42:53.317 +05:30 611332cc-746a-4c55-8379-535937502832 INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: 95b92e5a-9fb3-4ad7-8046-3dfe0bbebe7e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 84} Body: {"status":"Failure","statusCode":3001,"message":"Record(s) Not Found","result":null} 2024-09-13 10:42:53.318 +05:30 611332cc-746a-4c55-8379-535937502832 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 404 84 application/json; charset=utf-8 4.8172ms 2024-09-13 10:43:07.818 +05:30 f1f178fd-9bc1-4d1e-aef1-20d9379aa998 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/deleteprofile - null null 2024-09-13 10:43:07.820 +05:30 f1f178fd-9bc1-4d1e-aef1-20d9379aa998 INF CORS policy execution successful. 2024-09-13 10:43:07.821 +05:30 f1f178fd-9bc1-4d1e-aef1-20d9379aa998 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/deleteprofile - 204 null null 2.9909ms 2024-09-13 10:43:07.867 +05:30 dd091721-b2c6-4ec9-a346-503916b9f74c INF Request starting HTTP/1.1 DELETE http://103.120.178.195/SangSecurityAPI/profile/deleteprofile - application/json 10 2024-09-13 10:43:07.868 +05:30 dd091721-b2c6-4ec9-a346-503916b9f74c INF CORS policy execution successful. 2024-09-13 10:43:07.869 +05:30 dd091721-b2c6-4ec9-a346-503916b9f74c INF HTTP request: Path: /profile/deleteprofile QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzODY2LCJleHAiOjE3MjYyMDQ0NjYsImlhdCI6MTcyNjIwMzg2Nn0.HfT9msQL7Htb4tXjDIyFqEjIMK5LKVqlT_OwXF3720o}, {Connection: keep-alive}, {Content-Length: 10}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: [{"id":6}] 2024-09-13 10:43:07.870 +05:30 00eca8de-1b06-4b70-a38e-e5ff0244b63d INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.DeleteProfile (Sang.Security.Api)' 2024-09-13 10:43:07.881 +05:30 00eca8de-1b06-4b70-a38e-e5ff0244b63d INF Route matched with {action = "DeleteProfile", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] DeleteProfile(System.Collections.Generic.List`1[Sang.Security.Api.Models.IdTableType]) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 10:43:07.953 +05:30 00eca8de-1b06-4b70-a38e-e5ff0244b63d INF Executing ConflictObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:43:07.954 +05:30 00eca8de-1b06-4b70-a38e-e5ff0244b63d INF Executed action Sang.Security.Api.Controllers.ProfileController.DeleteProfile (Sang.Security.Api) in 72.4416ms 2024-09-13 10:43:07.954 +05:30 00eca8de-1b06-4b70-a38e-e5ff0244b63d INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.DeleteProfile (Sang.Security.Api)' 2024-09-13 10:43:07.954 +05:30 00eca8de-1b06-4b70-a38e-e5ff0244b63d INF HTTP Response: StatusCode: 409 Headers: {X-Correlation-Id: dd091721-b2c6-4ec9-a346-503916b9f74c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 113} Body: {"status":"Failure","statusCode":3002,"message":"Cannot delete profile(s) associated with a role.","result":null} 2024-09-13 10:43:07.955 +05:30 00eca8de-1b06-4b70-a38e-e5ff0244b63d INF Request finished HTTP/1.1 DELETE http://103.120.178.195/SangSecurityAPI/profile/deleteprofile - 409 113 application/json; charset=utf-8 88.1721ms 2024-09-13 10:43:56.519 +05:30 091b3137-3302-4e9c-aa31-d54e6ac19f7d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzNzg4LCJleHAiOjE3MjYyMDQ2ODgsImlhdCI6MTcyNjIwMzc4OH0.lPlQlsPwUCK_8cUTpsA0uKs0w7BUfeu6tmOzMkyCCIU - null null 2024-09-13 10:43:56.521 +05:30 091b3137-3302-4e9c-aa31-d54e6ac19f7d INF CORS policy execution successful. 2024-09-13 10:43:56.522 +05:30 091b3137-3302-4e9c-aa31-d54e6ac19f7d INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzNzg4LCJleHAiOjE3MjYyMDQ2ODgsImlhdCI6MTcyNjIwMzc4OH0.lPlQlsPwUCK_8cUTpsA0uKs0w7BUfeu6tmOzMkyCCIU Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 10:43:56.523 +05:30 4168f743-9a10-4593-b3d1-3ae2d39ecea5 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 10:43:56.523 +05:30 4168f743-9a10-4593-b3d1-3ae2d39ecea5 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 10:43:56.553 +05:30 4168f743-9a10-4593-b3d1-3ae2d39ecea5 INF Token generated 2024-09-13 10:43:56.554 +05:30 4168f743-9a10-4593-b3d1-3ae2d39ecea5 INF Token generated 2024-09-13 10:43:56.555 +05:30 4168f743-9a10-4593-b3d1-3ae2d39ecea5 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:43:56.555 +05:30 4168f743-9a10-4593-b3d1-3ae2d39ecea5 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 31.8017ms 2024-09-13 10:43:56.556 +05:30 4168f743-9a10-4593-b3d1-3ae2d39ecea5 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 10:43:56.556 +05:30 4168f743-9a10-4593-b3d1-3ae2d39ecea5 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 091b3137-3302-4e9c-aa31-d54e6ac19f7d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 877} Body: {"status":"Success","statusCode":2000,"message":"Tokens Regenerated","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA0NDM2LCJleHAiOjE3MjYyMDUwMzYsImlhdCI6MTcyNjIwNDQzNn0.Grl6RS97w_lZo5z5BocJBz2O42RGLFd9z1Qu30HleN4\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA0NDM2LCJleHAiOjE3MjYyMDUzMzYsImlhdCI6MTcyNjIwNDQzNn0.QRTSqN1DqLD7cIPButj8WbEi6ynfPIghXTgboX37oI0\"}"} 2024-09-13 10:43:56.556 +05:30 4168f743-9a10-4593-b3d1-3ae2d39ecea5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzNzg4LCJleHAiOjE3MjYyMDQ2ODgsImlhdCI6MTcyNjIwMzc4OH0.lPlQlsPwUCK_8cUTpsA0uKs0w7BUfeu6tmOzMkyCCIU - 200 877 application/json; charset=utf-8 37.1755ms 2024-09-13 10:47:19.125 +05:30 709a829f-68fe-4b5e-b703-499f4d00b98d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - null null 2024-09-13 10:47:19.128 +05:30 709a829f-68fe-4b5e-b703-499f4d00b98d INF CORS policy execution successful. 2024-09-13 10:47:19.130 +05:30 709a829f-68fe-4b5e-b703-499f4d00b98d INF HTTP request: Path: /login/getcompany QueryString: ?userName=dipin Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 10:47:19.131 +05:30 84d5bd25-7220-4246-a3b9-2ad10e34d639 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 10:47:19.132 +05:30 84d5bd25-7220-4246-a3b9-2ad10e34d639 INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 10:47:19.151 +05:30 b3cb63d8-beb4-40a0-94e6-d363f4c9afef INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - null null 2024-09-13 10:47:19.151 +05:30 b3cb63d8-beb4-40a0-94e6-d363f4c9afef INF CORS policy execution successful. 2024-09-13 10:47:19.151 +05:30 b3cb63d8-beb4-40a0-94e6-d363f4c9afef INF HTTP request: Path: /login/getcompany QueryString: ?userName=dipin Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 10:47:19.151 +05:30 98da7d69-d799-4bdb-9b5d-aeb9d8062ab0 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 10:47:19.151 +05:30 98da7d69-d799-4bdb-9b5d-aeb9d8062ab0 INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 10:47:19.175 +05:30 84d5bd25-7220-4246-a3b9-2ad10e34d639 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:47:19.175 +05:30 98da7d69-d799-4bdb-9b5d-aeb9d8062ab0 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:47:19.176 +05:30 84d5bd25-7220-4246-a3b9-2ad10e34d639 INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 43.6026ms 2024-09-13 10:47:19.176 +05:30 98da7d69-d799-4bdb-9b5d-aeb9d8062ab0 INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 23.9133ms 2024-09-13 10:47:19.176 +05:30 84d5bd25-7220-4246-a3b9-2ad10e34d639 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 10:47:19.176 +05:30 98da7d69-d799-4bdb-9b5d-aeb9d8062ab0 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 10:47:19.176 +05:30 84d5bd25-7220-4246-a3b9-2ad10e34d639 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 709a829f-68fe-4b5e-b703-499f4d00b98d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 10:47:19.176 +05:30 98da7d69-d799-4bdb-9b5d-aeb9d8062ab0 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b3cb63d8-beb4-40a0-94e6-d363f4c9afef}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 10:47:19.177 +05:30 84d5bd25-7220-4246-a3b9-2ad10e34d639 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - 200 138 application/json; charset=utf-8 55.7212ms 2024-09-13 10:47:19.177 +05:30 98da7d69-d799-4bdb-9b5d-aeb9d8062ab0 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - 200 138 application/json; charset=utf-8 26.1403ms 2024-09-13 10:47:19.192 +05:30 e75d2293-a157-42f5-94f1-bf7acf264b47 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 10:47:19.193 +05:30 bca31b72-e5b2-48c1-8511-cc3871d79aaf INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 10:47:19.193 +05:30 e75d2293-a157-42f5-94f1-bf7acf264b47 INF CORS policy execution successful. 2024-09-13 10:47:19.193 +05:30 bca31b72-e5b2-48c1-8511-cc3871d79aaf INF CORS policy execution successful. 2024-09-13 10:47:19.193 +05:30 bca31b72-e5b2-48c1-8511-cc3871d79aaf INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 0.3067ms 2024-09-13 10:47:19.193 +05:30 e75d2293-a157-42f5-94f1-bf7acf264b47 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 0.522ms 2024-09-13 10:47:21.304 +05:30 6009e368-d90f-45dc-9c7b-bcb52e2ebf91 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 73 2024-09-13 10:47:21.305 +05:30 6009e368-d90f-45dc-9c7b-bcb52e2ebf91 INF CORS policy execution successful. 2024-09-13 10:47:21.305 +05:30 6009e368-d90f-45dc-9c7b-bcb52e2ebf91 INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 73}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"dipin","password":"UjgEpa1oE5f/WyfCWCwrcg=="} 2024-09-13 10:47:21.305 +05:30 f4d354e4-0c78-4ad7-9424-6430a2bc0173 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 10:47:21.306 +05:30 f4d354e4-0c78-4ad7-9424-6430a2bc0173 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 10:47:21.336 +05:30 f4d354e4-0c78-4ad7-9424-6430a2bc0173 INF Executing BadRequestObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:47:21.336 +05:30 f4d354e4-0c78-4ad7-9424-6430a2bc0173 INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 30.7184ms 2024-09-13 10:47:21.336 +05:30 f4d354e4-0c78-4ad7-9424-6430a2bc0173 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 10:47:21.336 +05:30 f4d354e4-0c78-4ad7-9424-6430a2bc0173 INF HTTP Response: StatusCode: 400 Headers: {X-Correlation-Id: 6009e368-d90f-45dc-9c7b-bcb52e2ebf91}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 159} Body: {"status":"Failure","statusCode":4000,"message":"Api Validation error","result":"[{\"PropertyName\":\"EntityId\",\"ErrorMessage\":\"EntityId is required.\"}]"} 2024-09-13 10:47:21.337 +05:30 f4d354e4-0c78-4ad7-9424-6430a2bc0173 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 400 159 application/json; charset=utf-8 32.4543ms 2024-09-13 10:47:21.370 +05:30 b511625a-d256-4fd8-ba6e-443720b04548 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 73 2024-09-13 10:47:21.371 +05:30 b511625a-d256-4fd8-ba6e-443720b04548 INF CORS policy execution successful. 2024-09-13 10:47:21.371 +05:30 b511625a-d256-4fd8-ba6e-443720b04548 INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 73}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"dipin","password":"UjgEpa1oE5f/WyfCWCwrcg=="} 2024-09-13 10:47:21.371 +05:30 0dd7eaa2-42de-4d56-b3a3-bb1b948deb47 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 10:47:21.372 +05:30 0dd7eaa2-42de-4d56-b3a3-bb1b948deb47 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 10:47:21.374 +05:30 0dd7eaa2-42de-4d56-b3a3-bb1b948deb47 INF Executing BadRequestObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:47:21.375 +05:30 0dd7eaa2-42de-4d56-b3a3-bb1b948deb47 INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 2.8753ms 2024-09-13 10:47:21.375 +05:30 0dd7eaa2-42de-4d56-b3a3-bb1b948deb47 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 10:47:21.375 +05:30 0dd7eaa2-42de-4d56-b3a3-bb1b948deb47 INF HTTP Response: StatusCode: 400 Headers: {X-Correlation-Id: b511625a-d256-4fd8-ba6e-443720b04548}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 159} Body: {"status":"Failure","statusCode":4000,"message":"Api Validation error","result":"[{\"PropertyName\":\"EntityId\",\"ErrorMessage\":\"EntityId is required.\"}]"} 2024-09-13 10:47:21.375 +05:30 0dd7eaa2-42de-4d56-b3a3-bb1b948deb47 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 400 159 application/json; charset=utf-8 5.2569ms 2024-09-13 10:47:21.421 +05:30 5b045b67-6791-4769-bdbf-b365f979803d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - null null 2024-09-13 10:47:21.421 +05:30 5b045b67-6791-4769-bdbf-b365f979803d INF CORS policy execution successful. 2024-09-13 10:47:21.421 +05:30 5b045b67-6791-4769-bdbf-b365f979803d INF HTTP request: Path: /login/getcompany QueryString: ?userName=dipin Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 10:47:21.422 +05:30 bc95d1bd-385a-4481-8b6e-598fcb6b8ba1 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 10:47:21.422 +05:30 bc95d1bd-385a-4481-8b6e-598fcb6b8ba1 INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 10:47:21.434 +05:30 bc95d1bd-385a-4481-8b6e-598fcb6b8ba1 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:47:21.434 +05:30 bc95d1bd-385a-4481-8b6e-598fcb6b8ba1 INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 12.6057ms 2024-09-13 10:47:21.435 +05:30 bc95d1bd-385a-4481-8b6e-598fcb6b8ba1 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 10:47:21.435 +05:30 bc95d1bd-385a-4481-8b6e-598fcb6b8ba1 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 5b045b67-6791-4769-bdbf-b365f979803d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 10:47:21.435 +05:30 bc95d1bd-385a-4481-8b6e-598fcb6b8ba1 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - 200 138 application/json; charset=utf-8 14.3902ms 2024-09-13 10:47:25.407 +05:30 2476ed8a-cf4f-4896-a76e-2a5c02aabb91 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 10:47:25.408 +05:30 2476ed8a-cf4f-4896-a76e-2a5c02aabb91 INF CORS policy execution successful. 2024-09-13 10:47:25.409 +05:30 2476ed8a-cf4f-4896-a76e-2a5c02aabb91 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 1.0965ms 2024-09-13 10:47:25.463 +05:30 8fc95f60-a9ff-4017-a235-3541c8f3b93d INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 112 2024-09-13 10:47:25.464 +05:30 8fc95f60-a9ff-4017-a235-3541c8f3b93d INF CORS policy execution successful. 2024-09-13 10:47:25.464 +05:30 8fc95f60-a9ff-4017-a235-3541c8f3b93d INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 112}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"dipin","password":"UjgEpa1oE5f/WyfCWCwrcg==","entityId":8,"Company Name":"Entity10"} 2024-09-13 10:47:25.464 +05:30 6f8e5cff-fc5e-47fd-a450-27f466505c25 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 10:47:25.465 +05:30 6f8e5cff-fc5e-47fd-a450-27f466505c25 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 10:47:25.476 +05:30 6f8e5cff-fc5e-47fd-a450-27f466505c25 INF Database retrieved 2024-09-13 10:47:25.491 +05:30 6f8e5cff-fc5e-47fd-a450-27f466505c25 INF Token generated 2024-09-13 10:47:25.492 +05:30 6f8e5cff-fc5e-47fd-a450-27f466505c25 INF Token generated 2024-09-13 10:47:25.492 +05:30 6f8e5cff-fc5e-47fd-a450-27f466505c25 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:47:25.492 +05:30 6f8e5cff-fc5e-47fd-a450-27f466505c25 INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 27.5159ms 2024-09-13 10:47:25.493 +05:30 6f8e5cff-fc5e-47fd-a450-27f466505c25 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 10:47:25.493 +05:30 6f8e5cff-fc5e-47fd-a450-27f466505c25 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8fc95f60-a9ff-4017-a235-3541c8f3b93d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 876} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA0NjQ1LCJleHAiOjE3MjYyMDUyNDUsImlhdCI6MTcyNjIwNDY0NX0.te85IdrVzRUhHcYV-ZMA2w1fYLG28VWeRe5oeytfTiM\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA0NjQ1LCJleHAiOjE3MjYyMDU1NDUsImlhdCI6MTcyNjIwNDY0NX0.RryKbipk_KQJYO-umnCi3q7B9TxkcyB1JjpUmyZnM20\"}"} 2024-09-13 10:47:25.493 +05:30 6f8e5cff-fc5e-47fd-a450-27f466505c25 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 876 application/json; charset=utf-8 30.0287ms 2024-09-13 10:50:34.358 +05:30 94340c05-4110-41b6-a9a9-531aa5e59972 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - null null 2024-09-13 10:50:34.361 +05:30 94340c05-4110-41b6-a9a9-531aa5e59972 INF CORS policy execution successful. 2024-09-13 10:50:34.362 +05:30 94340c05-4110-41b6-a9a9-531aa5e59972 INF HTTP request: Path: /login/getcompany QueryString: ?userName=dipin Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 10:50:34.363 +05:30 f0fa5528-b6f6-4cde-82ff-a1ee430d6deb INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 10:50:34.364 +05:30 f0fa5528-b6f6-4cde-82ff-a1ee430d6deb INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 10:50:34.409 +05:30 f0fa5528-b6f6-4cde-82ff-a1ee430d6deb INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:50:34.409 +05:30 f0fa5528-b6f6-4cde-82ff-a1ee430d6deb INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 45.346ms 2024-09-13 10:50:34.409 +05:30 f0fa5528-b6f6-4cde-82ff-a1ee430d6deb INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 10:50:34.410 +05:30 f0fa5528-b6f6-4cde-82ff-a1ee430d6deb INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 94340c05-4110-41b6-a9a9-531aa5e59972}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 10:50:34.410 +05:30 f0fa5528-b6f6-4cde-82ff-a1ee430d6deb INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - 200 138 application/json; charset=utf-8 52.8017ms 2024-09-13 10:50:37.924 +05:30 582f5bf7-c935-4793-9e59-53fda2e27107 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - null null 2024-09-13 10:50:37.924 +05:30 582f5bf7-c935-4793-9e59-53fda2e27107 INF CORS policy execution successful. 2024-09-13 10:50:37.924 +05:30 582f5bf7-c935-4793-9e59-53fda2e27107 INF HTTP request: Path: /login/getcompany QueryString: ?userName=dipin Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 10:50:37.925 +05:30 e8d18123-742f-4081-b7f3-a0b57561a132 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 10:50:37.925 +05:30 e8d18123-742f-4081-b7f3-a0b57561a132 INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 10:50:37.941 +05:30 e8d18123-742f-4081-b7f3-a0b57561a132 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:50:37.941 +05:30 e8d18123-742f-4081-b7f3-a0b57561a132 INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 16.5413ms 2024-09-13 10:50:37.941 +05:30 e8d18123-742f-4081-b7f3-a0b57561a132 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 10:50:37.942 +05:30 e8d18123-742f-4081-b7f3-a0b57561a132 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 582f5bf7-c935-4793-9e59-53fda2e27107}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 10:50:37.942 +05:30 e8d18123-742f-4081-b7f3-a0b57561a132 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - 200 138 application/json; charset=utf-8 17.9793ms 2024-09-13 10:50:39.138 +05:30 9696a0b0-cdf0-482d-a81f-274d6ab59683 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 10:50:39.138 +05:30 9696a0b0-cdf0-482d-a81f-274d6ab59683 INF CORS policy execution successful. 2024-09-13 10:50:39.139 +05:30 9696a0b0-cdf0-482d-a81f-274d6ab59683 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 0.4912ms 2024-09-13 10:50:39.185 +05:30 bd513afe-6b55-45a8-a693-639cd335abfd INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 112 2024-09-13 10:50:39.185 +05:30 bd513afe-6b55-45a8-a693-639cd335abfd INF CORS policy execution successful. 2024-09-13 10:50:39.185 +05:30 bd513afe-6b55-45a8-a693-639cd335abfd INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 112}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"dipin","password":"UjgEpa1oE5f/WyfCWCwrcg==","entityId":8,"Company Name":"Entity10"} 2024-09-13 10:50:39.185 +05:30 4ec3ccc0-7225-4647-95dc-32b23a9c2170 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 10:50:39.186 +05:30 4ec3ccc0-7225-4647-95dc-32b23a9c2170 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 10:50:39.196 +05:30 4ec3ccc0-7225-4647-95dc-32b23a9c2170 INF Database retrieved 2024-09-13 10:50:39.210 +05:30 4ec3ccc0-7225-4647-95dc-32b23a9c2170 INF Token generated 2024-09-13 10:50:39.210 +05:30 4ec3ccc0-7225-4647-95dc-32b23a9c2170 INF Token generated 2024-09-13 10:50:39.211 +05:30 4ec3ccc0-7225-4647-95dc-32b23a9c2170 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:50:39.211 +05:30 4ec3ccc0-7225-4647-95dc-32b23a9c2170 INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 25.1385ms 2024-09-13 10:50:39.211 +05:30 4ec3ccc0-7225-4647-95dc-32b23a9c2170 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 10:50:39.211 +05:30 4ec3ccc0-7225-4647-95dc-32b23a9c2170 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: bd513afe-6b55-45a8-a693-639cd335abfd}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 876} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA0ODM5LCJleHAiOjE3MjYyMDU0MzksImlhdCI6MTcyNjIwNDgzOX0.Vz1F_rufii0mgpqFrgMKz5MI-oJhgVP3djDG-NiTuUg\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA0ODM5LCJleHAiOjE3MjYyMDU3MzksImlhdCI6MTcyNjIwNDgzOX0.PkDNu3HMntD-bZkfZ5qIVPpcMo7CxluVXt_Z0wRu5-M\"}"} 2024-09-13 10:50:39.211 +05:30 4ec3ccc0-7225-4647-95dc-32b23a9c2170 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 876 application/json; charset=utf-8 26.3823ms 2024-09-13 10:51:13.966 +05:30 e6b5463e-445c-4f5c-9eaf-43b278138848 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MDcxNTUzLCJleHAiOjE3MjYwNzI0NTMsImlhdCI6MTcyNjA3MTU1M30.MFERwl8F1o8zWuevLxjS8Zk7JGIG4Cr5hDNOqdaEZsw - null null 2024-09-13 10:51:13.967 +05:30 e6b5463e-445c-4f5c-9eaf-43b278138848 INF CORS policy execution successful. 2024-09-13 10:51:13.968 +05:30 e6b5463e-445c-4f5c-9eaf-43b278138848 INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MDcxNTUzLCJleHAiOjE3MjYwNzI0NTMsImlhdCI6MTcyNjA3MTU1M30.MFERwl8F1o8zWuevLxjS8Zk7JGIG4Cr5hDNOqdaEZsw Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9,ml;q=0.8}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 10:51:13.968 +05:30 a8341878-bec3-4273-a034-bd67a39888e1 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 10:51:13.969 +05:30 a8341878-bec3-4273-a034-bd67a39888e1 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 10:51:13.973 +05:30 a8341878-bec3-4273-a034-bd67a39888e1 INF Executing BadRequestObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:51:13.973 +05:30 a8341878-bec3-4273-a034-bd67a39888e1 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 4.5468ms 2024-09-13 10:51:13.974 +05:30 a8341878-bec3-4273-a034-bd67a39888e1 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 10:51:13.974 +05:30 a8341878-bec3-4273-a034-bd67a39888e1 INF HTTP Response: StatusCode: 400 Headers: {X-Correlation-Id: e6b5463e-445c-4f5c-9eaf-43b278138848}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 90} Body: {"status":"Failure","statusCode":4000,"message":"Refresh token has expired","result":null} 2024-09-13 10:51:13.974 +05:30 a8341878-bec3-4273-a034-bd67a39888e1 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MDcxNTUzLCJleHAiOjE3MjYwNzI0NTMsImlhdCI6MTcyNjA3MTU1M30.MFERwl8F1o8zWuevLxjS8Zk7JGIG4Cr5hDNOqdaEZsw - 400 90 application/json; charset=utf-8 8.4108ms 2024-09-13 10:51:19.766 +05:30 03d37020-64f9-4458-8de2-413e8a5b2e90 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=gokul - null null 2024-09-13 10:51:19.766 +05:30 03d37020-64f9-4458-8de2-413e8a5b2e90 INF CORS policy execution successful. 2024-09-13 10:51:19.767 +05:30 03d37020-64f9-4458-8de2-413e8a5b2e90 INF HTTP request: Path: /login/getcompany QueryString: ?userName=gokul Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9,ml;q=0.8}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 10:51:19.767 +05:30 c4e6636a-ca0c-40db-ad29-e6989aa18ddb INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 10:51:19.768 +05:30 c4e6636a-ca0c-40db-ad29-e6989aa18ddb INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 10:51:19.803 +05:30 c4e6636a-ca0c-40db-ad29-e6989aa18ddb INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:51:19.804 +05:30 c4e6636a-ca0c-40db-ad29-e6989aa18ddb INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 36.4269ms 2024-09-13 10:51:19.804 +05:30 c4e6636a-ca0c-40db-ad29-e6989aa18ddb INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 10:51:19.804 +05:30 c4e6636a-ca0c-40db-ad29-e6989aa18ddb INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 03d37020-64f9-4458-8de2-413e8a5b2e90}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 10:51:19.805 +05:30 c4e6636a-ca0c-40db-ad29-e6989aa18ddb INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=gokul - 200 138 application/json; charset=utf-8 39.5755ms 2024-09-13 10:51:25.090 +05:30 bb1d542a-41eb-4a69-b036-74c731ba07bf INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 10:51:25.090 +05:30 bb1d542a-41eb-4a69-b036-74c731ba07bf INF CORS policy execution successful. 2024-09-13 10:51:25.090 +05:30 bb1d542a-41eb-4a69-b036-74c731ba07bf INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 0.8237ms 2024-09-13 10:51:25.162 +05:30 fb1fc3c1-eb1e-4263-acc2-bfb6476427e4 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 112 2024-09-13 10:51:25.162 +05:30 fb1fc3c1-eb1e-4263-acc2-bfb6476427e4 INF CORS policy execution successful. 2024-09-13 10:51:25.163 +05:30 fb1fc3c1-eb1e-4263-acc2-bfb6476427e4 INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9,ml;q=0.8}, {Connection: keep-alive}, {Content-Length: 112}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"gokul","entityId":8,"Company Name":"Entity10","password":"R+0wAuT6gjV130YwaLArtA=="} 2024-09-13 10:51:25.163 +05:30 5bebd7f4-4f13-4fb3-a752-95faad11f07e INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 10:51:25.163 +05:30 5bebd7f4-4f13-4fb3-a752-95faad11f07e INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 10:51:25.180 +05:30 5bebd7f4-4f13-4fb3-a752-95faad11f07e INF Database retrieved 2024-09-13 10:51:25.196 +05:30 5bebd7f4-4f13-4fb3-a752-95faad11f07e INF Token generated 2024-09-13 10:51:25.196 +05:30 5bebd7f4-4f13-4fb3-a752-95faad11f07e INF Token generated 2024-09-13 10:51:25.196 +05:30 5bebd7f4-4f13-4fb3-a752-95faad11f07e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:51:25.196 +05:30 5bebd7f4-4f13-4fb3-a752-95faad11f07e INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 33.1541ms 2024-09-13 10:51:25.196 +05:30 5bebd7f4-4f13-4fb3-a752-95faad11f07e INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 10:51:25.197 +05:30 5bebd7f4-4f13-4fb3-a752-95faad11f07e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: fb1fc3c1-eb1e-4263-acc2-bfb6476427e4}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 876} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA0ODg1LCJleHAiOjE3MjYyMDU0ODUsImlhdCI6MTcyNjIwNDg4NX0.vwZ5uWFQ_TBPAC5A-lA_D64JE2vLBvCD9emAnnsESs4\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA0ODg1LCJleHAiOjE3MjYyMDU3ODUsImlhdCI6MTcyNjIwNDg4NX0.jge7pbP04yqSSpR7OuU28ZAD_21p3FGCYVy6SqoHjyY\"}"} 2024-09-13 10:51:25.197 +05:30 5bebd7f4-4f13-4fb3-a752-95faad11f07e INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 876 application/json; charset=utf-8 34.8095ms 2024-09-13 10:51:49.924 +05:30 a25e9561-c436-44fe-84e9-ca3e93f2fc54 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:51:49.925 +05:30 a25e9561-c436-44fe-84e9-ca3e93f2fc54 INF CORS policy execution successful. 2024-09-13 10:51:49.925 +05:30 a25e9561-c436-44fe-84e9-ca3e93f2fc54 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 1.0459ms 2024-09-13 10:51:49.978 +05:30 d3aeca7a-b5f2-4ea0-8c2d-5cd5d108a3b8 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:51:49.980 +05:30 d3aeca7a-b5f2-4ea0-8c2d-5cd5d108a3b8 INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/13/2024 5:14:26 AM', Current time (UTC): '9/13/2024 5:21:49 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-13 10:51:49.982 +05:30 d3aeca7a-b5f2-4ea0-8c2d-5cd5d108a3b8 INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/13/2024 5:14:26 AM', Current time (UTC): '9/13/2024 5:21:49 AM'. 2024-09-13 10:51:49.982 +05:30 d3aeca7a-b5f2-4ea0-8c2d-5cd5d108a3b8 INF CORS policy execution successful. 2024-09-13 10:51:49.982 +05:30 d3aeca7a-b5f2-4ea0-8c2d-5cd5d108a3b8 INF HTTP request: Path: /profile/getprofilesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzODY2LCJleHAiOjE3MjYyMDQ0NjYsImlhdCI6MTcyNjIwMzg2Nn0.HfT9msQL7Htb4tXjDIyFqEjIMK5LKVqlT_OwXF3720o}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:51:49.983 +05:30 aeb07974-7b7f-4e91-b4df-6bcf30d44ff1 INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-13 10:51:49.983 +05:30 aeb07974-7b7f-4e91-b4df-6bcf30d44ff1 INF AuthenticationScheme: Bearer was challenged. 2024-09-13 10:51:49.983 +05:30 aeb07974-7b7f-4e91-b4df-6bcf30d44ff1 INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: d3aeca7a-b5f2-4ea0-8c2d-5cd5d108a3b8}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/13/2024 05:14:26'"} Body: 2024-09-13 10:51:49.983 +05:30 aeb07974-7b7f-4e91-b4df-6bcf30d44ff1 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 401 null null 5.3558ms 2024-09-13 10:51:50.140 +05:30 d73738d4-db91-454a-b93b-c26a4ef897f2 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzODY2LCJleHAiOjE3MjYyMDQ3NjYsImlhdCI6MTcyNjIwMzg2Nn0.LMbGxWf9L4nkhpKoKuGEbYNUYU-9zuLBr7FbYqhAHaA - null null 2024-09-13 10:51:50.141 +05:30 d73738d4-db91-454a-b93b-c26a4ef897f2 INF CORS policy execution successful. 2024-09-13 10:51:50.141 +05:30 d73738d4-db91-454a-b93b-c26a4ef897f2 INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzODY2LCJleHAiOjE3MjYyMDQ3NjYsImlhdCI6MTcyNjIwMzg2Nn0.LMbGxWf9L4nkhpKoKuGEbYNUYU-9zuLBr7FbYqhAHaA Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:51:50.142 +05:30 d63201a9-0638-41d5-abb7-ef19f5ccee61 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 10:51:50.142 +05:30 d63201a9-0638-41d5-abb7-ef19f5ccee61 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 10:51:50.144 +05:30 d63201a9-0638-41d5-abb7-ef19f5ccee61 INF Executing BadRequestObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:51:50.145 +05:30 d63201a9-0638-41d5-abb7-ef19f5ccee61 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 2.3722ms 2024-09-13 10:51:50.145 +05:30 d63201a9-0638-41d5-abb7-ef19f5ccee61 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 10:51:50.145 +05:30 d63201a9-0638-41d5-abb7-ef19f5ccee61 INF HTTP Response: StatusCode: 400 Headers: {X-Correlation-Id: d73738d4-db91-454a-b93b-c26a4ef897f2}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 90} Body: {"status":"Failure","statusCode":4000,"message":"Refresh token has expired","result":null} 2024-09-13 10:51:50.145 +05:30 d63201a9-0638-41d5-abb7-ef19f5ccee61 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjAzODY2LCJleHAiOjE3MjYyMDQ3NjYsImlhdCI6MTcyNjIwMzg2Nn0.LMbGxWf9L4nkhpKoKuGEbYNUYU-9zuLBr7FbYqhAHaA - 400 90 application/json; charset=utf-8 5.0214ms 2024-09-13 10:51:54.298 +05:30 170882ea-79b1-4c79-99a0-8d6bf0c7be70 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=Steffy - null null 2024-09-13 10:51:54.298 +05:30 170882ea-79b1-4c79-99a0-8d6bf0c7be70 INF CORS policy execution successful. 2024-09-13 10:51:54.299 +05:30 170882ea-79b1-4c79-99a0-8d6bf0c7be70 INF HTTP request: Path: /login/getcompany QueryString: ?userName=Steffy Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:51:54.299 +05:30 c6c05c72-975a-4fa0-9fe4-c78e80b57c24 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 10:51:54.299 +05:30 c6c05c72-975a-4fa0-9fe4-c78e80b57c24 INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 10:51:54.330 +05:30 c6c05c72-975a-4fa0-9fe4-c78e80b57c24 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:51:54.331 +05:30 c6c05c72-975a-4fa0-9fe4-c78e80b57c24 INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 31.4037ms 2024-09-13 10:51:54.331 +05:30 c6c05c72-975a-4fa0-9fe4-c78e80b57c24 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 10:51:54.331 +05:30 c6c05c72-975a-4fa0-9fe4-c78e80b57c24 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 170882ea-79b1-4c79-99a0-8d6bf0c7be70}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 179} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"},{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 10:51:54.331 +05:30 c6c05c72-975a-4fa0-9fe4-c78e80b57c24 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=Steffy - 200 179 application/json; charset=utf-8 33.2961ms 2024-09-13 10:51:58.405 +05:30 e1f6ebe1-abda-4da2-b639-2329ec9f3436 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 10:51:58.406 +05:30 e1f6ebe1-abda-4da2-b639-2329ec9f3436 INF CORS policy execution successful. 2024-09-13 10:51:58.407 +05:30 e1f6ebe1-abda-4da2-b639-2329ec9f3436 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 1.4922ms 2024-09-13 10:51:58.529 +05:30 e2e18943-a211-4a59-9cbf-0754b4a078a7 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 113 2024-09-13 10:51:58.529 +05:30 e2e18943-a211-4a59-9cbf-0754b4a078a7 INF CORS policy execution successful. 2024-09-13 10:51:58.529 +05:30 e2e18943-a211-4a59-9cbf-0754b4a078a7 INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Content-Length: 113}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"Steffy","password":"1Cq38fb1YqVqkFchNqRfJg==","entityId":8,"Company Name":"Entity10"} 2024-09-13 10:51:58.529 +05:30 d8571e04-424d-4efb-94ae-63ec8cd076cc INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 10:51:58.530 +05:30 d8571e04-424d-4efb-94ae-63ec8cd076cc INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 10:51:58.542 +05:30 d8571e04-424d-4efb-94ae-63ec8cd076cc INF Database retrieved 2024-09-13 10:51:58.558 +05:30 d8571e04-424d-4efb-94ae-63ec8cd076cc INF Token generated 2024-09-13 10:51:58.558 +05:30 d8571e04-424d-4efb-94ae-63ec8cd076cc INF Token generated 2024-09-13 10:51:58.559 +05:30 d8571e04-424d-4efb-94ae-63ec8cd076cc INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:51:58.559 +05:30 d8571e04-424d-4efb-94ae-63ec8cd076cc INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 29.3319ms 2024-09-13 10:51:58.559 +05:30 d8571e04-424d-4efb-94ae-63ec8cd076cc INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 10:51:58.559 +05:30 d8571e04-424d-4efb-94ae-63ec8cd076cc INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e2e18943-a211-4a59-9cbf-0754b4a078a7}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 884} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA0OTE4LCJleHAiOjE3MjYyMDU1MTgsImlhdCI6MTcyNjIwNDkxOH0.BkjNpmeYXCPen9xzJw105bkhAMGVXBDUUKl5IVPtyEg\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA0OTE4LCJleHAiOjE3MjYyMDU4MTgsImlhdCI6MTcyNjIwNDkxOH0._T4BfyQzaXaGcXDVMG6orejSs7RJJfp6xSGNhAzgT4Q\"}"} 2024-09-13 10:51:58.560 +05:30 d8571e04-424d-4efb-94ae-63ec8cd076cc INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 884 application/json; charset=utf-8 31.4372ms 2024-09-13 10:52:06.255 +05:30 54bce69d-491f-42c7-8634-ffd61311d6fc INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:52:06.256 +05:30 54bce69d-491f-42c7-8634-ffd61311d6fc INF CORS policy execution successful. 2024-09-13 10:52:06.256 +05:30 54bce69d-491f-42c7-8634-ffd61311d6fc INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 0.7983ms 2024-09-13 10:52:06.300 +05:30 717cbfa9-f253-47de-91a2-dcfe68e57506 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:52:06.301 +05:30 717cbfa9-f253-47de-91a2-dcfe68e57506 INF CORS policy execution successful. 2024-09-13 10:52:06.301 +05:30 717cbfa9-f253-47de-91a2-dcfe68e57506 INF HTTP request: Path: /profile/getprofilesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA0OTE4LCJleHAiOjE3MjYyMDU1MTgsImlhdCI6MTcyNjIwNDkxOH0.BkjNpmeYXCPen9xzJw105bkhAMGVXBDUUKl5IVPtyEg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:52:06.301 +05:30 cc68ca9f-5c38-4d72-94bc-40335ac29d59 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 10:52:06.302 +05:30 cc68ca9f-5c38-4d72-94bc-40335ac29d59 INF Route matched with {action = "GetProfileSummary", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 10:52:06.321 +05:30 cc68ca9f-5c38-4d72-94bc-40335ac29d59 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:52:06.322 +05:30 cc68ca9f-5c38-4d72-94bc-40335ac29d59 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api) in 19.9962ms 2024-09-13 10:52:06.322 +05:30 cc68ca9f-5c38-4d72-94bc-40335ac29d59 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 10:52:06.322 +05:30 cc68ca9f-5c38-4d72-94bc-40335ac29d59 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 717cbfa9-f253-47de-91a2-dcfe68e57506}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 779} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":6,\"Name\":\"Test_Steffy_Profile2\",\"CreatedOn\":\"2024-09-12T12:00:29.167\",\"ModifiedOn\":null},{\"IId\":5,\"Name\":\"Test_Steffy_Profile\",\"CreatedOn\":\"2024-09-12T03:49:55.283\",\"ModifiedOn\":\"09/12/2024 14:56:25\"},{\"IId\":4,\"Name\":\"testProfile\",\"CreatedOn\":\"2024-09-11T09:05:40.767\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:42:19.627\",\"ModifiedOn\":\"09/12/2024 05:35:34\"},{\"IId\":2,\"Name\":\"Test Gokul\",\"CreatedOn\":\"2024-09-11T08:41:24.593\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"FullAccess\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":6,\"TotalPages\":1}]}"} 2024-09-13 10:52:06.322 +05:30 cc68ca9f-5c38-4d72-94bc-40335ac29d59 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 200 779 application/json; charset=utf-8 22.3275ms 2024-09-13 10:52:22.836 +05:30 285dc414-a766-41af-a57c-cb9b2d7523f8 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 10:52:22.837 +05:30 285dc414-a766-41af-a57c-cb9b2d7523f8 INF CORS policy execution successful. 2024-09-13 10:52:22.837 +05:30 285dc414-a766-41af-a57c-cb9b2d7523f8 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 204 null null 0.8041ms 2024-09-13 10:52:22.884 +05:30 d64572eb-8aeb-4c6f-b430-21d9ccf54687 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 10:52:22.885 +05:30 d64572eb-8aeb-4c6f-b430-21d9ccf54687 INF CORS policy execution successful. 2024-09-13 10:52:22.885 +05:30 d64572eb-8aeb-4c6f-b430-21d9ccf54687 INF HTTP request: Path: /profile/getprofilegroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA0OTE4LCJleHAiOjE3MjYyMDU1MTgsImlhdCI6MTcyNjIwNDkxOH0.BkjNpmeYXCPen9xzJw105bkhAMGVXBDUUKl5IVPtyEg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:52:22.885 +05:30 ed67637b-a228-4b5a-976a-375169555645 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 10:52:22.886 +05:30 ed67637b-a228-4b5a-976a-375169555645 INF Route matched with {action = "GetProfileGroups", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileGroups() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 10:52:22.910 +05:30 ed67637b-a228-4b5a-976a-375169555645 INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:52:22.911 +05:30 ed67637b-a228-4b5a-976a-375169555645 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api) in 25.0305ms 2024-09-13 10:52:22.911 +05:30 ed67637b-a228-4b5a-976a-375169555645 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 10:52:22.911 +05:30 ed67637b-a228-4b5a-976a-375169555645 INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: d64572eb-8aeb-4c6f-b430-21d9ccf54687}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 84} Body: {"status":"Failure","statusCode":3001,"message":"Record(s) Not Found","result":null} 2024-09-13 10:52:22.911 +05:30 ed67637b-a228-4b5a-976a-375169555645 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 404 84 application/json; charset=utf-8 27.5514ms 2024-09-13 10:52:45.692 +05:30 c4e02b9c-2fc3-4e06-87e1-a92e558ddce1 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:52:45.698 +05:30 c4e02b9c-2fc3-4e06-87e1-a92e558ddce1 INF CORS policy execution successful. 2024-09-13 10:52:45.699 +05:30 c4e02b9c-2fc3-4e06-87e1-a92e558ddce1 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 8.1468ms 2024-09-13 10:52:45.745 +05:30 ade11a53-5671-4728-be81-fce5c473d360 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:52:45.746 +05:30 ade11a53-5671-4728-be81-fce5c473d360 INF CORS policy execution successful. 2024-09-13 10:52:45.746 +05:30 ade11a53-5671-4728-be81-fce5c473d360 INF HTTP request: Path: /profile/getprofilesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA0OTE4LCJleHAiOjE3MjYyMDU1MTgsImlhdCI6MTcyNjIwNDkxOH0.BkjNpmeYXCPen9xzJw105bkhAMGVXBDUUKl5IVPtyEg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:52:45.747 +05:30 883acd41-1804-4216-900c-3b63510e2825 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 10:52:45.747 +05:30 883acd41-1804-4216-900c-3b63510e2825 INF Route matched with {action = "GetProfileSummary", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 10:52:45.768 +05:30 883acd41-1804-4216-900c-3b63510e2825 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:52:45.768 +05:30 883acd41-1804-4216-900c-3b63510e2825 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api) in 20.9247ms 2024-09-13 10:52:45.768 +05:30 883acd41-1804-4216-900c-3b63510e2825 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 10:52:45.769 +05:30 883acd41-1804-4216-900c-3b63510e2825 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ade11a53-5671-4728-be81-fce5c473d360}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 779} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":6,\"Name\":\"Test_Steffy_Profile2\",\"CreatedOn\":\"2024-09-12T12:00:29.167\",\"ModifiedOn\":null},{\"IId\":5,\"Name\":\"Test_Steffy_Profile\",\"CreatedOn\":\"2024-09-12T03:49:55.283\",\"ModifiedOn\":\"09/12/2024 14:56:25\"},{\"IId\":4,\"Name\":\"testProfile\",\"CreatedOn\":\"2024-09-11T09:05:40.767\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:42:19.627\",\"ModifiedOn\":\"09/12/2024 05:35:34\"},{\"IId\":2,\"Name\":\"Test Gokul\",\"CreatedOn\":\"2024-09-11T08:41:24.593\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"FullAccess\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":6,\"TotalPages\":1}]}"} 2024-09-13 10:52:45.769 +05:30 883acd41-1804-4216-900c-3b63510e2825 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 200 779 application/json; charset=utf-8 24.4405ms 2024-09-13 10:52:50.683 +05:30 6db54c1c-64d7-4c5a-bfd7-f873bf2bda36 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 10:52:50.683 +05:30 6db54c1c-64d7-4c5a-bfd7-f873bf2bda36 INF CORS policy execution successful. 2024-09-13 10:52:50.683 +05:30 6db54c1c-64d7-4c5a-bfd7-f873bf2bda36 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 204 null null 0.7017ms 2024-09-13 10:52:50.751 +05:30 e13fc1c4-44d8-4afc-8d46-2a0cfbf137e3 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 10:52:50.752 +05:30 e13fc1c4-44d8-4afc-8d46-2a0cfbf137e3 INF CORS policy execution successful. 2024-09-13 10:52:50.752 +05:30 e13fc1c4-44d8-4afc-8d46-2a0cfbf137e3 INF HTTP request: Path: /profile/getprofilegroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA0OTE4LCJleHAiOjE3MjYyMDU1MTgsImlhdCI6MTcyNjIwNDkxOH0.BkjNpmeYXCPen9xzJw105bkhAMGVXBDUUKl5IVPtyEg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:52:50.752 +05:30 79414cb1-e2b8-4e02-9562-4348b91d2044 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 10:52:50.752 +05:30 79414cb1-e2b8-4e02-9562-4348b91d2044 INF Route matched with {action = "GetProfileGroups", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileGroups() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 10:52:50.865 +05:30 79414cb1-e2b8-4e02-9562-4348b91d2044 INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:52:50.865 +05:30 79414cb1-e2b8-4e02-9562-4348b91d2044 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api) in 112.8325ms 2024-09-13 10:52:50.865 +05:30 79414cb1-e2b8-4e02-9562-4348b91d2044 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 10:52:50.865 +05:30 79414cb1-e2b8-4e02-9562-4348b91d2044 INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: e13fc1c4-44d8-4afc-8d46-2a0cfbf137e3}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 84} Body: {"status":"Failure","statusCode":3001,"message":"Record(s) Not Found","result":null} 2024-09-13 10:52:50.866 +05:30 79414cb1-e2b8-4e02-9562-4348b91d2044 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 404 84 application/json; charset=utf-8 115.0172ms 2024-09-13 10:53:07.344 +05:30 29437480-56da-471f-8b6e-83e8ae8c8def INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:53:07.344 +05:30 29437480-56da-471f-8b6e-83e8ae8c8def INF CORS policy execution successful. 2024-09-13 10:53:07.344 +05:30 29437480-56da-471f-8b6e-83e8ae8c8def INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 0.9155ms 2024-09-13 10:53:07.387 +05:30 3931cc52-337e-465a-b7da-71bff0b25bec INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:53:07.388 +05:30 3931cc52-337e-465a-b7da-71bff0b25bec INF CORS policy execution successful. 2024-09-13 10:53:07.388 +05:30 3931cc52-337e-465a-b7da-71bff0b25bec INF HTTP request: Path: /profile/getprofilesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA0OTE4LCJleHAiOjE3MjYyMDU1MTgsImlhdCI6MTcyNjIwNDkxOH0.BkjNpmeYXCPen9xzJw105bkhAMGVXBDUUKl5IVPtyEg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:53:07.389 +05:30 051ef5e4-306b-483d-a59d-08d6eb76af44 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 10:53:07.389 +05:30 051ef5e4-306b-483d-a59d-08d6eb76af44 INF Route matched with {action = "GetProfileSummary", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 10:53:07.424 +05:30 051ef5e4-306b-483d-a59d-08d6eb76af44 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:53:07.424 +05:30 051ef5e4-306b-483d-a59d-08d6eb76af44 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api) in 35.323ms 2024-09-13 10:53:07.424 +05:30 051ef5e4-306b-483d-a59d-08d6eb76af44 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 10:53:07.424 +05:30 051ef5e4-306b-483d-a59d-08d6eb76af44 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3931cc52-337e-465a-b7da-71bff0b25bec}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 779} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":6,\"Name\":\"Test_Steffy_Profile2\",\"CreatedOn\":\"2024-09-12T12:00:29.167\",\"ModifiedOn\":null},{\"IId\":5,\"Name\":\"Test_Steffy_Profile\",\"CreatedOn\":\"2024-09-12T03:49:55.283\",\"ModifiedOn\":\"09/12/2024 14:56:25\"},{\"IId\":4,\"Name\":\"testProfile\",\"CreatedOn\":\"2024-09-11T09:05:40.767\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:42:19.627\",\"ModifiedOn\":\"09/12/2024 05:35:34\"},{\"IId\":2,\"Name\":\"Test Gokul\",\"CreatedOn\":\"2024-09-11T08:41:24.593\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"FullAccess\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":6,\"TotalPages\":1}]}"} 2024-09-13 10:53:07.425 +05:30 051ef5e4-306b-483d-a59d-08d6eb76af44 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 200 779 application/json; charset=utf-8 38.0132ms 2024-09-13 10:53:09.875 +05:30 171ce558-785a-4c66-a2f2-cdd73b8a2da7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 10:53:09.876 +05:30 171ce558-785a-4c66-a2f2-cdd73b8a2da7 INF CORS policy execution successful. 2024-09-13 10:53:09.876 +05:30 171ce558-785a-4c66-a2f2-cdd73b8a2da7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 204 null null 0.6106ms 2024-09-13 10:53:09.920 +05:30 76fb46d8-e3af-460f-9f09-d727051f41e0 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 10:53:09.921 +05:30 76fb46d8-e3af-460f-9f09-d727051f41e0 INF CORS policy execution successful. 2024-09-13 10:53:09.921 +05:30 76fb46d8-e3af-460f-9f09-d727051f41e0 INF HTTP request: Path: /profile/getprofilegroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA0OTE4LCJleHAiOjE3MjYyMDU1MTgsImlhdCI6MTcyNjIwNDkxOH0.BkjNpmeYXCPen9xzJw105bkhAMGVXBDUUKl5IVPtyEg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:53:09.921 +05:30 78c3609e-c832-4a47-b62a-18a3986090cb INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 10:53:09.921 +05:30 78c3609e-c832-4a47-b62a-18a3986090cb INF Route matched with {action = "GetProfileGroups", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileGroups() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 10:53:09.938 +05:30 78c3609e-c832-4a47-b62a-18a3986090cb INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:53:09.938 +05:30 78c3609e-c832-4a47-b62a-18a3986090cb INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api) in 17.1292ms 2024-09-13 10:53:09.938 +05:30 78c3609e-c832-4a47-b62a-18a3986090cb INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 10:53:09.938 +05:30 78c3609e-c832-4a47-b62a-18a3986090cb INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: 76fb46d8-e3af-460f-9f09-d727051f41e0}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 84} Body: {"status":"Failure","statusCode":3001,"message":"Record(s) Not Found","result":null} 2024-09-13 10:53:09.939 +05:30 78c3609e-c832-4a47-b62a-18a3986090cb INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 404 84 application/json; charset=utf-8 18.679ms 2024-09-13 10:55:34.394 +05:30 84e43d3e-0cb3-4944-b3f1-9798c2aa83b1 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:55:34.396 +05:30 84e43d3e-0cb3-4944-b3f1-9798c2aa83b1 INF CORS policy execution successful. 2024-09-13 10:55:34.397 +05:30 84e43d3e-0cb3-4944-b3f1-9798c2aa83b1 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 2.5716ms 2024-09-13 10:55:34.440 +05:30 853bba0e-f932-4f56-883d-eecb65d31c4e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:55:34.441 +05:30 853bba0e-f932-4f56-883d-eecb65d31c4e INF CORS policy execution successful. 2024-09-13 10:55:34.442 +05:30 853bba0e-f932-4f56-883d-eecb65d31c4e INF HTTP request: Path: /profile/getprofilesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA0OTE4LCJleHAiOjE3MjYyMDU1MTgsImlhdCI6MTcyNjIwNDkxOH0.BkjNpmeYXCPen9xzJw105bkhAMGVXBDUUKl5IVPtyEg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:55:34.444 +05:30 2edef88e-94ac-45e6-8c25-e0acf90b4f46 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 10:55:34.445 +05:30 2edef88e-94ac-45e6-8c25-e0acf90b4f46 INF Route matched with {action = "GetProfileSummary", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 10:55:34.471 +05:30 2edef88e-94ac-45e6-8c25-e0acf90b4f46 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:55:34.472 +05:30 2edef88e-94ac-45e6-8c25-e0acf90b4f46 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api) in 26.8403ms 2024-09-13 10:55:34.472 +05:30 2edef88e-94ac-45e6-8c25-e0acf90b4f46 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 10:55:34.472 +05:30 2edef88e-94ac-45e6-8c25-e0acf90b4f46 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 853bba0e-f932-4f56-883d-eecb65d31c4e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 779} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":6,\"Name\":\"Test_Steffy_Profile2\",\"CreatedOn\":\"2024-09-12T12:00:29.167\",\"ModifiedOn\":null},{\"IId\":5,\"Name\":\"Test_Steffy_Profile\",\"CreatedOn\":\"2024-09-12T03:49:55.283\",\"ModifiedOn\":\"09/12/2024 14:56:25\"},{\"IId\":4,\"Name\":\"testProfile\",\"CreatedOn\":\"2024-09-11T09:05:40.767\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:42:19.627\",\"ModifiedOn\":\"09/12/2024 05:35:34\"},{\"IId\":2,\"Name\":\"Test Gokul\",\"CreatedOn\":\"2024-09-11T08:41:24.593\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"FullAccess\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":6,\"TotalPages\":1}]}"} 2024-09-13 10:55:34.473 +05:30 2edef88e-94ac-45e6-8c25-e0acf90b4f46 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 200 779 application/json; charset=utf-8 33.2927ms 2024-09-13 10:55:44.717 +05:30 5c95979c-da80-4544-8216-fd20ba649aa2 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:55:44.717 +05:30 5c95979c-da80-4544-8216-fd20ba649aa2 INF CORS policy execution successful. 2024-09-13 10:55:44.718 +05:30 5c95979c-da80-4544-8216-fd20ba649aa2 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 1.3472ms 2024-09-13 10:55:44.780 +05:30 e2d715c2-a3ad-4edb-a46f-67c73e984420 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:55:44.781 +05:30 e2d715c2-a3ad-4edb-a46f-67c73e984420 INF CORS policy execution successful. 2024-09-13 10:55:44.782 +05:30 e2d715c2-a3ad-4edb-a46f-67c73e984420 INF HTTP request: Path: /profile/getprofilesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA0OTE4LCJleHAiOjE3MjYyMDU1MTgsImlhdCI6MTcyNjIwNDkxOH0.BkjNpmeYXCPen9xzJw105bkhAMGVXBDUUKl5IVPtyEg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:55:44.782 +05:30 d6937f98-7bb5-4a8f-a1d4-6136f8e3727f INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 10:55:44.782 +05:30 d6937f98-7bb5-4a8f-a1d4-6136f8e3727f INF Route matched with {action = "GetProfileSummary", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 10:55:44.800 +05:30 d6937f98-7bb5-4a8f-a1d4-6136f8e3727f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:55:44.800 +05:30 d6937f98-7bb5-4a8f-a1d4-6136f8e3727f INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api) in 18.2008ms 2024-09-13 10:55:44.801 +05:30 d6937f98-7bb5-4a8f-a1d4-6136f8e3727f INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 10:55:44.801 +05:30 d6937f98-7bb5-4a8f-a1d4-6136f8e3727f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e2d715c2-a3ad-4edb-a46f-67c73e984420}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 779} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":6,\"Name\":\"Test_Steffy_Profile2\",\"CreatedOn\":\"2024-09-12T12:00:29.167\",\"ModifiedOn\":null},{\"IId\":5,\"Name\":\"Test_Steffy_Profile\",\"CreatedOn\":\"2024-09-12T03:49:55.283\",\"ModifiedOn\":\"09/12/2024 14:56:25\"},{\"IId\":4,\"Name\":\"testProfile\",\"CreatedOn\":\"2024-09-11T09:05:40.767\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:42:19.627\",\"ModifiedOn\":\"09/12/2024 05:35:34\"},{\"IId\":2,\"Name\":\"Test Gokul\",\"CreatedOn\":\"2024-09-11T08:41:24.593\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"FullAccess\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":6,\"TotalPages\":1}]}"} 2024-09-13 10:55:44.801 +05:30 d6937f98-7bb5-4a8f-a1d4-6136f8e3727f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 200 779 application/json; charset=utf-8 20.6846ms 2024-09-13 10:56:00.175 +05:30 a1c54942-ada9-4807-8492-e73cf0bf171e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 10:56:00.175 +05:30 a1c54942-ada9-4807-8492-e73cf0bf171e INF CORS policy execution successful. 2024-09-13 10:56:00.176 +05:30 a1c54942-ada9-4807-8492-e73cf0bf171e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 204 null null 0.6591ms 2024-09-13 10:56:00.292 +05:30 3d64e1e9-ea0d-4288-9dad-1bce028aa25d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 10:56:00.292 +05:30 3d64e1e9-ea0d-4288-9dad-1bce028aa25d INF CORS policy execution successful. 2024-09-13 10:56:00.292 +05:30 3d64e1e9-ea0d-4288-9dad-1bce028aa25d INF HTTP request: Path: /profile/getprofilegroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA0OTE4LCJleHAiOjE3MjYyMDU1MTgsImlhdCI6MTcyNjIwNDkxOH0.BkjNpmeYXCPen9xzJw105bkhAMGVXBDUUKl5IVPtyEg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:56:00.293 +05:30 3a76f31b-5a4a-4a7d-8308-ba65d5841769 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 10:56:00.293 +05:30 3a76f31b-5a4a-4a7d-8308-ba65d5841769 INF Route matched with {action = "GetProfileGroups", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileGroups() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 10:56:00.302 +05:30 3a76f31b-5a4a-4a7d-8308-ba65d5841769 INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:56:00.302 +05:30 3a76f31b-5a4a-4a7d-8308-ba65d5841769 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api) in 9.3663ms 2024-09-13 10:56:00.302 +05:30 3a76f31b-5a4a-4a7d-8308-ba65d5841769 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 10:56:00.302 +05:30 3a76f31b-5a4a-4a7d-8308-ba65d5841769 INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: 3d64e1e9-ea0d-4288-9dad-1bce028aa25d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 84} Body: {"status":"Failure","statusCode":3001,"message":"Record(s) Not Found","result":null} 2024-09-13 10:56:00.303 +05:30 3a76f31b-5a4a-4a7d-8308-ba65d5841769 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 404 84 application/json; charset=utf-8 11.1161ms 2024-09-13 10:57:29.506 +05:30 985ca320-a7eb-4fff-9de1-3045f04b3a22 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:57:29.508 +05:30 985ca320-a7eb-4fff-9de1-3045f04b3a22 INF CORS policy execution successful. 2024-09-13 10:57:29.509 +05:30 985ca320-a7eb-4fff-9de1-3045f04b3a22 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 2.2827ms 2024-09-13 10:57:29.566 +05:30 5e9db1cb-544f-4752-b81d-a86054cd8b5f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:57:29.567 +05:30 5e9db1cb-544f-4752-b81d-a86054cd8b5f INF CORS policy execution successful. 2024-09-13 10:57:29.568 +05:30 5e9db1cb-544f-4752-b81d-a86054cd8b5f INF HTTP request: Path: /profile/getprofilesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA0OTE4LCJleHAiOjE3MjYyMDU1MTgsImlhdCI6MTcyNjIwNDkxOH0.BkjNpmeYXCPen9xzJw105bkhAMGVXBDUUKl5IVPtyEg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:57:29.569 +05:30 7e7c11a3-64b6-4329-905c-4c5e9a33a9b1 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 10:57:29.569 +05:30 7e7c11a3-64b6-4329-905c-4c5e9a33a9b1 INF Route matched with {action = "GetProfileSummary", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 10:57:29.594 +05:30 7e7c11a3-64b6-4329-905c-4c5e9a33a9b1 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:57:29.594 +05:30 7e7c11a3-64b6-4329-905c-4c5e9a33a9b1 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api) in 24.7644ms 2024-09-13 10:57:29.595 +05:30 7e7c11a3-64b6-4329-905c-4c5e9a33a9b1 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 10:57:29.595 +05:30 7e7c11a3-64b6-4329-905c-4c5e9a33a9b1 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 5e9db1cb-544f-4752-b81d-a86054cd8b5f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 779} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":6,\"Name\":\"Test_Steffy_Profile2\",\"CreatedOn\":\"2024-09-12T12:00:29.167\",\"ModifiedOn\":null},{\"IId\":5,\"Name\":\"Test_Steffy_Profile\",\"CreatedOn\":\"2024-09-12T03:49:55.283\",\"ModifiedOn\":\"09/12/2024 14:56:25\"},{\"IId\":4,\"Name\":\"testProfile\",\"CreatedOn\":\"2024-09-11T09:05:40.767\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:42:19.627\",\"ModifiedOn\":\"09/12/2024 05:35:34\"},{\"IId\":2,\"Name\":\"Test Gokul\",\"CreatedOn\":\"2024-09-11T08:41:24.593\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"FullAccess\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":6,\"TotalPages\":1}]}"} 2024-09-13 10:57:29.595 +05:30 7e7c11a3-64b6-4329-905c-4c5e9a33a9b1 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 200 779 application/json; charset=utf-8 29.513ms 2024-09-13 10:57:51.983 +05:30 dfb3a7a4-9abc-49b9-9b50-2297e3d123c3 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 10:57:51.984 +05:30 dfb3a7a4-9abc-49b9-9b50-2297e3d123c3 INF CORS policy execution successful. 2024-09-13 10:57:51.984 +05:30 dfb3a7a4-9abc-49b9-9b50-2297e3d123c3 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 204 null null 0.7369ms 2024-09-13 10:57:52.026 +05:30 8f6750c4-8288-4944-baef-c833d87f23a0 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 10:57:52.027 +05:30 8f6750c4-8288-4944-baef-c833d87f23a0 INF CORS policy execution successful. 2024-09-13 10:57:52.027 +05:30 8f6750c4-8288-4944-baef-c833d87f23a0 INF HTTP request: Path: /profile/getprofilegroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA0OTE4LCJleHAiOjE3MjYyMDU1MTgsImlhdCI6MTcyNjIwNDkxOH0.BkjNpmeYXCPen9xzJw105bkhAMGVXBDUUKl5IVPtyEg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:57:52.028 +05:30 ed27c545-c044-438c-83cb-2be4d8584f57 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 10:57:52.028 +05:30 ed27c545-c044-438c-83cb-2be4d8584f57 INF Route matched with {action = "GetProfileGroups", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileGroups() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 10:57:52.043 +05:30 ed27c545-c044-438c-83cb-2be4d8584f57 INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:57:52.044 +05:30 ed27c545-c044-438c-83cb-2be4d8584f57 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api) in 14.9396ms 2024-09-13 10:57:52.044 +05:30 ed27c545-c044-438c-83cb-2be4d8584f57 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 10:57:52.044 +05:30 ed27c545-c044-438c-83cb-2be4d8584f57 INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: 8f6750c4-8288-4944-baef-c833d87f23a0}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 84} Body: {"status":"Failure","statusCode":3001,"message":"Record(s) Not Found","result":null} 2024-09-13 10:57:52.044 +05:30 ed27c545-c044-438c-83cb-2be4d8584f57 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 404 84 application/json; charset=utf-8 18.7111ms 2024-09-13 10:58:13.588 +05:30 3c36eb8b-86c7-4818-b38b-f48d3a2602a3 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:58:13.589 +05:30 3c36eb8b-86c7-4818-b38b-f48d3a2602a3 INF CORS policy execution successful. 2024-09-13 10:58:13.589 +05:30 3c36eb8b-86c7-4818-b38b-f48d3a2602a3 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 1.4852ms 2024-09-13 10:58:13.628 +05:30 6ff2968b-605b-48b1-8967-a3b3777cb9a8 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 10:58:13.629 +05:30 6ff2968b-605b-48b1-8967-a3b3777cb9a8 INF CORS policy execution successful. 2024-09-13 10:58:13.629 +05:30 6ff2968b-605b-48b1-8967-a3b3777cb9a8 INF HTTP request: Path: /profile/getprofilesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA0OTE4LCJleHAiOjE3MjYyMDU1MTgsImlhdCI6MTcyNjIwNDkxOH0.BkjNpmeYXCPen9xzJw105bkhAMGVXBDUUKl5IVPtyEg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:58:13.630 +05:30 92d16f2c-82a8-4232-bf3f-b13d7bc12aff INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 10:58:13.630 +05:30 92d16f2c-82a8-4232-bf3f-b13d7bc12aff INF Route matched with {action = "GetProfileSummary", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 10:58:13.644 +05:30 92d16f2c-82a8-4232-bf3f-b13d7bc12aff INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:58:13.645 +05:30 92d16f2c-82a8-4232-bf3f-b13d7bc12aff INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api) in 14.5429ms 2024-09-13 10:58:13.645 +05:30 92d16f2c-82a8-4232-bf3f-b13d7bc12aff INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 10:58:13.645 +05:30 92d16f2c-82a8-4232-bf3f-b13d7bc12aff INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 6ff2968b-605b-48b1-8967-a3b3777cb9a8}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 779} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":6,\"Name\":\"Test_Steffy_Profile2\",\"CreatedOn\":\"2024-09-12T12:00:29.167\",\"ModifiedOn\":null},{\"IId\":5,\"Name\":\"Test_Steffy_Profile\",\"CreatedOn\":\"2024-09-12T03:49:55.283\",\"ModifiedOn\":\"09/12/2024 14:56:25\"},{\"IId\":4,\"Name\":\"testProfile\",\"CreatedOn\":\"2024-09-11T09:05:40.767\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:42:19.627\",\"ModifiedOn\":\"09/12/2024 05:35:34\"},{\"IId\":2,\"Name\":\"Test Gokul\",\"CreatedOn\":\"2024-09-11T08:41:24.593\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"FullAccess\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":6,\"TotalPages\":1}]}"} 2024-09-13 10:58:13.645 +05:30 92d16f2c-82a8-4232-bf3f-b13d7bc12aff INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 200 779 application/json; charset=utf-8 16.8126ms 2024-09-13 10:58:15.532 +05:30 dd36dcd5-5ae4-4f6a-adf4-1943c12825b6 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 10:58:15.532 +05:30 dd36dcd5-5ae4-4f6a-adf4-1943c12825b6 INF CORS policy execution successful. 2024-09-13 10:58:15.532 +05:30 dd36dcd5-5ae4-4f6a-adf4-1943c12825b6 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 204 null null 0.6536ms 2024-09-13 10:58:15.665 +05:30 5cd45369-97e3-4dfc-ba4c-c82506464254 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 10:58:15.665 +05:30 5cd45369-97e3-4dfc-ba4c-c82506464254 INF CORS policy execution successful. 2024-09-13 10:58:15.666 +05:30 5cd45369-97e3-4dfc-ba4c-c82506464254 INF HTTP request: Path: /profile/getprofilegroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA0OTE4LCJleHAiOjE3MjYyMDU1MTgsImlhdCI6MTcyNjIwNDkxOH0.BkjNpmeYXCPen9xzJw105bkhAMGVXBDUUKl5IVPtyEg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:58:15.666 +05:30 46bfe888-e958-458e-a4ef-100cc423e2fb INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 10:58:15.666 +05:30 46bfe888-e958-458e-a4ef-100cc423e2fb INF Route matched with {action = "GetProfileGroups", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileGroups() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 10:58:15.673 +05:30 46bfe888-e958-458e-a4ef-100cc423e2fb INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:58:15.674 +05:30 46bfe888-e958-458e-a4ef-100cc423e2fb INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api) in 7.5892ms 2024-09-13 10:58:15.674 +05:30 46bfe888-e958-458e-a4ef-100cc423e2fb INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 10:58:15.674 +05:30 46bfe888-e958-458e-a4ef-100cc423e2fb INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: 5cd45369-97e3-4dfc-ba4c-c82506464254}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 84} Body: {"status":"Failure","statusCode":3001,"message":"Record(s) Not Found","result":null} 2024-09-13 10:58:15.674 +05:30 46bfe888-e958-458e-a4ef-100cc423e2fb INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 404 84 application/json; charset=utf-8 9.1745ms 2024-09-13 10:58:30.353 +05:30 756b15e7-241d-487f-9f2a-22d08c174b4a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/checkprofilenameexistence?profileId=0&profileName=Steffy_Test - null null 2024-09-13 10:58:30.354 +05:30 756b15e7-241d-487f-9f2a-22d08c174b4a INF CORS policy execution successful. 2024-09-13 10:58:30.355 +05:30 756b15e7-241d-487f-9f2a-22d08c174b4a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/checkprofilenameexistence?profileId=0&profileName=Steffy_Test - 204 null null 1.937ms 2024-09-13 10:58:30.402 +05:30 12129e36-f991-429e-b5dc-319d8554d6f0 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/checkprofilenameexistence?profileId=0&profileName=Steffy_Test - null null 2024-09-13 10:58:30.403 +05:30 12129e36-f991-429e-b5dc-319d8554d6f0 INF CORS policy execution successful. 2024-09-13 10:58:30.403 +05:30 12129e36-f991-429e-b5dc-319d8554d6f0 INF HTTP request: Path: /profile/checkprofilenameexistence QueryString: ?profileId=0&profileName=Steffy_Test Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA0OTE4LCJleHAiOjE3MjYyMDU1MTgsImlhdCI6MTcyNjIwNDkxOH0.BkjNpmeYXCPen9xzJw105bkhAMGVXBDUUKl5IVPtyEg}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 10:58:30.404 +05:30 0f8f9f22-ebb8-4c61-bbe8-e92fd1196209 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.CheckProfileNameExistence (Sang.Security.Api)' 2024-09-13 10:58:30.414 +05:30 0f8f9f22-ebb8-4c61-bbe8-e92fd1196209 INF Route matched with {action = "CheckProfileNameExistence", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] CheckProfileNameExistence(Int32, System.String) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 10:58:30.434 +05:30 0f8f9f22-ebb8-4c61-bbe8-e92fd1196209 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 10:58:30.435 +05:30 0f8f9f22-ebb8-4c61-bbe8-e92fd1196209 INF Executed action Sang.Security.Api.Controllers.ProfileController.CheckProfileNameExistence (Sang.Security.Api) in 20.0043ms 2024-09-13 10:58:30.435 +05:30 0f8f9f22-ebb8-4c61-bbe8-e92fd1196209 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.CheckProfileNameExistence (Sang.Security.Api)' 2024-09-13 10:58:30.435 +05:30 0f8f9f22-ebb8-4c61-bbe8-e92fd1196209 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 12129e36-f991-429e-b5dc-319d8554d6f0}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 92} Body: {"status":"Success","statusCode":2000,"message":"Profile Name does not exist.","result":"0"} 2024-09-13 10:58:30.435 +05:30 0f8f9f22-ebb8-4c61-bbe8-e92fd1196209 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/checkprofilenameexistence?profileId=0&profileName=Steffy_Test - 200 92 application/json; charset=utf-8 33.4498ms 2024-09-13 11:02:04.656 +05:30 e9e37c6b-55f0-4cff-bdf5-531a7ef757eb INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA0ODM5LCJleHAiOjE3MjYyMDU3MzksImlhdCI6MTcyNjIwNDgzOX0.PkDNu3HMntD-bZkfZ5qIVPpcMo7CxluVXt_Z0wRu5-M - null null 2024-09-13 11:02:04.658 +05:30 e9e37c6b-55f0-4cff-bdf5-531a7ef757eb INF CORS policy execution successful. 2024-09-13 11:02:04.660 +05:30 e9e37c6b-55f0-4cff-bdf5-531a7ef757eb INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA0ODM5LCJleHAiOjE3MjYyMDU3MzksImlhdCI6MTcyNjIwNDgzOX0.PkDNu3HMntD-bZkfZ5qIVPpcMo7CxluVXt_Z0wRu5-M Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 11:02:04.661 +05:30 eae115b4-aa19-4cfd-bd44-937b6bf1d39a INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:02:04.661 +05:30 eae115b4-aa19-4cfd-bd44-937b6bf1d39a INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 11:02:04.690 +05:30 eae115b4-aa19-4cfd-bd44-937b6bf1d39a INF Token generated 2024-09-13 11:02:04.690 +05:30 eae115b4-aa19-4cfd-bd44-937b6bf1d39a INF Token generated 2024-09-13 11:02:04.691 +05:30 eae115b4-aa19-4cfd-bd44-937b6bf1d39a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:02:04.691 +05:30 eae115b4-aa19-4cfd-bd44-937b6bf1d39a INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 29.8319ms 2024-09-13 11:02:04.692 +05:30 eae115b4-aa19-4cfd-bd44-937b6bf1d39a INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:02:04.692 +05:30 eae115b4-aa19-4cfd-bd44-937b6bf1d39a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e9e37c6b-55f0-4cff-bdf5-531a7ef757eb}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 877} Body: {"status":"Success","statusCode":2000,"message":"Tokens Regenerated","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NTI0LCJleHAiOjE3MjYyMDYxMjQsImlhdCI6MTcyNjIwNTUyNH0.d_ZFaEKfIMYLtLs2BdFbcvI-56WxUAZz8-0raqMDfqw\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NTI0LCJleHAiOjE3MjYyMDY0MjQsImlhdCI6MTcyNjIwNTUyNH0.VnvA4NQuB24A5-pI7_rBleEjTj1SCVstSstwNSSyXu8\"}"} 2024-09-13 11:02:04.692 +05:30 eae115b4-aa19-4cfd-bd44-937b6bf1d39a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA0ODM5LCJleHAiOjE3MjYyMDU3MzksImlhdCI6MTcyNjIwNDgzOX0.PkDNu3HMntD-bZkfZ5qIVPpcMo7CxluVXt_Z0wRu5-M - 200 877 application/json; charset=utf-8 36.4031ms 2024-09-13 11:03:04.815 +05:30 2b8fce77-65b2-469b-bc54-022a87e42279 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - null null 2024-09-13 11:03:04.817 +05:30 2b8fce77-65b2-469b-bc54-022a87e42279 INF CORS policy execution successful. 2024-09-13 11:03:04.819 +05:30 2b8fce77-65b2-469b-bc54-022a87e42279 INF HTTP request: Path: /login/getcompany QueryString: ?userName=dipin Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 11:03:04.820 +05:30 41f7c820-ba29-4811-a738-7a3ac091bce3 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 11:03:04.820 +05:30 41f7c820-ba29-4811-a738-7a3ac091bce3 INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 11:03:04.958 +05:30 41f7c820-ba29-4811-a738-7a3ac091bce3 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:03:04.959 +05:30 41f7c820-ba29-4811-a738-7a3ac091bce3 INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 138.2617ms 2024-09-13 11:03:04.959 +05:30 41f7c820-ba29-4811-a738-7a3ac091bce3 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 11:03:04.959 +05:30 41f7c820-ba29-4811-a738-7a3ac091bce3 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 2b8fce77-65b2-469b-bc54-022a87e42279}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 11:03:04.960 +05:30 41f7c820-ba29-4811-a738-7a3ac091bce3 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - 200 138 application/json; charset=utf-8 144.5199ms 2024-09-13 11:03:07.002 +05:30 4793af5b-d188-496b-af72-209915ddad18 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 11:03:07.002 +05:30 4793af5b-d188-496b-af72-209915ddad18 INF CORS policy execution successful. 2024-09-13 11:03:07.002 +05:30 4793af5b-d188-496b-af72-209915ddad18 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 0.6871ms 2024-09-13 11:03:07.051 +05:30 8a552e9a-6516-462a-ac1e-88777bfa1071 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 112 2024-09-13 11:03:07.051 +05:30 8a552e9a-6516-462a-ac1e-88777bfa1071 INF CORS policy execution successful. 2024-09-13 11:03:07.052 +05:30 8a552e9a-6516-462a-ac1e-88777bfa1071 INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 112}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"dipin","password":"UjgEpa1oE5f/WyfCWCwrcg==","entityId":8,"Company Name":"Entity10"} 2024-09-13 11:03:07.052 +05:30 a73044cc-19f9-4db8-89fc-c8ff95610c11 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 11:03:07.052 +05:30 a73044cc-19f9-4db8-89fc-c8ff95610c11 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 11:03:07.065 +05:30 a73044cc-19f9-4db8-89fc-c8ff95610c11 INF Database retrieved 2024-09-13 11:03:07.076 +05:30 a73044cc-19f9-4db8-89fc-c8ff95610c11 INF Token generated 2024-09-13 11:03:07.076 +05:30 a73044cc-19f9-4db8-89fc-c8ff95610c11 INF Token generated 2024-09-13 11:03:07.076 +05:30 a73044cc-19f9-4db8-89fc-c8ff95610c11 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:03:07.077 +05:30 a73044cc-19f9-4db8-89fc-c8ff95610c11 INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 24.4866ms 2024-09-13 11:03:07.077 +05:30 a73044cc-19f9-4db8-89fc-c8ff95610c11 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 11:03:07.077 +05:30 a73044cc-19f9-4db8-89fc-c8ff95610c11 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8a552e9a-6516-462a-ac1e-88777bfa1071}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 876} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NTg3LCJleHAiOjE3MjYyMDYxODcsImlhdCI6MTcyNjIwNTU4N30.jl4a5zj-1X4BUmwp6mffz25PbmM6_NmndqacZb3jg3A\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NTg3LCJleHAiOjE3MjYyMDY0ODcsImlhdCI6MTcyNjIwNTU4N30.2YXZgnh_zvDbtAR4L1pbNRu_E2j8m1SThlaInh84LEY\"}"} 2024-09-13 11:03:07.077 +05:30 a73044cc-19f9-4db8-89fc-c8ff95610c11 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 876 application/json; charset=utf-8 25.9562ms 2024-09-13 11:04:10.102 +05:30 0abd3e3f-fe6c-4aff-a635-83bfdee4f60f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA0OTE4LCJleHAiOjE3MjYyMDU4MTgsImlhdCI6MTcyNjIwNDkxOH0._T4BfyQzaXaGcXDVMG6orejSs7RJJfp6xSGNhAzgT4Q - null null 2024-09-13 11:04:10.103 +05:30 0abd3e3f-fe6c-4aff-a635-83bfdee4f60f INF CORS policy execution successful. 2024-09-13 11:04:10.104 +05:30 0abd3e3f-fe6c-4aff-a635-83bfdee4f60f INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA0OTE4LCJleHAiOjE3MjYyMDU4MTgsImlhdCI6MTcyNjIwNDkxOH0._T4BfyQzaXaGcXDVMG6orejSs7RJJfp6xSGNhAzgT4Q Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:04:10.105 +05:30 745a519d-1467-4057-9600-da46c9bb3ef2 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:04:10.105 +05:30 745a519d-1467-4057-9600-da46c9bb3ef2 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 11:04:10.130 +05:30 745a519d-1467-4057-9600-da46c9bb3ef2 INF Token generated 2024-09-13 11:04:10.131 +05:30 745a519d-1467-4057-9600-da46c9bb3ef2 INF Token generated 2024-09-13 11:04:10.131 +05:30 745a519d-1467-4057-9600-da46c9bb3ef2 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:04:10.132 +05:30 745a519d-1467-4057-9600-da46c9bb3ef2 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 26.6449ms 2024-09-13 11:04:10.132 +05:30 745a519d-1467-4057-9600-da46c9bb3ef2 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:04:10.132 +05:30 745a519d-1467-4057-9600-da46c9bb3ef2 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0abd3e3f-fe6c-4aff-a635-83bfdee4f60f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 885} Body: {"status":"Success","statusCode":2000,"message":"Tokens Regenerated","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDYyNTAsImlhdCI6MTcyNjIwNTY1MH0.oBJKvACWCYExhKYWz0M3a1Ws52RP8AkM_xnqwWarImM\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDY1NTAsImlhdCI6MTcyNjIwNTY1MH0.yDm7HFKYFqSpFDMi6Ar_O4Odxb0NZhYTRhFVoygDnv4\"}"} 2024-09-13 11:04:10.133 +05:30 745a519d-1467-4057-9600-da46c9bb3ef2 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA0OTE4LCJleHAiOjE3MjYyMDU4MTgsImlhdCI6MTcyNjIwNDkxOH0._T4BfyQzaXaGcXDVMG6orejSs7RJJfp6xSGNhAzgT4Q - 200 885 application/json; charset=utf-8 31.1412ms 2024-09-13 11:07:46.744 +05:30 328ce935-7785-4f42-9f22-bfaee24d04cd INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/upsertprofile - null null 2024-09-13 11:07:46.746 +05:30 328ce935-7785-4f42-9f22-bfaee24d04cd INF CORS policy execution successful. 2024-09-13 11:07:46.747 +05:30 328ce935-7785-4f42-9f22-bfaee24d04cd INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/upsertprofile - 204 null null 2.5773ms 2024-09-13 11:07:46.795 +05:30 9ab5c7ba-e392-44ae-a314-75c8b4c76325 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/profile/upsertprofile - application/json 4560 2024-09-13 11:07:46.796 +05:30 9ab5c7ba-e392-44ae-a314-75c8b4c76325 INF CORS policy execution successful. 2024-09-13 11:07:46.799 +05:30 9ab5c7ba-e392-44ae-a314-75c8b4c76325 INF HTTP request: Path: /profile/upsertprofile QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDYyNTAsImlhdCI6MTcyNjIwNTY1MH0.oBJKvACWCYExhKYWz0M3a1Ws52RP8AkM_xnqwWarImM}, {Connection: keep-alive}, {Content-Length: 4560}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: {"id":0,"name":"Steffy_Test","beId":1,"isGroup":true,"menuAction":[{"menuId":6,"actionId":1},{"menuId":6,"actionId":2},{"menuId":6,"actionId":3},{"menuId":6,"actionId":4},{"menuId":6,"actionId":5},{"menuId":6,"actionId":6},{"menuId":6,"actionId":23},{"menuId":14,"actionId":1},{"menuId":14,"actionId":2},{"menuId":14,"actionId":3},{"menuId":14,"actionId":4},{"menuId":14,"actionId":5},{"menuId":14,"actionId":6},{"menuId":14,"actionId":23},{"menuId":15,"actionId":1},{"menuId":15,"actionId":2},{"menuId":15,"actionId":3},{"menuId":15,"actionId":4},{"menuId":15,"actionId":5},{"menuId":15,"actionId":6},{"menuId":15,"actionId":23},{"menuId":16,"actionId":1},{"menuId":16,"actionId":2},{"menuId":16,"actionId":3},{"menuId":16,"actionId":4},{"menuId":16,"actionId":5},{"menuId":16,"actionId":6},{"menuId":16,"actionId":23},{"menuId":18,"actionId":1},{"menuId":18,"actionId":2},{"menuId":18,"actionId":3},{"menuId":18,"actionId":4},{"menuId":18,"actionId":5},{"menuId":18,"actionId":6},{"menuId":18,"actionId":23},{"menuId":19,"actionId":1},{"menuId":19,"actionId":2},{"menuId":19,"actionId":3},{"menuId":19,"actionId":4},{"menuId":19,"actionId":5},{"menuId":19,"actionId":6},{"menuId":19,"actionId":23},{"menuId":20,"actionId":1},{"menuId":20,"actionId":2},{"menuId":20,"actionId":3},{"menuId":20,"actionId":4},{"menuId":20,"actionId":5},{"menuId":20,"actionId":6},{"menuId":20,"actionId":23},{"menuId":21,"actionId":7},{"menuId":21,"actionId":8},{"menuId":21,"actionId":9},{"menuId":21,"actionId":10},{"menuId":21,"actionId":11},{"menuId":21,"actionId":12},{"menuId":21,"actionId":22},{"menuId":22,"actionId":13},{"menuId":22,"actionId":14},{"menuId":22,"actionId":15},{"menuId":22,"actionId":16},{"menuId":22,"actionId":17},{"menuId":22,"actionId":18},{"menuId":22,"actionId":19},{"menuId":22,"actionId":20},{"menuId":22,"actionId":21},{"menuId":22,"actionId":26},{"menuId":28,"actionId":1},{"menuId":28,"actionId":2},{"menuId":28,"actionId":3},{"menuId":28,"actionId":4},{"menuId":28,"actionId":5},{"menuId":28,"actionId":6},{"menuId":28,"actionId":23},{"menuId":29,"actionId":1},{"menuId":29,"actionId":2},{"menuId":29,"actionId":3},{"menuId":29,"actionId":4},{"menuId":29,"actionId":5},{"menuId":29,"actionId":6},{"menuId":29,"actionId":23},{"menuId":30,"actionId":1},{"menuId":30,"actionId":2},{"menuId":30,"actionId":3},{"menuId":30,"actionId":4},{"menuId":30,"actionId":5},{"menuId":30,"actionId":6},{"menuId":30,"actionId":23},{"menuId":31,"actionId":1},{"menuId":31,"actionId":2},{"menuId":31,"actionId":3},{"menuId":31,"actionId":4},{"menuId":31,"actionId":5},{"menuId":31,"actionId":6},{"menuId":31,"actionId":23},{"menuId":32,"actionId":1},{"menuId":32,"actionId":2},{"menuId":32,"actionId":3},{"menuId":32,"actionId":4},{"menuId":32,"actionId":5},{"menuId":32,"actionId":6},{"menuId":32,"actionId":23},{"menuId":33,"actionId":1},{"menuId":33,"actionId":2},{"menuId":33,"actionId":3},{"menuId":33,"actionId":4},{"menuId":33,"actionId":5},{"menuId":33,"actionId":6},{"menuId":33,"actionId":23},{"menuId":34,"actionId":1},{"menuId":34,"actionId":2},{"menuId":34,"actionId":3},{"menuId":34,"actionId":4},{"menuId":34,"actionId":5},{"menuId":34,"actionId":6},{"menuId":34,"actionId":23},{"menuId":35,"actionId":1},{"menuId":35,"actionId":2},{"menuId":35,"actionId":3},{"menuId":35,"actionId":4},{"menuId":35,"actionId":5},{"menuId":35,"actionId":6},{"menuId":35,"actionId":23},{"menuId":36,"actionId":1},{"menuId":36,"actionId":2},{"menuId":36,"actionId":3},{"menuId":36,"actionId":4},{"menuId":36,"actionId":5},{"menuId":36,"actionId":6},{"menuId":36,"actionId":23},{"menuId":37,"actionId":1},{"menuId":37,"actionId":2},{"menuId":37,"actionId":3},{"menuId":37,"actionId":4},{"menuId":37,"actionId":5},{"menuId":37,"actionId":6},{"menuId":37,"actionId":23},{"menuId":38,"actionId":1},{"menuId":38,"actionId":2},{"menuId":38,"actionId":3},{"menuId":38,"actionId":4},{"menuId":38,"actionId":5},{"menuId":38,"actionId":6},{"menuId":38,"actionId":23},{"menuId":46,"actionId":1},{"menuId":46,"actionId":2},{"menuId":46,"actionId":3},{"menuId":46,"actionId":4},{"menuId":46,"actionId":5},{"menuId":46,"actionId":6},{"menuId":46,"actionId":23},{"menuId":61,"actionId":1},{"menuId":61,"actionId":2},{"menuId":61,"actionId":3},{"menuId":61,"actionId":4},{"menuId":61,"actionId":5},{"menuId":61,"actionId":6},{"menuId":61,"actionId":23},{"menuId":63,"actionId":1},{"menuId":63,"actionId":2},{"menuId":63,"actionId":3},{"menuId":63,"actionId":4},{"menuId":63,"actionId":5},{"menuId":63,"actionId":6},{"menuId":63,"actionId":23}],"parentId":0,"remarks":"Test Group"} 2024-09-13 11:07:46.801 +05:30 b1387bcb-34e3-4ffa-b054-a3c9a81e8a1d INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.UpsertProfile (Sang.Security.Api)' 2024-09-13 11:07:46.819 +05:30 b1387bcb-34e3-4ffa-b054-a3c9a81e8a1d INF Route matched with {action = "UpsertProfile", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpsertProfile(Sang.Security.Api.Models.APIRequest.ProfileRequest) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:07:46.922 +05:30 b1387bcb-34e3-4ffa-b054-a3c9a81e8a1d INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:07:46.924 +05:30 b1387bcb-34e3-4ffa-b054-a3c9a81e8a1d INF Executed action Sang.Security.Api.Controllers.ProfileController.UpsertProfile (Sang.Security.Api) in 105.1143ms 2024-09-13 11:07:46.924 +05:30 b1387bcb-34e3-4ffa-b054-a3c9a81e8a1d INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.UpsertProfile (Sang.Security.Api)' 2024-09-13 11:07:46.924 +05:30 b1387bcb-34e3-4ffa-b054-a3c9a81e8a1d INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: 9ab5c7ba-e392-44ae-a314-75c8b4c76325}, {Location: http://103.120.178.195/SangSecurityAPI/profile/upsertprofile}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 94} Body: {"status":"Success","statusCode":2001,"message":"Profile inserted successfully.","result":"7"} 2024-09-13 11:07:46.925 +05:30 b1387bcb-34e3-4ffa-b054-a3c9a81e8a1d INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/profile/upsertprofile - 201 94 application/json; charset=utf-8 130.0566ms 2024-09-13 11:07:51.788 +05:30 432b9fb9-94d5-4714-9eac-926ab8848985 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 11:07:51.789 +05:30 432b9fb9-94d5-4714-9eac-926ab8848985 INF CORS policy execution successful. 2024-09-13 11:07:51.789 +05:30 432b9fb9-94d5-4714-9eac-926ab8848985 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 0.7148ms 2024-09-13 11:07:51.837 +05:30 b28ab696-dfd5-4ef6-892a-8df793ea0b4a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 11:07:51.837 +05:30 b28ab696-dfd5-4ef6-892a-8df793ea0b4a INF CORS policy execution successful. 2024-09-13 11:07:51.838 +05:30 b28ab696-dfd5-4ef6-892a-8df793ea0b4a INF HTTP request: Path: /profile/getprofilesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDYyNTAsImlhdCI6MTcyNjIwNTY1MH0.oBJKvACWCYExhKYWz0M3a1Ws52RP8AkM_xnqwWarImM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:07:51.838 +05:30 7d322cb7-e839-45f6-aaec-7ef59414142b INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 11:07:51.838 +05:30 7d322cb7-e839-45f6-aaec-7ef59414142b INF Route matched with {action = "GetProfileSummary", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:07:51.853 +05:30 7d322cb7-e839-45f6-aaec-7ef59414142b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:07:51.853 +05:30 7d322cb7-e839-45f6-aaec-7ef59414142b INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api) in 15.1894ms 2024-09-13 11:07:51.853 +05:30 7d322cb7-e839-45f6-aaec-7ef59414142b INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 11:07:51.854 +05:30 7d322cb7-e839-45f6-aaec-7ef59414142b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b28ab696-dfd5-4ef6-892a-8df793ea0b4a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 878} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":7,\"Name\":\"Steffy_Test\",\"CreatedOn\":\"2024-09-13T05:37:46.903\",\"ModifiedOn\":null},{\"IId\":6,\"Name\":\"Test_Steffy_Profile2\",\"CreatedOn\":\"2024-09-12T12:00:29.167\",\"ModifiedOn\":null},{\"IId\":5,\"Name\":\"Test_Steffy_Profile\",\"CreatedOn\":\"2024-09-12T03:49:55.283\",\"ModifiedOn\":\"09/12/2024 14:56:25\"},{\"IId\":4,\"Name\":\"testProfile\",\"CreatedOn\":\"2024-09-11T09:05:40.767\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:42:19.627\",\"ModifiedOn\":\"09/12/2024 05:35:34\"},{\"IId\":2,\"Name\":\"Test Gokul\",\"CreatedOn\":\"2024-09-11T08:41:24.593\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"FullAccess\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":7,\"TotalPages\":1}]}"} 2024-09-13 11:07:51.854 +05:30 7d322cb7-e839-45f6-aaec-7ef59414142b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 200 878 application/json; charset=utf-8 17.3896ms 2024-09-13 11:07:57.230 +05:30 bbd6f71c-2a5a-4f4a-bf35-82e74461d64e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 11:07:57.231 +05:30 bbd6f71c-2a5a-4f4a-bf35-82e74461d64e INF CORS policy execution successful. 2024-09-13 11:07:57.232 +05:30 bbd6f71c-2a5a-4f4a-bf35-82e74461d64e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 2.0251ms 2024-09-13 11:07:57.276 +05:30 6482b82c-7296-4bbd-9f3e-1815b018b369 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 11:07:57.277 +05:30 6482b82c-7296-4bbd-9f3e-1815b018b369 INF CORS policy execution successful. 2024-09-13 11:07:57.277 +05:30 6482b82c-7296-4bbd-9f3e-1815b018b369 INF HTTP request: Path: /profile/getprofilesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDYyNTAsImlhdCI6MTcyNjIwNTY1MH0.oBJKvACWCYExhKYWz0M3a1Ws52RP8AkM_xnqwWarImM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:07:57.278 +05:30 f864575a-c699-41b6-979b-dec6a0c300d8 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 11:07:57.278 +05:30 f864575a-c699-41b6-979b-dec6a0c300d8 INF Route matched with {action = "GetProfileSummary", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:07:57.304 +05:30 f864575a-c699-41b6-979b-dec6a0c300d8 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:07:57.304 +05:30 f864575a-c699-41b6-979b-dec6a0c300d8 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api) in 26.1962ms 2024-09-13 11:07:57.304 +05:30 f864575a-c699-41b6-979b-dec6a0c300d8 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 11:07:57.304 +05:30 f864575a-c699-41b6-979b-dec6a0c300d8 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 6482b82c-7296-4bbd-9f3e-1815b018b369}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 878} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":7,\"Name\":\"Steffy_Test\",\"CreatedOn\":\"2024-09-13T05:37:46.903\",\"ModifiedOn\":null},{\"IId\":6,\"Name\":\"Test_Steffy_Profile2\",\"CreatedOn\":\"2024-09-12T12:00:29.167\",\"ModifiedOn\":null},{\"IId\":5,\"Name\":\"Test_Steffy_Profile\",\"CreatedOn\":\"2024-09-12T03:49:55.283\",\"ModifiedOn\":\"09/12/2024 14:56:25\"},{\"IId\":4,\"Name\":\"testProfile\",\"CreatedOn\":\"2024-09-11T09:05:40.767\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:42:19.627\",\"ModifiedOn\":\"09/12/2024 05:35:34\"},{\"IId\":2,\"Name\":\"Test Gokul\",\"CreatedOn\":\"2024-09-11T08:41:24.593\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"FullAccess\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":7,\"TotalPages\":1}]}"} 2024-09-13 11:07:57.305 +05:30 f864575a-c699-41b6-979b-dec6a0c300d8 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 200 878 application/json; charset=utf-8 28.102ms 2024-09-13 11:08:01.165 +05:30 58a45d2c-5b54-4175-a53f-d61179bf90dc INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=7 - null null 2024-09-13 11:08:01.165 +05:30 58a45d2c-5b54-4175-a53f-d61179bf90dc INF CORS policy execution successful. 2024-09-13 11:08:01.165 +05:30 58a45d2c-5b54-4175-a53f-d61179bf90dc INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=7 - 204 null null 0.7147ms 2024-09-13 11:08:01.207 +05:30 a1ffcfd1-f09b-42ae-914e-bbd3372f57d4 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=7 - null null 2024-09-13 11:08:01.208 +05:30 a1ffcfd1-f09b-42ae-914e-bbd3372f57d4 INF CORS policy execution successful. 2024-09-13 11:08:01.209 +05:30 a1ffcfd1-f09b-42ae-914e-bbd3372f57d4 INF HTTP request: Path: /profile/getprofiledetails QueryString: ?profileId=7 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDYyNTAsImlhdCI6MTcyNjIwNTY1MH0.oBJKvACWCYExhKYWz0M3a1Ws52RP8AkM_xnqwWarImM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:08:01.209 +05:30 bd3a310b-c53b-4eb8-b381-5aefd6096791 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api)' 2024-09-13 11:08:01.209 +05:30 bd3a310b-c53b-4eb8-b381-5aefd6096791 INF Route matched with {action = "GetProfileDetails", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileDetails(Int32) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:08:01.235 +05:30 bd3a310b-c53b-4eb8-b381-5aefd6096791 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:08:01.236 +05:30 bd3a310b-c53b-4eb8-b381-5aefd6096791 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api) in 27.2916ms 2024-09-13 11:08:01.237 +05:30 bd3a310b-c53b-4eb8-b381-5aefd6096791 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api)' 2024-09-13 11:08:01.238 +05:30 bd3a310b-c53b-4eb8-b381-5aefd6096791 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a1ffcfd1-f09b-42ae-914e-bbd3372f57d4}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 17184} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"ProfileDetails\":[{\"ProfileId\":7,\"ProfileName\":\"Steffy_Test\",\"BusinessEntity\":1,\"BusinessEntityName\":\"Entity1\",\"ParentId\":0,\"ParentName\":\" \",\"Remarks\":\"Test Group\"}],\"SelectedRestrictions\":[{\"ProfileId\":7,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":7,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":8,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":9,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":10,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":11,\"ActionName\":\"Excel \"},{\"ProfileId\":7,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":12,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":22,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":13,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":14,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":15,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":16,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":17,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":18,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":19,\"ActionName\":\"EditUsersCreatedbyOthers\"},{\"ProfileId\":7,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":20,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":21,\"ActionName\":\"UnlockUser\"},{\"ProfileId\":7,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":26,\"ActionName\":\"DeleteUsersCreatedbyOthers\"},{\"ProfileId\":7,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"}]}"} 2024-09-13 11:08:01.239 +05:30 bd3a310b-c53b-4eb8-b381-5aefd6096791 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=7 - 200 17184 application/json; charset=utf-8 31.2028ms 2024-09-13 11:08:01.458 +05:30 dfb70a71-d2d8-4059-8334-4b7c6f1b1eb7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 11:08:01.458 +05:30 dfb70a71-d2d8-4059-8334-4b7c6f1b1eb7 INF CORS policy execution successful. 2024-09-13 11:08:01.458 +05:30 dfb70a71-d2d8-4059-8334-4b7c6f1b1eb7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 204 null null 0.6397ms 2024-09-13 11:08:01.502 +05:30 328e96c7-4d36-42ed-83ea-186491196e14 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 11:08:01.503 +05:30 328e96c7-4d36-42ed-83ea-186491196e14 INF CORS policy execution successful. 2024-09-13 11:08:01.503 +05:30 328e96c7-4d36-42ed-83ea-186491196e14 INF HTTP request: Path: /profile/getprofilegroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDYyNTAsImlhdCI6MTcyNjIwNTY1MH0.oBJKvACWCYExhKYWz0M3a1Ws52RP8AkM_xnqwWarImM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:08:01.503 +05:30 247a2242-24c4-4a71-bb90-096cff76d638 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 11:08:01.503 +05:30 247a2242-24c4-4a71-bb90-096cff76d638 INF Route matched with {action = "GetProfileGroups", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileGroups() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:08:01.512 +05:30 247a2242-24c4-4a71-bb90-096cff76d638 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:08:01.512 +05:30 247a2242-24c4-4a71-bb90-096cff76d638 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api) in 8.4702ms 2024-09-13 11:08:01.512 +05:30 247a2242-24c4-4a71-bb90-096cff76d638 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 11:08:01.512 +05:30 247a2242-24c4-4a71-bb90-096cff76d638 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 328e96c7-4d36-42ed-83ea-186491196e14}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 168} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ProfileID\":7,\"ProfileName\":\"Steffy_Test\",\"GroupStatus\":true}]"} 2024-09-13 11:08:01.513 +05:30 247a2242-24c4-4a71-bb90-096cff76d638 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 200 168 application/json; charset=utf-8 10.3657ms 2024-09-13 11:08:01.702 +05:30 f9ad7d60-70fb-4181-a4bf-df06230d8d1a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 11:08:01.703 +05:30 f9ad7d60-70fb-4181-a4bf-df06230d8d1a INF CORS policy execution successful. 2024-09-13 11:08:01.703 +05:30 f9ad7d60-70fb-4181-a4bf-df06230d8d1a INF HTTP request: Path: /profile/getprofilegroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDYyNTAsImlhdCI6MTcyNjIwNTY1MH0.oBJKvACWCYExhKYWz0M3a1Ws52RP8AkM_xnqwWarImM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:08:01.703 +05:30 347de1c5-2bbe-45ce-9592-e1668bdc1173 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 11:08:01.703 +05:30 347de1c5-2bbe-45ce-9592-e1668bdc1173 INF Route matched with {action = "GetProfileGroups", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileGroups() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:08:01.715 +05:30 347de1c5-2bbe-45ce-9592-e1668bdc1173 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:08:01.716 +05:30 347de1c5-2bbe-45ce-9592-e1668bdc1173 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api) in 12.8376ms 2024-09-13 11:08:01.716 +05:30 347de1c5-2bbe-45ce-9592-e1668bdc1173 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 11:08:01.716 +05:30 347de1c5-2bbe-45ce-9592-e1668bdc1173 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f9ad7d60-70fb-4181-a4bf-df06230d8d1a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 168} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ProfileID\":7,\"ProfileName\":\"Steffy_Test\",\"GroupStatus\":true}]"} 2024-09-13 11:08:01.717 +05:30 347de1c5-2bbe-45ce-9592-e1668bdc1173 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 200 168 application/json; charset=utf-8 14.5795ms 2024-09-13 11:08:16.749 +05:30 b61406fe-0c82-41f6-a87f-74e287222a0c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 11:08:16.750 +05:30 b61406fe-0c82-41f6-a87f-74e287222a0c INF CORS policy execution successful. 2024-09-13 11:08:16.751 +05:30 b61406fe-0c82-41f6-a87f-74e287222a0c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 1.2712ms 2024-09-13 11:08:16.799 +05:30 ed69980c-9e6f-41dc-bbcf-574eff49dfc1 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 11:08:16.799 +05:30 ed69980c-9e6f-41dc-bbcf-574eff49dfc1 INF CORS policy execution successful. 2024-09-13 11:08:16.800 +05:30 ed69980c-9e6f-41dc-bbcf-574eff49dfc1 INF HTTP request: Path: /profile/getprofilesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDYyNTAsImlhdCI6MTcyNjIwNTY1MH0.oBJKvACWCYExhKYWz0M3a1Ws52RP8AkM_xnqwWarImM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:08:16.800 +05:30 1e6944b6-c0e6-4d00-88f3-b26891ab135d INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 11:08:16.800 +05:30 1e6944b6-c0e6-4d00-88f3-b26891ab135d INF Route matched with {action = "GetProfileSummary", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:08:16.821 +05:30 1e6944b6-c0e6-4d00-88f3-b26891ab135d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:08:16.821 +05:30 1e6944b6-c0e6-4d00-88f3-b26891ab135d INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api) in 20.9508ms 2024-09-13 11:08:16.821 +05:30 1e6944b6-c0e6-4d00-88f3-b26891ab135d INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 11:08:16.821 +05:30 1e6944b6-c0e6-4d00-88f3-b26891ab135d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ed69980c-9e6f-41dc-bbcf-574eff49dfc1}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 878} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":7,\"Name\":\"Steffy_Test\",\"CreatedOn\":\"2024-09-13T05:37:46.903\",\"ModifiedOn\":null},{\"IId\":6,\"Name\":\"Test_Steffy_Profile2\",\"CreatedOn\":\"2024-09-12T12:00:29.167\",\"ModifiedOn\":null},{\"IId\":5,\"Name\":\"Test_Steffy_Profile\",\"CreatedOn\":\"2024-09-12T03:49:55.283\",\"ModifiedOn\":\"09/12/2024 14:56:25\"},{\"IId\":4,\"Name\":\"testProfile\",\"CreatedOn\":\"2024-09-11T09:05:40.767\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:42:19.627\",\"ModifiedOn\":\"09/12/2024 05:35:34\"},{\"IId\":2,\"Name\":\"Test Gokul\",\"CreatedOn\":\"2024-09-11T08:41:24.593\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"FullAccess\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":7,\"TotalPages\":1}]}"} 2024-09-13 11:08:16.822 +05:30 1e6944b6-c0e6-4d00-88f3-b26891ab135d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 200 878 application/json; charset=utf-8 23.3621ms 2024-09-13 11:08:19.565 +05:30 4f086b24-76ed-4687-a6bd-69d7cd393f5e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=6 - null null 2024-09-13 11:08:19.565 +05:30 4f086b24-76ed-4687-a6bd-69d7cd393f5e INF CORS policy execution successful. 2024-09-13 11:08:19.566 +05:30 4f086b24-76ed-4687-a6bd-69d7cd393f5e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=6 - 204 null null 1.0162ms 2024-09-13 11:08:19.612 +05:30 f5826971-8ce4-47f9-893a-bcecf69f6851 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=6 - null null 2024-09-13 11:08:19.613 +05:30 f5826971-8ce4-47f9-893a-bcecf69f6851 INF CORS policy execution successful. 2024-09-13 11:08:19.613 +05:30 f5826971-8ce4-47f9-893a-bcecf69f6851 INF HTTP request: Path: /profile/getprofiledetails QueryString: ?profileId=6 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDYyNTAsImlhdCI6MTcyNjIwNTY1MH0.oBJKvACWCYExhKYWz0M3a1Ws52RP8AkM_xnqwWarImM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:08:19.613 +05:30 2854194c-1bfa-4012-a10a-b5f8acb3eed7 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api)' 2024-09-13 11:08:19.613 +05:30 2854194c-1bfa-4012-a10a-b5f8acb3eed7 INF Route matched with {action = "GetProfileDetails", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileDetails(Int32) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:08:19.643 +05:30 2854194c-1bfa-4012-a10a-b5f8acb3eed7 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:08:19.644 +05:30 2854194c-1bfa-4012-a10a-b5f8acb3eed7 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api) in 30.7715ms 2024-09-13 11:08:19.644 +05:30 2854194c-1bfa-4012-a10a-b5f8acb3eed7 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api)' 2024-09-13 11:08:19.645 +05:30 2854194c-1bfa-4012-a10a-b5f8acb3eed7 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f5826971-8ce4-47f9-893a-bcecf69f6851}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 19172} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"ProfileDetails\":[{\"ProfileId\":6,\"ProfileName\":\"Test_Steffy_Profile2\",\"BusinessEntity\":3,\"BusinessEntityName\":\"Entity3\",\"ParentId\":0,\"ParentName\":\" \",\"Remarks\":\"Testing Purpose\"}],\"SelectedRestrictions\":[{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":7,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":8,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":9,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":10,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":11,\"ActionName\":\"Excel \"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":12,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":22,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":13,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":14,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":15,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":16,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":17,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":18,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":19,\"ActionName\":\"EditUsersCreatedbyOthers\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":20,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":21,\"ActionName\":\"UnlockUser\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":26,\"ActionName\":\"DeleteUsersCreatedbyOthers\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"}]}"} 2024-09-13 11:08:19.646 +05:30 2854194c-1bfa-4012-a10a-b5f8acb3eed7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=6 - 200 19172 application/json; charset=utf-8 33.7004ms 2024-09-13 11:08:19.862 +05:30 8384c32e-d981-4a13-a535-8c8db10a5c43 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 11:08:19.862 +05:30 8384c32e-d981-4a13-a535-8c8db10a5c43 INF CORS policy execution successful. 2024-09-13 11:08:19.863 +05:30 8384c32e-d981-4a13-a535-8c8db10a5c43 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 204 null null 0.7743ms 2024-09-13 11:08:19.904 +05:30 1c2f774a-84b8-4505-a216-5ad014551c53 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 11:08:19.904 +05:30 1c2f774a-84b8-4505-a216-5ad014551c53 INF CORS policy execution successful. 2024-09-13 11:08:19.905 +05:30 1c2f774a-84b8-4505-a216-5ad014551c53 INF HTTP request: Path: /profile/getprofilegroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDYyNTAsImlhdCI6MTcyNjIwNTY1MH0.oBJKvACWCYExhKYWz0M3a1Ws52RP8AkM_xnqwWarImM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:08:19.905 +05:30 0f49dd84-4100-4d89-9b94-4f6596a9b72a INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 11:08:19.905 +05:30 0f49dd84-4100-4d89-9b94-4f6596a9b72a INF Route matched with {action = "GetProfileGroups", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileGroups() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:08:19.916 +05:30 0f49dd84-4100-4d89-9b94-4f6596a9b72a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:08:19.916 +05:30 0f49dd84-4100-4d89-9b94-4f6596a9b72a INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api) in 11.3344ms 2024-09-13 11:08:19.917 +05:30 0f49dd84-4100-4d89-9b94-4f6596a9b72a INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 11:08:19.917 +05:30 0f49dd84-4100-4d89-9b94-4f6596a9b72a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 1c2f774a-84b8-4505-a216-5ad014551c53}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 168} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ProfileID\":7,\"ProfileName\":\"Steffy_Test\",\"GroupStatus\":true}]"} 2024-09-13 11:08:19.917 +05:30 0f49dd84-4100-4d89-9b94-4f6596a9b72a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 200 168 application/json; charset=utf-8 12.9588ms 2024-09-13 11:08:20.092 +05:30 e18976ad-cc15-4028-90b5-f78c5efdac03 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 11:08:20.093 +05:30 e18976ad-cc15-4028-90b5-f78c5efdac03 INF CORS policy execution successful. 2024-09-13 11:08:20.093 +05:30 e18976ad-cc15-4028-90b5-f78c5efdac03 INF HTTP request: Path: /profile/getprofilegroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDYyNTAsImlhdCI6MTcyNjIwNTY1MH0.oBJKvACWCYExhKYWz0M3a1Ws52RP8AkM_xnqwWarImM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:08:20.093 +05:30 09a69e99-1cfe-4c87-b3ee-461a7895102b INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 11:08:20.093 +05:30 09a69e99-1cfe-4c87-b3ee-461a7895102b INF Route matched with {action = "GetProfileGroups", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileGroups() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:08:20.126 +05:30 09a69e99-1cfe-4c87-b3ee-461a7895102b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:08:20.126 +05:30 09a69e99-1cfe-4c87-b3ee-461a7895102b INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api) in 32.6786ms 2024-09-13 11:08:20.126 +05:30 09a69e99-1cfe-4c87-b3ee-461a7895102b INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 11:08:20.126 +05:30 09a69e99-1cfe-4c87-b3ee-461a7895102b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e18976ad-cc15-4028-90b5-f78c5efdac03}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 168} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ProfileID\":7,\"ProfileName\":\"Steffy_Test\",\"GroupStatus\":true}]"} 2024-09-13 11:08:20.126 +05:30 09a69e99-1cfe-4c87-b3ee-461a7895102b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 200 168 application/json; charset=utf-8 34.0497ms 2024-09-13 11:08:22.884 +05:30 b79f3c7d-b7c2-48f8-81b0-01ba61a677bb INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 11:08:22.885 +05:30 b79f3c7d-b7c2-48f8-81b0-01ba61a677bb INF CORS policy execution successful. 2024-09-13 11:08:22.885 +05:30 b79f3c7d-b7c2-48f8-81b0-01ba61a677bb INF HTTP request: Path: /profile/getprofilegroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDYyNTAsImlhdCI6MTcyNjIwNTY1MH0.oBJKvACWCYExhKYWz0M3a1Ws52RP8AkM_xnqwWarImM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:08:22.885 +05:30 1d7b9457-f68b-4778-9754-3e369597b86d INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 11:08:22.885 +05:30 1d7b9457-f68b-4778-9754-3e369597b86d INF Route matched with {action = "GetProfileGroups", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileGroups() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:08:23.018 +05:30 1d7b9457-f68b-4778-9754-3e369597b86d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:08:23.018 +05:30 1d7b9457-f68b-4778-9754-3e369597b86d INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api) in 132.8389ms 2024-09-13 11:08:23.018 +05:30 1d7b9457-f68b-4778-9754-3e369597b86d INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 11:08:23.019 +05:30 1d7b9457-f68b-4778-9754-3e369597b86d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b79f3c7d-b7c2-48f8-81b0-01ba61a677bb}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 168} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ProfileID\":7,\"ProfileName\":\"Steffy_Test\",\"GroupStatus\":true}]"} 2024-09-13 11:08:23.019 +05:30 1d7b9457-f68b-4778-9754-3e369597b86d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 200 168 application/json; charset=utf-8 134.7228ms 2024-09-13 11:08:26.787 +05:30 0014b469-7599-4104-9646-c9a9bb6f6e9e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/upsertprofile - null null 2024-09-13 11:08:26.788 +05:30 0014b469-7599-4104-9646-c9a9bb6f6e9e INF CORS policy execution successful. 2024-09-13 11:08:26.788 +05:30 0014b469-7599-4104-9646-c9a9bb6f6e9e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/upsertprofile - 204 null null 1.0007ms 2024-09-13 11:08:26.829 +05:30 f96d1f36-9fe0-446a-9646-eaf2e7b0c83f INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/profile/upsertprofile - application/json 5101 2024-09-13 11:08:26.830 +05:30 f96d1f36-9fe0-446a-9646-eaf2e7b0c83f INF CORS policy execution successful. 2024-09-13 11:08:26.831 +05:30 f96d1f36-9fe0-446a-9646-eaf2e7b0c83f INF HTTP request: Path: /profile/upsertprofile QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDYyNTAsImlhdCI6MTcyNjIwNTY1MH0.oBJKvACWCYExhKYWz0M3a1Ws52RP8AkM_xnqwWarImM}, {Connection: keep-alive}, {Content-Length: 5101}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: {"id":6,"name":"Test_Steffy_Profile2","beId":3,"isGroup":false,"menuAction":[{"menuId":6,"actionId":1},{"menuId":6,"actionId":2},{"menuId":6,"actionId":3},{"menuId":6,"actionId":4},{"menuId":6,"actionId":5},{"menuId":6,"actionId":6},{"menuId":6,"actionId":23},{"menuId":7,"actionId":1},{"menuId":7,"actionId":2},{"menuId":7,"actionId":3},{"menuId":7,"actionId":4},{"menuId":7,"actionId":5},{"menuId":7,"actionId":6},{"menuId":7,"actionId":23},{"menuId":8,"actionId":1},{"menuId":8,"actionId":2},{"menuId":8,"actionId":3},{"menuId":8,"actionId":4},{"menuId":8,"actionId":5},{"menuId":8,"actionId":6},{"menuId":8,"actionId":23},{"menuId":10,"actionId":1},{"menuId":10,"actionId":2},{"menuId":10,"actionId":3},{"menuId":10,"actionId":4},{"menuId":10,"actionId":5},{"menuId":10,"actionId":6},{"menuId":10,"actionId":23},{"menuId":14,"actionId":1},{"menuId":14,"actionId":2},{"menuId":14,"actionId":3},{"menuId":14,"actionId":4},{"menuId":14,"actionId":5},{"menuId":14,"actionId":6},{"menuId":14,"actionId":23},{"menuId":15,"actionId":1},{"menuId":15,"actionId":2},{"menuId":15,"actionId":3},{"menuId":15,"actionId":4},{"menuId":15,"actionId":5},{"menuId":15,"actionId":6},{"menuId":15,"actionId":23},{"menuId":16,"actionId":1},{"menuId":16,"actionId":2},{"menuId":16,"actionId":3},{"menuId":16,"actionId":4},{"menuId":16,"actionId":5},{"menuId":16,"actionId":6},{"menuId":16,"actionId":23},{"menuId":18,"actionId":1},{"menuId":18,"actionId":2},{"menuId":18,"actionId":3},{"menuId":18,"actionId":4},{"menuId":18,"actionId":5},{"menuId":19,"actionId":1},{"menuId":19,"actionId":2},{"menuId":19,"actionId":3},{"menuId":19,"actionId":4},{"menuId":19,"actionId":5},{"menuId":20,"actionId":1},{"menuId":20,"actionId":2},{"menuId":20,"actionId":3},{"menuId":20,"actionId":4},{"menuId":20,"actionId":6},{"menuId":21,"actionId":7},{"menuId":21,"actionId":8},{"menuId":21,"actionId":9},{"menuId":21,"actionId":10},{"menuId":21,"actionId":11},{"menuId":21,"actionId":12},{"menuId":21,"actionId":22},{"menuId":22,"actionId":13},{"menuId":22,"actionId":14},{"menuId":22,"actionId":15},{"menuId":22,"actionId":16},{"menuId":22,"actionId":17},{"menuId":22,"actionId":18},{"menuId":22,"actionId":19},{"menuId":22,"actionId":20},{"menuId":22,"actionId":21},{"menuId":22,"actionId":26},{"menuId":28,"actionId":1},{"menuId":28,"actionId":2},{"menuId":28,"actionId":3},{"menuId":28,"actionId":4},{"menuId":28,"actionId":5},{"menuId":28,"actionId":6},{"menuId":28,"actionId":23},{"menuId":29,"actionId":1},{"menuId":29,"actionId":2},{"menuId":29,"actionId":3},{"menuId":29,"actionId":4},{"menuId":29,"actionId":5},{"menuId":29,"actionId":6},{"menuId":29,"actionId":23},{"menuId":30,"actionId":1},{"menuId":30,"actionId":2},{"menuId":30,"actionId":3},{"menuId":30,"actionId":4},{"menuId":30,"actionId":5},{"menuId":30,"actionId":6},{"menuId":30,"actionId":23},{"menuId":31,"actionId":1},{"menuId":31,"actionId":2},{"menuId":31,"actionId":3},{"menuId":31,"actionId":4},{"menuId":31,"actionId":5},{"menuId":31,"actionId":6},{"menuId":31,"actionId":23},{"menuId":32,"actionId":1},{"menuId":32,"actionId":2},{"menuId":32,"actionId":3},{"menuId":32,"actionId":4},{"menuId":32,"actionId":5},{"menuId":32,"actionId":6},{"menuId":32,"actionId":23},{"menuId":33,"actionId":1},{"menuId":33,"actionId":2},{"menuId":33,"actionId":3},{"menuId":33,"actionId":4},{"menuId":33,"actionId":5},{"menuId":33,"actionId":6},{"menuId":33,"actionId":23},{"menuId":34,"actionId":1},{"menuId":34,"actionId":2},{"menuId":34,"actionId":3},{"menuId":34,"actionId":4},{"menuId":34,"actionId":5},{"menuId":34,"actionId":6},{"menuId":34,"actionId":23},{"menuId":35,"actionId":1},{"menuId":35,"actionId":2},{"menuId":35,"actionId":3},{"menuId":35,"actionId":4},{"menuId":35,"actionId":5},{"menuId":35,"actionId":6},{"menuId":35,"actionId":23},{"menuId":36,"actionId":1},{"menuId":36,"actionId":2},{"menuId":36,"actionId":3},{"menuId":36,"actionId":4},{"menuId":36,"actionId":5},{"menuId":36,"actionId":6},{"menuId":36,"actionId":23},{"menuId":37,"actionId":1},{"menuId":37,"actionId":2},{"menuId":37,"actionId":3},{"menuId":37,"actionId":4},{"menuId":37,"actionId":5},{"menuId":37,"actionId":6},{"menuId":37,"actionId":23},{"menuId":38,"actionId":1},{"menuId":38,"actionId":2},{"menuId":38,"actionId":3},{"menuId":38,"actionId":4},{"menuId":38,"actionId":5},{"menuId":46,"actionId":1},{"menuId":46,"actionId":2},{"menuId":46,"actionId":3},{"menuId":46,"actionId":4},{"menuId":46,"actionId":5},{"menuId":46,"actionId":6},{"menuId":46,"actionId":23},{"menuId":61,"actionId":1},{"menuId":61,"actionId":2},{"menuId":61,"actionId":3},{"menuId":61,"actionId":4},{"menuId":61,"actionId":5},{"menuId":61,"actionId":6},{"menuId":61,"actionId":23},{"menuId":62,"actionId":1},{"menuId":62,"actionId":2},{"menuId":62,"actionId":3},{"menuId":62,"actionId":4},{"menuId":62,"actionId":5},{"menuId":62,"actionId":6},{"menuId":62,"actionId":23},{"menuId":63,"actionId":1},{"menuId":63,"actionId":2},{"menuId":63,"actionId":3},{"menuId":63,"actionId":4},{"menuId":63,"actionId":5},{"menuId":63,"actionId":6},{"menuId":63,"actionId":23}],"parentId":7,"remarks":"Testing Purpose"} 2024-09-13 11:08:26.831 +05:30 83de4513-8504-4dc4-87ca-1a3293926f04 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.UpsertProfile (Sang.Security.Api)' 2024-09-13 11:08:26.831 +05:30 83de4513-8504-4dc4-87ca-1a3293926f04 INF Route matched with {action = "UpsertProfile", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpsertProfile(Sang.Security.Api.Models.APIRequest.ProfileRequest) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:08:26.880 +05:30 83de4513-8504-4dc4-87ca-1a3293926f04 INF Executing CreatedAtActionResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:08:26.882 +05:30 83de4513-8504-4dc4-87ca-1a3293926f04 INF Executed action Sang.Security.Api.Controllers.ProfileController.UpsertProfile (Sang.Security.Api) in 50.7399ms 2024-09-13 11:08:26.882 +05:30 83de4513-8504-4dc4-87ca-1a3293926f04 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.UpsertProfile (Sang.Security.Api)' 2024-09-13 11:08:26.882 +05:30 83de4513-8504-4dc4-87ca-1a3293926f04 INF HTTP Response: StatusCode: 201 Headers: {X-Correlation-Id: f96d1f36-9fe0-446a-9646-eaf2e7b0c83f}, {Location: http://103.120.178.195/SangSecurityAPI/profile/upsertprofile}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 93} Body: {"status":"Success","statusCode":2001,"message":"Profile updated successfully.","result":"6"} 2024-09-13 11:08:26.882 +05:30 83de4513-8504-4dc4-87ca-1a3293926f04 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/profile/upsertprofile - 201 93 application/json; charset=utf-8 52.9ms 2024-09-13 11:08:27.392 +05:30 2a1f1b10-8a08-4286-bdc6-c8ee2d404d6e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 11:08:27.392 +05:30 2a1f1b10-8a08-4286-bdc6-c8ee2d404d6e INF CORS policy execution successful. 2024-09-13 11:08:27.392 +05:30 2a1f1b10-8a08-4286-bdc6-c8ee2d404d6e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 204 null null 0.4633ms 2024-09-13 11:08:27.438 +05:30 ff154f29-7562-4799-80dc-284e05eba2a3 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 11:08:27.439 +05:30 ff154f29-7562-4799-80dc-284e05eba2a3 INF CORS policy execution successful. 2024-09-13 11:08:27.439 +05:30 ff154f29-7562-4799-80dc-284e05eba2a3 INF HTTP request: Path: /profile/getprofilegroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDYyNTAsImlhdCI6MTcyNjIwNTY1MH0.oBJKvACWCYExhKYWz0M3a1Ws52RP8AkM_xnqwWarImM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:08:27.439 +05:30 09f7cb17-15a8-4b0f-9a3f-a6a2261e5a06 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 11:08:27.439 +05:30 09f7cb17-15a8-4b0f-9a3f-a6a2261e5a06 INF Route matched with {action = "GetProfileGroups", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileGroups() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:08:27.480 +05:30 09f7cb17-15a8-4b0f-9a3f-a6a2261e5a06 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:08:27.480 +05:30 09f7cb17-15a8-4b0f-9a3f-a6a2261e5a06 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api) in 41.187ms 2024-09-13 11:08:27.480 +05:30 09f7cb17-15a8-4b0f-9a3f-a6a2261e5a06 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 11:08:27.480 +05:30 09f7cb17-15a8-4b0f-9a3f-a6a2261e5a06 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ff154f29-7562-4799-80dc-284e05eba2a3}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 168} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ProfileID\":7,\"ProfileName\":\"Steffy_Test\",\"GroupStatus\":true}]"} 2024-09-13 11:08:27.481 +05:30 09f7cb17-15a8-4b0f-9a3f-a6a2261e5a06 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 200 168 application/json; charset=utf-8 42.3669ms 2024-09-13 11:08:29.006 +05:30 bb4f1444-d09a-403f-b013-fe78073f0b1b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 11:08:29.006 +05:30 bb4f1444-d09a-403f-b013-fe78073f0b1b INF CORS policy execution successful. 2024-09-13 11:08:29.006 +05:30 bb4f1444-d09a-403f-b013-fe78073f0b1b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 0.6689ms 2024-09-13 11:08:29.154 +05:30 af5f0251-1e7f-4338-8ade-41eb6dddcc0b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 11:08:29.155 +05:30 af5f0251-1e7f-4338-8ade-41eb6dddcc0b INF CORS policy execution successful. 2024-09-13 11:08:29.155 +05:30 af5f0251-1e7f-4338-8ade-41eb6dddcc0b INF HTTP request: Path: /profile/getprofilesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDYyNTAsImlhdCI6MTcyNjIwNTY1MH0.oBJKvACWCYExhKYWz0M3a1Ws52RP8AkM_xnqwWarImM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:08:29.156 +05:30 b10e8c07-2fb9-48ec-a0d0-0b09e2ae991a INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 11:08:29.156 +05:30 b10e8c07-2fb9-48ec-a0d0-0b09e2ae991a INF Route matched with {action = "GetProfileSummary", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:08:29.170 +05:30 b10e8c07-2fb9-48ec-a0d0-0b09e2ae991a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:08:29.170 +05:30 b10e8c07-2fb9-48ec-a0d0-0b09e2ae991a INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api) in 14.3464ms 2024-09-13 11:08:29.170 +05:30 b10e8c07-2fb9-48ec-a0d0-0b09e2ae991a INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 11:08:29.171 +05:30 b10e8c07-2fb9-48ec-a0d0-0b09e2ae991a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: af5f0251-1e7f-4338-8ade-41eb6dddcc0b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 897} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":7,\"Name\":\"Steffy_Test\",\"CreatedOn\":\"2024-09-13T05:37:46.903\",\"ModifiedOn\":null},{\"IId\":6,\"Name\":\"Test_Steffy_Profile2\",\"CreatedOn\":\"2024-09-12T12:00:29.167\",\"ModifiedOn\":\"09/13/2024 05:38:26\"},{\"IId\":5,\"Name\":\"Test_Steffy_Profile\",\"CreatedOn\":\"2024-09-12T03:49:55.283\",\"ModifiedOn\":\"09/12/2024 14:56:25\"},{\"IId\":4,\"Name\":\"testProfile\",\"CreatedOn\":\"2024-09-11T09:05:40.767\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:42:19.627\",\"ModifiedOn\":\"09/12/2024 05:35:34\"},{\"IId\":2,\"Name\":\"Test Gokul\",\"CreatedOn\":\"2024-09-11T08:41:24.593\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"FullAccess\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":7,\"TotalPages\":1}]}"} 2024-09-13 11:08:29.171 +05:30 b10e8c07-2fb9-48ec-a0d0-0b09e2ae991a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 200 897 application/json; charset=utf-8 16.6565ms 2024-09-13 11:08:32.662 +05:30 f78fe0e7-cdb9-4eb9-a64b-56892e9a7f10 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=5 - null null 2024-09-13 11:08:32.662 +05:30 f78fe0e7-cdb9-4eb9-a64b-56892e9a7f10 INF CORS policy execution successful. 2024-09-13 11:08:32.662 +05:30 f78fe0e7-cdb9-4eb9-a64b-56892e9a7f10 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=5 - 204 null null 0.4834ms 2024-09-13 11:08:32.708 +05:30 32f1b084-a929-45f2-8bf5-0000faec31ee INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=5 - null null 2024-09-13 11:08:32.709 +05:30 32f1b084-a929-45f2-8bf5-0000faec31ee INF CORS policy execution successful. 2024-09-13 11:08:32.709 +05:30 32f1b084-a929-45f2-8bf5-0000faec31ee INF HTTP request: Path: /profile/getprofiledetails QueryString: ?profileId=5 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDYyNTAsImlhdCI6MTcyNjIwNTY1MH0.oBJKvACWCYExhKYWz0M3a1Ws52RP8AkM_xnqwWarImM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:08:32.709 +05:30 9f816813-bf45-4871-88f8-6a21d3ed1ec5 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api)' 2024-09-13 11:08:32.709 +05:30 9f816813-bf45-4871-88f8-6a21d3ed1ec5 INF Route matched with {action = "GetProfileDetails", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileDetails(Int32) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:08:32.830 +05:30 9f816813-bf45-4871-88f8-6a21d3ed1ec5 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:08:32.831 +05:30 9f816813-bf45-4871-88f8-6a21d3ed1ec5 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api) in 121.3155ms 2024-09-13 11:08:32.831 +05:30 9f816813-bf45-4871-88f8-6a21d3ed1ec5 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api)' 2024-09-13 11:08:32.832 +05:30 9f816813-bf45-4871-88f8-6a21d3ed1ec5 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 32f1b084-a929-45f2-8bf5-0000faec31ee}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 19265} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"ProfileDetails\":[{\"ProfileId\":5,\"ProfileName\":\"Test_Steffy_Profile\",\"BusinessEntity\":3,\"BusinessEntityName\":\"Entity3\",\"ParentId\":0,\"ParentName\":\" \",\"Remarks\":\"Testing Purpose\"}],\"SelectedRestrictions\":[{\"ProfileId\":5,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":7,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":8,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":9,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":10,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":11,\"ActionName\":\"Excel \"},{\"ProfileId\":5,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":12,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":22,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":13,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":14,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":15,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":16,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":17,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":18,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":20,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":21,\"ActionName\":\"UnlockUser\"},{\"ProfileId\":5,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":26,\"ActionName\":\"DeleteUsersCreatedbyOthers\"},{\"ProfileId\":5,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":5,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":5,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":5,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":5,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":5,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":5,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":5,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"}]}"} 2024-09-13 11:08:32.832 +05:30 9f816813-bf45-4871-88f8-6a21d3ed1ec5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=5 - 200 19265 application/json; charset=utf-8 123.9862ms 2024-09-13 11:08:32.999 +05:30 bee0e4a3-098e-4390-9fdc-cabf6d471d3d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 11:08:32.999 +05:30 bee0e4a3-098e-4390-9fdc-cabf6d471d3d INF CORS policy execution successful. 2024-09-13 11:08:33.000 +05:30 bee0e4a3-098e-4390-9fdc-cabf6d471d3d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 204 null null 0.7261ms 2024-09-13 11:08:33.047 +05:30 efad103a-f798-4416-9893-6314c2abcb64 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 11:08:33.047 +05:30 efad103a-f798-4416-9893-6314c2abcb64 INF CORS policy execution successful. 2024-09-13 11:08:33.047 +05:30 efad103a-f798-4416-9893-6314c2abcb64 INF HTTP request: Path: /profile/getprofilegroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDYyNTAsImlhdCI6MTcyNjIwNTY1MH0.oBJKvACWCYExhKYWz0M3a1Ws52RP8AkM_xnqwWarImM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:08:33.047 +05:30 92e1867d-70b2-4574-8221-794f0989ea0b INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 11:08:33.047 +05:30 92e1867d-70b2-4574-8221-794f0989ea0b INF Route matched with {action = "GetProfileGroups", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileGroups() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:08:33.064 +05:30 92e1867d-70b2-4574-8221-794f0989ea0b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:08:33.064 +05:30 92e1867d-70b2-4574-8221-794f0989ea0b INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api) in 17.1181ms 2024-09-13 11:08:33.065 +05:30 92e1867d-70b2-4574-8221-794f0989ea0b INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 11:08:33.065 +05:30 92e1867d-70b2-4574-8221-794f0989ea0b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: efad103a-f798-4416-9893-6314c2abcb64}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 168} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ProfileID\":7,\"ProfileName\":\"Steffy_Test\",\"GroupStatus\":true}]"} 2024-09-13 11:08:33.065 +05:30 92e1867d-70b2-4574-8221-794f0989ea0b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 200 168 application/json; charset=utf-8 18.4475ms 2024-09-13 11:08:33.308 +05:30 768c0a75-5cbc-4931-8666-efe82e38c0e2 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 11:08:33.308 +05:30 768c0a75-5cbc-4931-8666-efe82e38c0e2 INF CORS policy execution successful. 2024-09-13 11:08:33.308 +05:30 768c0a75-5cbc-4931-8666-efe82e38c0e2 INF HTTP request: Path: /profile/getprofilegroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDYyNTAsImlhdCI6MTcyNjIwNTY1MH0.oBJKvACWCYExhKYWz0M3a1Ws52RP8AkM_xnqwWarImM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:08:33.308 +05:30 7582a66e-b198-47df-b2c2-94deda83fc61 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 11:08:33.308 +05:30 7582a66e-b198-47df-b2c2-94deda83fc61 INF Route matched with {action = "GetProfileGroups", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileGroups() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:08:33.360 +05:30 7582a66e-b198-47df-b2c2-94deda83fc61 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:08:33.361 +05:30 7582a66e-b198-47df-b2c2-94deda83fc61 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api) in 52.1926ms 2024-09-13 11:08:33.361 +05:30 7582a66e-b198-47df-b2c2-94deda83fc61 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 11:08:33.361 +05:30 7582a66e-b198-47df-b2c2-94deda83fc61 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 768c0a75-5cbc-4931-8666-efe82e38c0e2}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 168} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ProfileID\":7,\"ProfileName\":\"Steffy_Test\",\"GroupStatus\":true}]"} 2024-09-13 11:08:33.361 +05:30 7582a66e-b198-47df-b2c2-94deda83fc61 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 200 168 application/json; charset=utf-8 53.2832ms 2024-09-13 11:08:35.958 +05:30 cc792c8e-19b7-443b-9ef2-c8ee27bd3262 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 11:08:35.958 +05:30 cc792c8e-19b7-443b-9ef2-c8ee27bd3262 INF CORS policy execution successful. 2024-09-13 11:08:35.958 +05:30 cc792c8e-19b7-443b-9ef2-c8ee27bd3262 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 0.6645ms 2024-09-13 11:08:36.007 +05:30 28b02838-5230-41f6-a726-da28b0706311 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 11:08:36.008 +05:30 28b02838-5230-41f6-a726-da28b0706311 INF CORS policy execution successful. 2024-09-13 11:08:36.008 +05:30 28b02838-5230-41f6-a726-da28b0706311 INF HTTP request: Path: /profile/getprofilesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDYyNTAsImlhdCI6MTcyNjIwNTY1MH0.oBJKvACWCYExhKYWz0M3a1Ws52RP8AkM_xnqwWarImM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:08:36.008 +05:30 93001d1f-863e-49d5-956e-b3ec13e501b1 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 11:08:36.008 +05:30 93001d1f-863e-49d5-956e-b3ec13e501b1 INF Route matched with {action = "GetProfileSummary", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:08:36.018 +05:30 93001d1f-863e-49d5-956e-b3ec13e501b1 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:08:36.018 +05:30 93001d1f-863e-49d5-956e-b3ec13e501b1 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api) in 9.6315ms 2024-09-13 11:08:36.018 +05:30 93001d1f-863e-49d5-956e-b3ec13e501b1 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 11:08:36.018 +05:30 93001d1f-863e-49d5-956e-b3ec13e501b1 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 28b02838-5230-41f6-a726-da28b0706311}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 897} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":7,\"Name\":\"Steffy_Test\",\"CreatedOn\":\"2024-09-13T05:37:46.903\",\"ModifiedOn\":null},{\"IId\":6,\"Name\":\"Test_Steffy_Profile2\",\"CreatedOn\":\"2024-09-12T12:00:29.167\",\"ModifiedOn\":\"09/13/2024 05:38:26\"},{\"IId\":5,\"Name\":\"Test_Steffy_Profile\",\"CreatedOn\":\"2024-09-12T03:49:55.283\",\"ModifiedOn\":\"09/12/2024 14:56:25\"},{\"IId\":4,\"Name\":\"testProfile\",\"CreatedOn\":\"2024-09-11T09:05:40.767\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:42:19.627\",\"ModifiedOn\":\"09/12/2024 05:35:34\"},{\"IId\":2,\"Name\":\"Test Gokul\",\"CreatedOn\":\"2024-09-11T08:41:24.593\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"FullAccess\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":7,\"TotalPages\":1}]}"} 2024-09-13 11:08:36.019 +05:30 93001d1f-863e-49d5-956e-b3ec13e501b1 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 200 897 application/json; charset=utf-8 11.1905ms 2024-09-13 11:08:38.069 +05:30 479c2399-e12d-419d-8926-b311177b3a7b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=6 - null null 2024-09-13 11:08:38.070 +05:30 479c2399-e12d-419d-8926-b311177b3a7b INF CORS policy execution successful. 2024-09-13 11:08:38.070 +05:30 479c2399-e12d-419d-8926-b311177b3a7b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=6 - 204 null null 0.7386ms 2024-09-13 11:08:38.117 +05:30 98f3b0b7-2512-41e1-be6e-fb07f7d3b5fc INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=6 - null null 2024-09-13 11:08:38.117 +05:30 98f3b0b7-2512-41e1-be6e-fb07f7d3b5fc INF CORS policy execution successful. 2024-09-13 11:08:38.117 +05:30 98f3b0b7-2512-41e1-be6e-fb07f7d3b5fc INF HTTP request: Path: /profile/getprofiledetails QueryString: ?profileId=6 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDYyNTAsImlhdCI6MTcyNjIwNTY1MH0.oBJKvACWCYExhKYWz0M3a1Ws52RP8AkM_xnqwWarImM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:08:38.118 +05:30 c31c4baa-8844-466c-8d32-63197dac9f01 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api)' 2024-09-13 11:08:38.118 +05:30 c31c4baa-8844-466c-8d32-63197dac9f01 INF Route matched with {action = "GetProfileDetails", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileDetails(Int32) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:08:38.198 +05:30 c31c4baa-8844-466c-8d32-63197dac9f01 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:08:38.198 +05:30 c31c4baa-8844-466c-8d32-63197dac9f01 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api) in 80.5211ms 2024-09-13 11:08:38.198 +05:30 c31c4baa-8844-466c-8d32-63197dac9f01 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api)' 2024-09-13 11:08:38.199 +05:30 c31c4baa-8844-466c-8d32-63197dac9f01 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 98f3b0b7-2512-41e1-be6e-fb07f7d3b5fc}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 19182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"ProfileDetails\":[{\"ProfileId\":6,\"ProfileName\":\"Test_Steffy_Profile2\",\"BusinessEntity\":3,\"BusinessEntityName\":\"Entity3\",\"ParentId\":7,\"ParentName\":\"Steffy_Test\",\"Remarks\":\"Testing Purpose\"}],\"SelectedRestrictions\":[{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":7,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":8,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":9,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":10,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":11,\"ActionName\":\"Excel \"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":12,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":22,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":13,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":14,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":15,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":16,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":17,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":18,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":19,\"ActionName\":\"EditUsersCreatedbyOthers\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":20,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":21,\"ActionName\":\"UnlockUser\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":26,\"ActionName\":\"DeleteUsersCreatedbyOthers\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"}]}"} 2024-09-13 11:08:38.200 +05:30 c31c4baa-8844-466c-8d32-63197dac9f01 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=6 - 200 19182 application/json; charset=utf-8 83.7873ms 2024-09-13 11:08:38.369 +05:30 1a58593a-7e93-4f38-8f58-58adc49c3382 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 11:08:38.370 +05:30 1a58593a-7e93-4f38-8f58-58adc49c3382 INF CORS policy execution successful. 2024-09-13 11:08:38.370 +05:30 1a58593a-7e93-4f38-8f58-58adc49c3382 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 204 null null 0.3939ms 2024-09-13 11:08:38.415 +05:30 2e72fd06-487b-4f0b-b03c-8d93edec45e8 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 11:08:38.415 +05:30 2e72fd06-487b-4f0b-b03c-8d93edec45e8 INF CORS policy execution successful. 2024-09-13 11:08:38.415 +05:30 2e72fd06-487b-4f0b-b03c-8d93edec45e8 INF HTTP request: Path: /profile/getprofilegroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDYyNTAsImlhdCI6MTcyNjIwNTY1MH0.oBJKvACWCYExhKYWz0M3a1Ws52RP8AkM_xnqwWarImM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:08:38.415 +05:30 0a09e80b-a296-492f-ace3-0ec0020fe4a1 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 11:08:38.415 +05:30 0a09e80b-a296-492f-ace3-0ec0020fe4a1 INF Route matched with {action = "GetProfileGroups", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileGroups() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:08:38.474 +05:30 0a09e80b-a296-492f-ace3-0ec0020fe4a1 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:08:38.475 +05:30 0a09e80b-a296-492f-ace3-0ec0020fe4a1 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api) in 59.3535ms 2024-09-13 11:08:38.475 +05:30 0a09e80b-a296-492f-ace3-0ec0020fe4a1 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 11:08:38.475 +05:30 0a09e80b-a296-492f-ace3-0ec0020fe4a1 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 2e72fd06-487b-4f0b-b03c-8d93edec45e8}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 168} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ProfileID\":7,\"ProfileName\":\"Steffy_Test\",\"GroupStatus\":true}]"} 2024-09-13 11:08:38.475 +05:30 0a09e80b-a296-492f-ace3-0ec0020fe4a1 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 200 168 application/json; charset=utf-8 60.5932ms 2024-09-13 11:08:38.656 +05:30 396f1846-0056-4253-9f15-67833486f8ad INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 11:08:38.657 +05:30 396f1846-0056-4253-9f15-67833486f8ad INF CORS policy execution successful. 2024-09-13 11:08:38.657 +05:30 396f1846-0056-4253-9f15-67833486f8ad INF HTTP request: Path: /profile/getprofilegroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDYyNTAsImlhdCI6MTcyNjIwNTY1MH0.oBJKvACWCYExhKYWz0M3a1Ws52RP8AkM_xnqwWarImM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:08:38.657 +05:30 a2bdb3c8-4cdd-449a-9a68-a0b11b24eac8 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 11:08:38.657 +05:30 a2bdb3c8-4cdd-449a-9a68-a0b11b24eac8 INF Route matched with {action = "GetProfileGroups", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileGroups() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:08:38.772 +05:30 a2bdb3c8-4cdd-449a-9a68-a0b11b24eac8 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:08:38.772 +05:30 a2bdb3c8-4cdd-449a-9a68-a0b11b24eac8 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api) in 114.9172ms 2024-09-13 11:08:38.772 +05:30 a2bdb3c8-4cdd-449a-9a68-a0b11b24eac8 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 11:08:38.772 +05:30 a2bdb3c8-4cdd-449a-9a68-a0b11b24eac8 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 396f1846-0056-4253-9f15-67833486f8ad}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 168} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ProfileID\":7,\"ProfileName\":\"Steffy_Test\",\"GroupStatus\":true}]"} 2024-09-13 11:08:38.772 +05:30 a2bdb3c8-4cdd-449a-9a68-a0b11b24eac8 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 200 168 application/json; charset=utf-8 116.1234ms 2024-09-13 11:08:49.436 +05:30 027362aa-f170-4886-acd0-b37197235048 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 11:08:49.436 +05:30 027362aa-f170-4886-acd0-b37197235048 INF CORS policy execution successful. 2024-09-13 11:08:49.437 +05:30 027362aa-f170-4886-acd0-b37197235048 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 204 null null 1.2125ms 2024-09-13 11:08:49.483 +05:30 6f8d2e6c-4f0b-4518-ba1d-b7a0ccddeb06 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 11:08:49.483 +05:30 6f8d2e6c-4f0b-4518-ba1d-b7a0ccddeb06 INF CORS policy execution successful. 2024-09-13 11:08:49.483 +05:30 6f8d2e6c-4f0b-4518-ba1d-b7a0ccddeb06 INF HTTP request: Path: /profile/getprofilegroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDYyNTAsImlhdCI6MTcyNjIwNTY1MH0.oBJKvACWCYExhKYWz0M3a1Ws52RP8AkM_xnqwWarImM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:08:49.484 +05:30 07bfd350-d462-45b1-b20d-ee43d02044f0 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 11:08:49.484 +05:30 07bfd350-d462-45b1-b20d-ee43d02044f0 INF Route matched with {action = "GetProfileGroups", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileGroups() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:08:49.497 +05:30 07bfd350-d462-45b1-b20d-ee43d02044f0 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:08:49.497 +05:30 07bfd350-d462-45b1-b20d-ee43d02044f0 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api) in 13.2581ms 2024-09-13 11:08:49.497 +05:30 07bfd350-d462-45b1-b20d-ee43d02044f0 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 11:08:49.498 +05:30 07bfd350-d462-45b1-b20d-ee43d02044f0 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 6f8d2e6c-4f0b-4518-ba1d-b7a0ccddeb06}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 168} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ProfileID\":7,\"ProfileName\":\"Steffy_Test\",\"GroupStatus\":true}]"} 2024-09-13 11:08:49.498 +05:30 07bfd350-d462-45b1-b20d-ee43d02044f0 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 200 168 application/json; charset=utf-8 15.5042ms 2024-09-13 11:08:57.908 +05:30 d21478ce-37ef-470c-a6cb-ef1d76af1182 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 11:08:57.908 +05:30 d21478ce-37ef-470c-a6cb-ef1d76af1182 INF CORS policy execution successful. 2024-09-13 11:08:57.908 +05:30 d21478ce-37ef-470c-a6cb-ef1d76af1182 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 204 null null 0.7393ms 2024-09-13 11:08:57.956 +05:30 ceb19e7b-3ed4-4b02-bead-798ef4f8887b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 11:08:57.957 +05:30 ceb19e7b-3ed4-4b02-bead-798ef4f8887b INF CORS policy execution successful. 2024-09-13 11:08:57.957 +05:30 ceb19e7b-3ed4-4b02-bead-798ef4f8887b INF HTTP request: Path: /profile/getprofilegroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDYyNTAsImlhdCI6MTcyNjIwNTY1MH0.oBJKvACWCYExhKYWz0M3a1Ws52RP8AkM_xnqwWarImM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:08:57.958 +05:30 d4585778-0018-4308-bc2f-ac3f774cde56 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 11:08:57.958 +05:30 d4585778-0018-4308-bc2f-ac3f774cde56 INF Route matched with {action = "GetProfileGroups", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileGroups() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:08:58.070 +05:30 d4585778-0018-4308-bc2f-ac3f774cde56 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:08:58.071 +05:30 d4585778-0018-4308-bc2f-ac3f774cde56 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api) in 112.672ms 2024-09-13 11:08:58.071 +05:30 d4585778-0018-4308-bc2f-ac3f774cde56 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 11:08:58.071 +05:30 d4585778-0018-4308-bc2f-ac3f774cde56 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ceb19e7b-3ed4-4b02-bead-798ef4f8887b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 168} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ProfileID\":7,\"ProfileName\":\"Steffy_Test\",\"GroupStatus\":true}]"} 2024-09-13 11:08:58.071 +05:30 d4585778-0018-4308-bc2f-ac3f774cde56 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 200 168 application/json; charset=utf-8 115.5596ms 2024-09-13 11:09:02.372 +05:30 224a37a7-1809-4f2e-913b-e8f53e27c944 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 11:09:02.372 +05:30 224a37a7-1809-4f2e-913b-e8f53e27c944 INF CORS policy execution successful. 2024-09-13 11:09:02.373 +05:30 224a37a7-1809-4f2e-913b-e8f53e27c944 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 0.7945ms 2024-09-13 11:09:02.444 +05:30 577c1141-d29b-45ac-89f9-51fc6f4c2424 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 11:09:02.445 +05:30 577c1141-d29b-45ac-89f9-51fc6f4c2424 INF CORS policy execution successful. 2024-09-13 11:09:02.446 +05:30 577c1141-d29b-45ac-89f9-51fc6f4c2424 INF HTTP request: Path: /profile/getprofilesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDYyNTAsImlhdCI6MTcyNjIwNTY1MH0.oBJKvACWCYExhKYWz0M3a1Ws52RP8AkM_xnqwWarImM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:09:02.446 +05:30 eeb863c3-a8c5-4ab0-9103-608daa1c1630 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 11:09:02.447 +05:30 eeb863c3-a8c5-4ab0-9103-608daa1c1630 INF Route matched with {action = "GetProfileSummary", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:09:02.480 +05:30 eeb863c3-a8c5-4ab0-9103-608daa1c1630 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:09:02.480 +05:30 eeb863c3-a8c5-4ab0-9103-608daa1c1630 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api) in 33.2479ms 2024-09-13 11:09:02.480 +05:30 eeb863c3-a8c5-4ab0-9103-608daa1c1630 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 11:09:02.480 +05:30 eeb863c3-a8c5-4ab0-9103-608daa1c1630 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 577c1141-d29b-45ac-89f9-51fc6f4c2424}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 897} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":7,\"Name\":\"Steffy_Test\",\"CreatedOn\":\"2024-09-13T05:37:46.903\",\"ModifiedOn\":null},{\"IId\":6,\"Name\":\"Test_Steffy_Profile2\",\"CreatedOn\":\"2024-09-12T12:00:29.167\",\"ModifiedOn\":\"09/13/2024 05:38:26\"},{\"IId\":5,\"Name\":\"Test_Steffy_Profile\",\"CreatedOn\":\"2024-09-12T03:49:55.283\",\"ModifiedOn\":\"09/12/2024 14:56:25\"},{\"IId\":4,\"Name\":\"testProfile\",\"CreatedOn\":\"2024-09-11T09:05:40.767\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:42:19.627\",\"ModifiedOn\":\"09/12/2024 05:35:34\"},{\"IId\":2,\"Name\":\"Test Gokul\",\"CreatedOn\":\"2024-09-11T08:41:24.593\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"FullAccess\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":7,\"TotalPages\":1}]}"} 2024-09-13 11:09:02.482 +05:30 eeb863c3-a8c5-4ab0-9103-608daa1c1630 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 200 897 application/json; charset=utf-8 37.8803ms 2024-09-13 11:09:08.675 +05:30 aba7d472-1419-414f-b4e4-efc77ceb7692 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=6 - null null 2024-09-13 11:09:08.676 +05:30 aba7d472-1419-414f-b4e4-efc77ceb7692 INF CORS policy execution successful. 2024-09-13 11:09:08.676 +05:30 aba7d472-1419-414f-b4e4-efc77ceb7692 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=6 - 204 null null 1.3181ms 2024-09-13 11:09:08.721 +05:30 fc8c2ab9-ecbb-49b9-a501-cd490c9274fe INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=6 - null null 2024-09-13 11:09:08.721 +05:30 fc8c2ab9-ecbb-49b9-a501-cd490c9274fe INF CORS policy execution successful. 2024-09-13 11:09:08.721 +05:30 fc8c2ab9-ecbb-49b9-a501-cd490c9274fe INF HTTP request: Path: /profile/getprofiledetails QueryString: ?profileId=6 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDYyNTAsImlhdCI6MTcyNjIwNTY1MH0.oBJKvACWCYExhKYWz0M3a1Ws52RP8AkM_xnqwWarImM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:09:08.722 +05:30 00070567-8b9f-4b43-bf38-71fd18b379d9 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api)' 2024-09-13 11:09:08.722 +05:30 00070567-8b9f-4b43-bf38-71fd18b379d9 INF Route matched with {action = "GetProfileDetails", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileDetails(Int32) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:09:08.748 +05:30 00070567-8b9f-4b43-bf38-71fd18b379d9 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:09:08.749 +05:30 00070567-8b9f-4b43-bf38-71fd18b379d9 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api) in 26.5805ms 2024-09-13 11:09:08.749 +05:30 00070567-8b9f-4b43-bf38-71fd18b379d9 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api)' 2024-09-13 11:09:08.749 +05:30 00070567-8b9f-4b43-bf38-71fd18b379d9 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: fc8c2ab9-ecbb-49b9-a501-cd490c9274fe}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 19182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"ProfileDetails\":[{\"ProfileId\":6,\"ProfileName\":\"Test_Steffy_Profile2\",\"BusinessEntity\":3,\"BusinessEntityName\":\"Entity3\",\"ParentId\":7,\"ParentName\":\"Steffy_Test\",\"Remarks\":\"Testing Purpose\"}],\"SelectedRestrictions\":[{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":7,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":8,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":9,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":10,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":11,\"ActionName\":\"Excel \"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":12,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":22,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":13,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":14,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":15,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":16,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":17,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":18,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":19,\"ActionName\":\"EditUsersCreatedbyOthers\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":20,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":21,\"ActionName\":\"UnlockUser\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":26,\"ActionName\":\"DeleteUsersCreatedbyOthers\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"}]}"} 2024-09-13 11:09:08.750 +05:30 00070567-8b9f-4b43-bf38-71fd18b379d9 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=6 - 200 19182 application/json; charset=utf-8 29.6057ms 2024-09-13 11:09:08.979 +05:30 a0ca3ded-a713-4b0f-953d-246f3dd1d82c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 11:09:08.979 +05:30 a0ca3ded-a713-4b0f-953d-246f3dd1d82c INF CORS policy execution successful. 2024-09-13 11:09:08.979 +05:30 a0ca3ded-a713-4b0f-953d-246f3dd1d82c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 204 null null 0.4787ms 2024-09-13 11:09:09.024 +05:30 6bd42cc2-ba6c-4bc7-af4d-e78dcd57c5c8 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 11:09:09.024 +05:30 6bd42cc2-ba6c-4bc7-af4d-e78dcd57c5c8 INF CORS policy execution successful. 2024-09-13 11:09:09.025 +05:30 6bd42cc2-ba6c-4bc7-af4d-e78dcd57c5c8 INF HTTP request: Path: /profile/getprofilegroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDYyNTAsImlhdCI6MTcyNjIwNTY1MH0.oBJKvACWCYExhKYWz0M3a1Ws52RP8AkM_xnqwWarImM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:09:09.025 +05:30 76841b0c-6f4d-4fb7-8ae9-6acb3627b01c INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 11:09:09.025 +05:30 76841b0c-6f4d-4fb7-8ae9-6acb3627b01c INF Route matched with {action = "GetProfileGroups", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileGroups() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:09:09.175 +05:30 76841b0c-6f4d-4fb7-8ae9-6acb3627b01c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:09:09.175 +05:30 76841b0c-6f4d-4fb7-8ae9-6acb3627b01c INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api) in 150.3343ms 2024-09-13 11:09:09.176 +05:30 76841b0c-6f4d-4fb7-8ae9-6acb3627b01c INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 11:09:09.176 +05:30 76841b0c-6f4d-4fb7-8ae9-6acb3627b01c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 6bd42cc2-ba6c-4bc7-af4d-e78dcd57c5c8}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 168} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ProfileID\":7,\"ProfileName\":\"Steffy_Test\",\"GroupStatus\":true}]"} 2024-09-13 11:09:09.176 +05:30 76841b0c-6f4d-4fb7-8ae9-6acb3627b01c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 200 168 application/json; charset=utf-8 152.1575ms 2024-09-13 11:09:09.382 +05:30 c2e621c0-f7ba-4705-9489-b5d836c6a9f1 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 11:09:09.382 +05:30 c2e621c0-f7ba-4705-9489-b5d836c6a9f1 INF CORS policy execution successful. 2024-09-13 11:09:09.382 +05:30 c2e621c0-f7ba-4705-9489-b5d836c6a9f1 INF HTTP request: Path: /profile/getprofilegroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDYyNTAsImlhdCI6MTcyNjIwNTY1MH0.oBJKvACWCYExhKYWz0M3a1Ws52RP8AkM_xnqwWarImM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:09:09.382 +05:30 f60758ac-e67f-4c58-8f7a-99fea2f7a3b4 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 11:09:09.383 +05:30 f60758ac-e67f-4c58-8f7a-99fea2f7a3b4 INF Route matched with {action = "GetProfileGroups", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileGroups() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:09:09.439 +05:30 f60758ac-e67f-4c58-8f7a-99fea2f7a3b4 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:09:09.439 +05:30 f60758ac-e67f-4c58-8f7a-99fea2f7a3b4 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api) in 56.8418ms 2024-09-13 11:09:09.440 +05:30 f60758ac-e67f-4c58-8f7a-99fea2f7a3b4 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 11:09:09.440 +05:30 f60758ac-e67f-4c58-8f7a-99fea2f7a3b4 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c2e621c0-f7ba-4705-9489-b5d836c6a9f1}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 168} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ProfileID\":7,\"ProfileName\":\"Steffy_Test\",\"GroupStatus\":true}]"} 2024-09-13 11:09:09.440 +05:30 f60758ac-e67f-4c58-8f7a-99fea2f7a3b4 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 200 168 application/json; charset=utf-8 58.4566ms 2024-09-13 11:09:10.600 +05:30 916a1865-961f-4c53-9bc8-65eae12d5af7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getrolesinprofile?profileId=6 - null null 2024-09-13 11:09:10.601 +05:30 916a1865-961f-4c53-9bc8-65eae12d5af7 INF CORS policy execution successful. 2024-09-13 11:09:10.601 +05:30 916a1865-961f-4c53-9bc8-65eae12d5af7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getrolesinprofile?profileId=6 - 204 null null 0.5487ms 2024-09-13 11:09:10.645 +05:30 30880755-9c8d-4f30-8953-bf5960e41401 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getrolesinprofile?profileId=6 - null null 2024-09-13 11:09:10.645 +05:30 30880755-9c8d-4f30-8953-bf5960e41401 INF CORS policy execution successful. 2024-09-13 11:09:10.645 +05:30 30880755-9c8d-4f30-8953-bf5960e41401 INF HTTP request: Path: /profile/getrolesinprofile QueryString: ?profileId=6 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDYyNTAsImlhdCI6MTcyNjIwNTY1MH0.oBJKvACWCYExhKYWz0M3a1Ws52RP8AkM_xnqwWarImM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:09:10.646 +05:30 4e2a70e2-f353-43ba-a9bc-434b8f81187c INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetRolesInProfile (Sang.Security.Api)' 2024-09-13 11:09:10.646 +05:30 4e2a70e2-f353-43ba-a9bc-434b8f81187c INF Route matched with {action = "GetRolesInProfile", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetRolesInProfile(Int32) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:09:10.757 +05:30 4e2a70e2-f353-43ba-a9bc-434b8f81187c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:09:10.758 +05:30 4e2a70e2-f353-43ba-a9bc-434b8f81187c INF Executed action Sang.Security.Api.Controllers.ProfileController.GetRolesInProfile (Sang.Security.Api) in 111.6299ms 2024-09-13 11:09:10.758 +05:30 4e2a70e2-f353-43ba-a9bc-434b8f81187c INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetRolesInProfile (Sang.Security.Api)' 2024-09-13 11:09:10.758 +05:30 4e2a70e2-f353-43ba-a9bc-434b8f81187c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 30880755-9c8d-4f30-8953-bf5960e41401}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 133} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"RoleName\":\"Test_Steffy_Role\"}]"} 2024-09-13 11:09:10.758 +05:30 4e2a70e2-f353-43ba-a9bc-434b8f81187c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getrolesinprofile?profileId=6 - 200 133 application/json; charset=utf-8 113.6546ms 2024-09-13 11:09:13.857 +05:30 9e3b9d06-d165-4add-926c-d00df1670448 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 11:09:13.857 +05:30 9e3b9d06-d165-4add-926c-d00df1670448 INF CORS policy execution successful. 2024-09-13 11:09:13.858 +05:30 9e3b9d06-d165-4add-926c-d00df1670448 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 0.7867ms 2024-09-13 11:09:13.901 +05:30 9146b76f-b8e1-44cd-8793-fde09d460e11 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 11:09:13.901 +05:30 9146b76f-b8e1-44cd-8793-fde09d460e11 INF CORS policy execution successful. 2024-09-13 11:09:13.901 +05:30 9146b76f-b8e1-44cd-8793-fde09d460e11 INF HTTP request: Path: /profile/getprofilesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDYyNTAsImlhdCI6MTcyNjIwNTY1MH0.oBJKvACWCYExhKYWz0M3a1Ws52RP8AkM_xnqwWarImM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:09:13.902 +05:30 ebbdb6e6-ab97-45d2-b489-73d084107395 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 11:09:13.902 +05:30 ebbdb6e6-ab97-45d2-b489-73d084107395 INF Route matched with {action = "GetProfileSummary", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:09:14.007 +05:30 ebbdb6e6-ab97-45d2-b489-73d084107395 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:09:14.007 +05:30 ebbdb6e6-ab97-45d2-b489-73d084107395 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api) in 105.3803ms 2024-09-13 11:09:14.007 +05:30 ebbdb6e6-ab97-45d2-b489-73d084107395 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 11:09:14.007 +05:30 ebbdb6e6-ab97-45d2-b489-73d084107395 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9146b76f-b8e1-44cd-8793-fde09d460e11}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 897} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":7,\"Name\":\"Steffy_Test\",\"CreatedOn\":\"2024-09-13T05:37:46.903\",\"ModifiedOn\":null},{\"IId\":6,\"Name\":\"Test_Steffy_Profile2\",\"CreatedOn\":\"2024-09-12T12:00:29.167\",\"ModifiedOn\":\"09/13/2024 05:38:26\"},{\"IId\":5,\"Name\":\"Test_Steffy_Profile\",\"CreatedOn\":\"2024-09-12T03:49:55.283\",\"ModifiedOn\":\"09/12/2024 14:56:25\"},{\"IId\":4,\"Name\":\"testProfile\",\"CreatedOn\":\"2024-09-11T09:05:40.767\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:42:19.627\",\"ModifiedOn\":\"09/12/2024 05:35:34\"},{\"IId\":2,\"Name\":\"Test Gokul\",\"CreatedOn\":\"2024-09-11T08:41:24.593\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"FullAccess\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":7,\"TotalPages\":1}]}"} 2024-09-13 11:09:14.008 +05:30 ebbdb6e6-ab97-45d2-b489-73d084107395 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 200 897 application/json; charset=utf-8 106.9308ms 2024-09-13 11:09:26.561 +05:30 a80bfbf7-9462-407b-b24f-0a7dee65097d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 11:09:26.561 +05:30 a80bfbf7-9462-407b-b24f-0a7dee65097d INF CORS policy execution successful. 2024-09-13 11:09:26.562 +05:30 a80bfbf7-9462-407b-b24f-0a7dee65097d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 0.7884ms 2024-09-13 11:09:26.618 +05:30 01261fef-968b-412d-9988-b2d7e8704e7a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 11:09:26.619 +05:30 01261fef-968b-412d-9988-b2d7e8704e7a INF CORS policy execution successful. 2024-09-13 11:09:26.619 +05:30 01261fef-968b-412d-9988-b2d7e8704e7a INF HTTP request: Path: /profile/getprofilesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDYyNTAsImlhdCI6MTcyNjIwNTY1MH0.oBJKvACWCYExhKYWz0M3a1Ws52RP8AkM_xnqwWarImM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:09:26.619 +05:30 f32ca8c3-c42a-4067-aad3-32d04e86c242 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 11:09:26.619 +05:30 f32ca8c3-c42a-4067-aad3-32d04e86c242 INF Route matched with {action = "GetProfileSummary", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:09:26.631 +05:30 f32ca8c3-c42a-4067-aad3-32d04e86c242 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:09:26.631 +05:30 f32ca8c3-c42a-4067-aad3-32d04e86c242 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api) in 11.8936ms 2024-09-13 11:09:26.631 +05:30 f32ca8c3-c42a-4067-aad3-32d04e86c242 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 11:09:26.631 +05:30 f32ca8c3-c42a-4067-aad3-32d04e86c242 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 01261fef-968b-412d-9988-b2d7e8704e7a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 897} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":7,\"Name\":\"Steffy_Test\",\"CreatedOn\":\"2024-09-13T05:37:46.903\",\"ModifiedOn\":null},{\"IId\":6,\"Name\":\"Test_Steffy_Profile2\",\"CreatedOn\":\"2024-09-12T12:00:29.167\",\"ModifiedOn\":\"09/13/2024 05:38:26\"},{\"IId\":5,\"Name\":\"Test_Steffy_Profile\",\"CreatedOn\":\"2024-09-12T03:49:55.283\",\"ModifiedOn\":\"09/12/2024 14:56:25\"},{\"IId\":4,\"Name\":\"testProfile\",\"CreatedOn\":\"2024-09-11T09:05:40.767\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:42:19.627\",\"ModifiedOn\":\"09/12/2024 05:35:34\"},{\"IId\":2,\"Name\":\"Test Gokul\",\"CreatedOn\":\"2024-09-11T08:41:24.593\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"FullAccess\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":7,\"TotalPages\":1}]}"} 2024-09-13 11:09:26.632 +05:30 f32ca8c3-c42a-4067-aad3-32d04e86c242 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 200 897 application/json; charset=utf-8 14.0044ms 2024-09-13 11:13:47.358 +05:30 d2a022df-2fa0-460e-821f-6d74ec0c847b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NTg3LCJleHAiOjE3MjYyMDY0ODcsImlhdCI6MTcyNjIwNTU4N30.2YXZgnh_zvDbtAR4L1pbNRu_E2j8m1SThlaInh84LEY - null null 2024-09-13 11:13:47.359 +05:30 3a20e4f5-5911-41a9-a21c-4136abb9f8c5 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NTg3LCJleHAiOjE3MjYyMDY0ODcsImlhdCI6MTcyNjIwNTU4N30.2YXZgnh_zvDbtAR4L1pbNRu_E2j8m1SThlaInh84LEY - null null 2024-09-13 11:13:47.360 +05:30 3a20e4f5-5911-41a9-a21c-4136abb9f8c5 INF CORS policy execution successful. 2024-09-13 11:13:47.360 +05:30 d2a022df-2fa0-460e-821f-6d74ec0c847b INF CORS policy execution successful. 2024-09-13 11:13:47.361 +05:30 3a20e4f5-5911-41a9-a21c-4136abb9f8c5 INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NTg3LCJleHAiOjE3MjYyMDY0ODcsImlhdCI6MTcyNjIwNTU4N30.2YXZgnh_zvDbtAR4L1pbNRu_E2j8m1SThlaInh84LEY Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 11:13:47.361 +05:30 d2a022df-2fa0-460e-821f-6d74ec0c847b INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NTg3LCJleHAiOjE3MjYyMDY0ODcsImlhdCI6MTcyNjIwNTU4N30.2YXZgnh_zvDbtAR4L1pbNRu_E2j8m1SThlaInh84LEY Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 11:13:47.362 +05:30 e91aa651-da0b-4e0f-af71-2f57f57b0de8 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:13:47.362 +05:30 7daafcb1-73c1-4636-b159-68b003c6f051 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:13:47.363 +05:30 7daafcb1-73c1-4636-b159-68b003c6f051 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 11:13:47.363 +05:30 e91aa651-da0b-4e0f-af71-2f57f57b0de8 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 11:13:47.418 +05:30 7daafcb1-73c1-4636-b159-68b003c6f051 INF Token generated 2024-09-13 11:13:47.419 +05:30 e91aa651-da0b-4e0f-af71-2f57f57b0de8 INF Token generated 2024-09-13 11:13:47.419 +05:30 7daafcb1-73c1-4636-b159-68b003c6f051 INF Token generated 2024-09-13 11:13:47.419 +05:30 e91aa651-da0b-4e0f-af71-2f57f57b0de8 INF Token generated 2024-09-13 11:13:47.420 +05:30 e91aa651-da0b-4e0f-af71-2f57f57b0de8 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:13:47.420 +05:30 7daafcb1-73c1-4636-b159-68b003c6f051 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:13:47.420 +05:30 7daafcb1-73c1-4636-b159-68b003c6f051 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 57.0279ms 2024-09-13 11:13:47.420 +05:30 e91aa651-da0b-4e0f-af71-2f57f57b0de8 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 57.0011ms 2024-09-13 11:13:47.420 +05:30 7daafcb1-73c1-4636-b159-68b003c6f051 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:13:47.420 +05:30 e91aa651-da0b-4e0f-af71-2f57f57b0de8 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:13:47.421 +05:30 e91aa651-da0b-4e0f-af71-2f57f57b0de8 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3a20e4f5-5911-41a9-a21c-4136abb9f8c5}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 877} Body: {"status":"Success","statusCode":2000,"message":"Tokens Regenerated","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2MjI3LCJleHAiOjE3MjYyMDY4MjcsImlhdCI6MTcyNjIwNjIyN30.evQauWe0qg3FhPyiQ4TjHRz1bxQhO4Us4xEtK6p1WNU\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2MjI3LCJleHAiOjE3MjYyMDcxMjcsImlhdCI6MTcyNjIwNjIyN30.pgkcHhDgD2ninGQ_KvyUHuTL7A2W_dkzi9Z7tpiQhoo\"}"} 2024-09-13 11:13:47.421 +05:30 7daafcb1-73c1-4636-b159-68b003c6f051 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d2a022df-2fa0-460e-821f-6d74ec0c847b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 877} Body: {"status":"Success","statusCode":2000,"message":"Tokens Regenerated","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2MjI3LCJleHAiOjE3MjYyMDY4MjcsImlhdCI6MTcyNjIwNjIyN30.evQauWe0qg3FhPyiQ4TjHRz1bxQhO4Us4xEtK6p1WNU\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2MjI3LCJleHAiOjE3MjYyMDcxMjcsImlhdCI6MTcyNjIwNjIyN30.pgkcHhDgD2ninGQ_KvyUHuTL7A2W_dkzi9Z7tpiQhoo\"}"} 2024-09-13 11:13:47.421 +05:30 7daafcb1-73c1-4636-b159-68b003c6f051 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NTg3LCJleHAiOjE3MjYyMDY0ODcsImlhdCI6MTcyNjIwNTU4N30.2YXZgnh_zvDbtAR4L1pbNRu_E2j8m1SThlaInh84LEY - 200 877 application/json; charset=utf-8 63.4708ms 2024-09-13 11:13:47.422 +05:30 e91aa651-da0b-4e0f-af71-2f57f57b0de8 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NTg3LCJleHAiOjE3MjYyMDY0ODcsImlhdCI6MTcyNjIwNTU4N30.2YXZgnh_zvDbtAR4L1pbNRu_E2j8m1SThlaInh84LEY - 200 877 application/json; charset=utf-8 62.7345ms 2024-09-13 11:13:47.536 +05:30 17dadc55-9ea8-400d-9aa4-57c176d73e0a INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2MjI3LCJleHAiOjE3MjYyMDcxMjcsImlhdCI6MTcyNjIwNjIyN30.pgkcHhDgD2ninGQ_KvyUHuTL7A2W_dkzi9Z7tpiQhoo - null null 2024-09-13 11:13:47.536 +05:30 17dadc55-9ea8-400d-9aa4-57c176d73e0a INF CORS policy execution successful. 2024-09-13 11:13:47.537 +05:30 17dadc55-9ea8-400d-9aa4-57c176d73e0a INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2MjI3LCJleHAiOjE3MjYyMDcxMjcsImlhdCI6MTcyNjIwNjIyN30.pgkcHhDgD2ninGQ_KvyUHuTL7A2W_dkzi9Z7tpiQhoo Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 11:13:47.537 +05:30 9f3c6b09-b6c2-4ba9-9848-e0e60ba72034 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:13:47.537 +05:30 9f3c6b09-b6c2-4ba9-9848-e0e60ba72034 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 11:13:47.552 +05:30 9f3c6b09-b6c2-4ba9-9848-e0e60ba72034 INF Token generated 2024-09-13 11:13:47.553 +05:30 9f3c6b09-b6c2-4ba9-9848-e0e60ba72034 INF Token generated 2024-09-13 11:13:47.553 +05:30 9f3c6b09-b6c2-4ba9-9848-e0e60ba72034 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:13:47.553 +05:30 9f3c6b09-b6c2-4ba9-9848-e0e60ba72034 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 16.3709ms 2024-09-13 11:13:47.553 +05:30 9f3c6b09-b6c2-4ba9-9848-e0e60ba72034 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:13:47.553 +05:30 9f3c6b09-b6c2-4ba9-9848-e0e60ba72034 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 17dadc55-9ea8-400d-9aa4-57c176d73e0a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 877} Body: {"status":"Success","statusCode":2000,"message":"Tokens Regenerated","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2MjI3LCJleHAiOjE3MjYyMDY4MjcsImlhdCI6MTcyNjIwNjIyN30.evQauWe0qg3FhPyiQ4TjHRz1bxQhO4Us4xEtK6p1WNU\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2MjI3LCJleHAiOjE3MjYyMDcxMjcsImlhdCI6MTcyNjIwNjIyN30.pgkcHhDgD2ninGQ_KvyUHuTL7A2W_dkzi9Z7tpiQhoo\"}"} 2024-09-13 11:13:47.554 +05:30 9f3c6b09-b6c2-4ba9-9848-e0e60ba72034 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2MjI3LCJleHAiOjE3MjYyMDcxMjcsImlhdCI6MTcyNjIwNjIyN30.pgkcHhDgD2ninGQ_KvyUHuTL7A2W_dkzi9Z7tpiQhoo - 200 877 application/json; charset=utf-8 17.9297ms 2024-09-13 11:14:33.918 +05:30 5642900a-ddb4-4f49-8dba-ce233dd98c60 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA0ODg1LCJleHAiOjE3MjYyMDU3ODUsImlhdCI6MTcyNjIwNDg4NX0.jge7pbP04yqSSpR7OuU28ZAD_21p3FGCYVy6SqoHjyY - null null 2024-09-13 11:14:33.920 +05:30 5642900a-ddb4-4f49-8dba-ce233dd98c60 INF CORS policy execution successful. 2024-09-13 11:14:33.921 +05:30 5642900a-ddb4-4f49-8dba-ce233dd98c60 INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA0ODg1LCJleHAiOjE3MjYyMDU3ODUsImlhdCI6MTcyNjIwNDg4NX0.jge7pbP04yqSSpR7OuU28ZAD_21p3FGCYVy6SqoHjyY Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9,ml;q=0.8}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 11:14:33.922 +05:30 ffa25e24-a6d9-4dd4-9d0d-475efa0bd58e INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:14:33.922 +05:30 ffa25e24-a6d9-4dd4-9d0d-475efa0bd58e INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 11:14:33.926 +05:30 ffa25e24-a6d9-4dd4-9d0d-475efa0bd58e INF Executing BadRequestObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:14:33.927 +05:30 ffa25e24-a6d9-4dd4-9d0d-475efa0bd58e INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 4.6525ms 2024-09-13 11:14:33.927 +05:30 ffa25e24-a6d9-4dd4-9d0d-475efa0bd58e INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:14:33.927 +05:30 ffa25e24-a6d9-4dd4-9d0d-475efa0bd58e INF HTTP Response: StatusCode: 400 Headers: {X-Correlation-Id: 5642900a-ddb4-4f49-8dba-ce233dd98c60}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 90} Body: {"status":"Failure","statusCode":4000,"message":"Refresh token has expired","result":null} 2024-09-13 11:14:33.928 +05:30 ffa25e24-a6d9-4dd4-9d0d-475efa0bd58e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA0ODg1LCJleHAiOjE3MjYyMDU3ODUsImlhdCI6MTcyNjIwNDg4NX0.jge7pbP04yqSSpR7OuU28ZAD_21p3FGCYVy6SqoHjyY - 400 90 application/json; charset=utf-8 9.5053ms 2024-09-13 11:16:50.398 +05:30 340ffba2-0138-483f-9145-9415f44d2bc1 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=gokul - null null 2024-09-13 11:16:50.400 +05:30 340ffba2-0138-483f-9145-9415f44d2bc1 INF CORS policy execution successful. 2024-09-13 11:16:50.401 +05:30 340ffba2-0138-483f-9145-9415f44d2bc1 INF HTTP request: Path: /login/getcompany QueryString: ?userName=gokul Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9,ml;q=0.8}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 11:16:50.402 +05:30 ec6d4d8b-1a9b-4d08-9d62-4e7c96b0dcb5 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 11:16:50.402 +05:30 ec6d4d8b-1a9b-4d08-9d62-4e7c96b0dcb5 INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 11:16:50.449 +05:30 ec6d4d8b-1a9b-4d08-9d62-4e7c96b0dcb5 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:16:50.449 +05:30 ec6d4d8b-1a9b-4d08-9d62-4e7c96b0dcb5 INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 47.0374ms 2024-09-13 11:16:50.450 +05:30 ec6d4d8b-1a9b-4d08-9d62-4e7c96b0dcb5 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 11:16:50.450 +05:30 ec6d4d8b-1a9b-4d08-9d62-4e7c96b0dcb5 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 340ffba2-0138-483f-9145-9415f44d2bc1}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 11:16:50.451 +05:30 ec6d4d8b-1a9b-4d08-9d62-4e7c96b0dcb5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=gokul - 200 138 application/json; charset=utf-8 52.9901ms 2024-09-13 11:16:58.229 +05:30 02df0b82-27b1-4180-aa42-14c9bab276bb INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 11:16:58.229 +05:30 02df0b82-27b1-4180-aa42-14c9bab276bb INF CORS policy execution successful. 2024-09-13 11:16:58.229 +05:30 02df0b82-27b1-4180-aa42-14c9bab276bb INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 0.5318ms 2024-09-13 11:16:58.267 +05:30 60c99130-00a3-4a0c-9ff7-5503bb027e7c INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 112 2024-09-13 11:16:58.267 +05:30 60c99130-00a3-4a0c-9ff7-5503bb027e7c INF CORS policy execution successful. 2024-09-13 11:16:58.268 +05:30 60c99130-00a3-4a0c-9ff7-5503bb027e7c INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9,ml;q=0.8}, {Connection: keep-alive}, {Content-Length: 112}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"gokul","entityId":8,"Company Name":"Entity10","password":"R+0wAuT6gjV130YwaLArtA=="} 2024-09-13 11:16:58.268 +05:30 3aeb75f7-05e5-42d6-af5a-942f53e3a7b1 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 11:16:58.268 +05:30 3aeb75f7-05e5-42d6-af5a-942f53e3a7b1 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 11:16:58.284 +05:30 3aeb75f7-05e5-42d6-af5a-942f53e3a7b1 INF Database retrieved 2024-09-13 11:16:58.305 +05:30 3aeb75f7-05e5-42d6-af5a-942f53e3a7b1 INF Token generated 2024-09-13 11:16:58.305 +05:30 3aeb75f7-05e5-42d6-af5a-942f53e3a7b1 INF Token generated 2024-09-13 11:16:58.305 +05:30 3aeb75f7-05e5-42d6-af5a-942f53e3a7b1 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:16:58.305 +05:30 3aeb75f7-05e5-42d6-af5a-942f53e3a7b1 INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 37.1501ms 2024-09-13 11:16:58.306 +05:30 3aeb75f7-05e5-42d6-af5a-942f53e3a7b1 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 11:16:58.306 +05:30 3aeb75f7-05e5-42d6-af5a-942f53e3a7b1 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 60c99130-00a3-4a0c-9ff7-5503bb027e7c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 876} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2NDE4LCJleHAiOjE3MjYyMDcwMTgsImlhdCI6MTcyNjIwNjQxOH0.S55B2TqFYaoWOhIk0tXltmkhhe7XdvzPoLeQxRy1hd4\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2NDE4LCJleHAiOjE3MjYyMDczMTgsImlhdCI6MTcyNjIwNjQxOH0.vMTANBts0SzB_5pkUDjr9BVrvijqRBb61nl6kaTl4_0\"}"} 2024-09-13 11:16:58.306 +05:30 3aeb75f7-05e5-42d6-af5a-942f53e3a7b1 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 876 application/json; charset=utf-8 38.969ms 2024-09-13 11:18:24.407 +05:30 452cf1ec-ece1-494f-93bd-f92beebcfd55 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json-patch+json 99 2024-09-13 11:18:24.410 +05:30 452cf1ec-ece1-494f-93bd-f92beebcfd55 INF HTTP request: Path: /login/login QueryString: Headers: {Accept: */*}, {Accept-Encoding: gzip, deflate, br}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 99}, {Content-Type: application/json-patch+json}, {Host: 103.120.178.195}, {User-Agent: PostmanRuntime/7.42.0}, {Postman-Token: 0393a09d-d48d-4d74-8809-a72f98f637d1} Host: 103.120.178.195 Body: { "loginName": "TestUser1", "password": "TestUser1", "entityId": 7, "channelId": 2 } 2024-09-13 11:18:24.411 +05:30 6fcdae38-30cb-4c81-9080-938c91218779 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 11:18:24.412 +05:30 6fcdae38-30cb-4c81-9080-938c91218779 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 11:18:24.455 +05:30 6fcdae38-30cb-4c81-9080-938c91218779 INF Database retrieved 2024-09-13 11:18:24.596 +05:30 6fcdae38-30cb-4c81-9080-938c91218779 INF Token generated 2024-09-13 11:18:24.597 +05:30 6fcdae38-30cb-4c81-9080-938c91218779 INF Token generated 2024-09-13 11:18:24.597 +05:30 6fcdae38-30cb-4c81-9080-938c91218779 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:18:24.598 +05:30 6fcdae38-30cb-4c81-9080-938c91218779 INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 185.7295ms 2024-09-13 11:18:24.598 +05:30 6fcdae38-30cb-4c81-9080-938c91218779 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 11:18:24.598 +05:30 6fcdae38-30cb-4c81-9080-938c91218779 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 452cf1ec-ece1-494f-93bd-f92beebcfd55}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 898} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIxIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjEiLCJuYW1laWQiOiI0IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMDY1MDQsImV4cCI6MTcyNjIwNzEwNCwiaWF0IjoxNzI2MjA2NTA0fQ.z2m3Dri_pe1vdt2WYC9WRqTJPeUwKgedtDUFnvlTtLg\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIxIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjEiLCJuYW1laWQiOiI0IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMDY1MDQsImV4cCI6MTcyNjIwNzQwNCwiaWF0IjoxNzI2MjA2NTA0fQ.0LzcW_VkQDbdd-fqaRQCmkS8rd81Ldx-x9_raCrv3Qg\"}"} 2024-09-13 11:18:24.598 +05:30 6fcdae38-30cb-4c81-9080-938c91218779 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 898 application/json; charset=utf-8 191.7199ms 2024-09-13 11:19:54.876 +05:30 f5397fc1-123f-4f75-a9d6-34aa28b739c8 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 11:19:54.877 +05:30 f5397fc1-123f-4f75-a9d6-34aa28b739c8 INF CORS policy execution successful. 2024-09-13 11:19:54.878 +05:30 f5397fc1-123f-4f75-a9d6-34aa28b739c8 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 2.5411ms 2024-09-13 11:19:54.929 +05:30 176cde28-7f48-435b-8150-4137fb06d502 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 11:19:54.934 +05:30 176cde28-7f48-435b-8150-4137fb06d502 INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/13/2024 5:44:10 AM', Current time (UTC): '9/13/2024 5:49:54 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-13 11:19:54.938 +05:30 176cde28-7f48-435b-8150-4137fb06d502 INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/13/2024 5:44:10 AM', Current time (UTC): '9/13/2024 5:49:54 AM'. 2024-09-13 11:19:54.938 +05:30 176cde28-7f48-435b-8150-4137fb06d502 INF CORS policy execution successful. 2024-09-13 11:19:54.939 +05:30 176cde28-7f48-435b-8150-4137fb06d502 INF HTTP request: Path: /profile/getprofilesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDYyNTAsImlhdCI6MTcyNjIwNTY1MH0.oBJKvACWCYExhKYWz0M3a1Ws52RP8AkM_xnqwWarImM}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:19:54.941 +05:30 c5cb4a6c-ffdd-4120-828a-acd41e281281 INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-13 11:19:54.941 +05:30 c5cb4a6c-ffdd-4120-828a-acd41e281281 INF AuthenticationScheme: Bearer was challenged. 2024-09-13 11:19:54.941 +05:30 c5cb4a6c-ffdd-4120-828a-acd41e281281 INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: 176cde28-7f48-435b-8150-4137fb06d502}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/13/2024 05:44:10'"} Body: 2024-09-13 11:19:54.942 +05:30 c5cb4a6c-ffdd-4120-828a-acd41e281281 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 401 null null 13.0186ms 2024-09-13 11:19:55.033 +05:30 171c659a-689c-463b-b77c-7acbdcf79f54 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDY1NTAsImlhdCI6MTcyNjIwNTY1MH0.yDm7HFKYFqSpFDMi6Ar_O4Odxb0NZhYTRhFVoygDnv4 - null null 2024-09-13 11:19:55.033 +05:30 171c659a-689c-463b-b77c-7acbdcf79f54 INF CORS policy execution successful. 2024-09-13 11:19:55.034 +05:30 171c659a-689c-463b-b77c-7acbdcf79f54 INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDY1NTAsImlhdCI6MTcyNjIwNTY1MH0.yDm7HFKYFqSpFDMi6Ar_O4Odxb0NZhYTRhFVoygDnv4 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:19:55.034 +05:30 ae56cd93-8c3e-4f3a-aec1-96070a405648 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:19:55.034 +05:30 ae56cd93-8c3e-4f3a-aec1-96070a405648 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 11:19:55.037 +05:30 ae56cd93-8c3e-4f3a-aec1-96070a405648 INF Executing BadRequestObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:19:55.038 +05:30 ae56cd93-8c3e-4f3a-aec1-96070a405648 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 3.0784ms 2024-09-13 11:19:55.038 +05:30 ae56cd93-8c3e-4f3a-aec1-96070a405648 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:19:55.038 +05:30 ae56cd93-8c3e-4f3a-aec1-96070a405648 INF HTTP Response: StatusCode: 400 Headers: {X-Correlation-Id: 171c659a-689c-463b-b77c-7acbdcf79f54}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 90} Body: {"status":"Failure","statusCode":4000,"message":"Refresh token has expired","result":null} 2024-09-13 11:19:55.038 +05:30 ae56cd93-8c3e-4f3a-aec1-96070a405648 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDY1NTAsImlhdCI6MTcyNjIwNTY1MH0.yDm7HFKYFqSpFDMi6Ar_O4Odxb0NZhYTRhFVoygDnv4 - 400 90 application/json; charset=utf-8 4.9567ms 2024-09-13 11:19:55.083 +05:30 99746766-3603-48fa-92bd-e5d33504fe11 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDY1NTAsImlhdCI6MTcyNjIwNTY1MH0.yDm7HFKYFqSpFDMi6Ar_O4Odxb0NZhYTRhFVoygDnv4 - null null 2024-09-13 11:19:55.083 +05:30 99746766-3603-48fa-92bd-e5d33504fe11 INF CORS policy execution successful. 2024-09-13 11:19:55.083 +05:30 99746766-3603-48fa-92bd-e5d33504fe11 INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDY1NTAsImlhdCI6MTcyNjIwNTY1MH0.yDm7HFKYFqSpFDMi6Ar_O4Odxb0NZhYTRhFVoygDnv4 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:19:55.083 +05:30 3cd7e0b7-6809-4600-b5ea-6b408b4a6dce INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:19:55.083 +05:30 3cd7e0b7-6809-4600-b5ea-6b408b4a6dce INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 11:19:55.084 +05:30 3cd7e0b7-6809-4600-b5ea-6b408b4a6dce INF Executing BadRequestObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:19:55.084 +05:30 3cd7e0b7-6809-4600-b5ea-6b408b4a6dce INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 0.9471ms 2024-09-13 11:19:55.084 +05:30 3cd7e0b7-6809-4600-b5ea-6b408b4a6dce INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:19:55.084 +05:30 3cd7e0b7-6809-4600-b5ea-6b408b4a6dce INF HTTP Response: StatusCode: 400 Headers: {X-Correlation-Id: 99746766-3603-48fa-92bd-e5d33504fe11}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 90} Body: {"status":"Failure","statusCode":4000,"message":"Refresh token has expired","result":null} 2024-09-13 11:19:55.085 +05:30 3cd7e0b7-6809-4600-b5ea-6b408b4a6dce INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA1NjUwLCJleHAiOjE3MjYyMDY1NTAsImlhdCI6MTcyNjIwNTY1MH0.yDm7HFKYFqSpFDMi6Ar_O4Odxb0NZhYTRhFVoygDnv4 - 400 90 application/json; charset=utf-8 2.1082ms 2024-09-13 11:20:00.254 +05:30 2d98aa21-7baa-48e0-b57b-e71b4b739b14 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=Steffy - null null 2024-09-13 11:20:00.254 +05:30 2d98aa21-7baa-48e0-b57b-e71b4b739b14 INF CORS policy execution successful. 2024-09-13 11:20:00.254 +05:30 2d98aa21-7baa-48e0-b57b-e71b4b739b14 INF HTTP request: Path: /login/getcompany QueryString: ?userName=Steffy Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:20:00.255 +05:30 079f25bf-d600-478a-9ead-8aaeaf02c93c INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 11:20:00.255 +05:30 079f25bf-d600-478a-9ead-8aaeaf02c93c INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 11:20:00.288 +05:30 079f25bf-d600-478a-9ead-8aaeaf02c93c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:20:00.288 +05:30 079f25bf-d600-478a-9ead-8aaeaf02c93c INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 33.5251ms 2024-09-13 11:20:00.289 +05:30 079f25bf-d600-478a-9ead-8aaeaf02c93c INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 11:20:00.289 +05:30 079f25bf-d600-478a-9ead-8aaeaf02c93c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 2d98aa21-7baa-48e0-b57b-e71b4b739b14}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 179} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"},{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 11:20:00.289 +05:30 079f25bf-d600-478a-9ead-8aaeaf02c93c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=Steffy - 200 179 application/json; charset=utf-8 35.401ms 2024-09-13 11:20:03.964 +05:30 f0d1b40e-1f8c-43c0-940c-aac1ebaedffe INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 11:20:03.964 +05:30 f0d1b40e-1f8c-43c0-940c-aac1ebaedffe INF CORS policy execution successful. 2024-09-13 11:20:03.964 +05:30 f0d1b40e-1f8c-43c0-940c-aac1ebaedffe INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 0.6665ms 2024-09-13 11:20:04.010 +05:30 4bba8ac3-93cc-499b-9c9e-bde3f4210180 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 113 2024-09-13 11:20:04.011 +05:30 4bba8ac3-93cc-499b-9c9e-bde3f4210180 INF CORS policy execution successful. 2024-09-13 11:20:04.011 +05:30 4bba8ac3-93cc-499b-9c9e-bde3f4210180 INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Content-Length: 113}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"Steffy","password":"1Cq38fb1YqVqkFchNqRfJg==","entityId":8,"Company Name":"Entity10"} 2024-09-13 11:20:04.011 +05:30 e809374a-0bd9-4635-bd24-61e69f7dd202 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 11:20:04.011 +05:30 e809374a-0bd9-4635-bd24-61e69f7dd202 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 11:20:04.033 +05:30 e809374a-0bd9-4635-bd24-61e69f7dd202 INF Database retrieved 2024-09-13 11:20:04.062 +05:30 e809374a-0bd9-4635-bd24-61e69f7dd202 INF Token generated 2024-09-13 11:20:04.063 +05:30 e809374a-0bd9-4635-bd24-61e69f7dd202 INF Token generated 2024-09-13 11:20:04.063 +05:30 e809374a-0bd9-4635-bd24-61e69f7dd202 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:20:04.064 +05:30 e809374a-0bd9-4635-bd24-61e69f7dd202 INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 52.0241ms 2024-09-13 11:20:04.064 +05:30 e809374a-0bd9-4635-bd24-61e69f7dd202 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 11:20:04.064 +05:30 e809374a-0bd9-4635-bd24-61e69f7dd202 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4bba8ac3-93cc-499b-9c9e-bde3f4210180}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 884} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2NjA0LCJleHAiOjE3MjYyMDcyMDQsImlhdCI6MTcyNjIwNjYwNH0.8ffxRZpgKmfDdGHHmKm4oM_LJiFjEp-VnkvNufGlNl4\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2NjA0LCJleHAiOjE3MjYyMDc1MDQsImlhdCI6MTcyNjIwNjYwNH0.i04rArhxODXZy3jDzmR8vaVg0KSlN2r-eydixd6AGmk\"}"} 2024-09-13 11:20:04.064 +05:30 e809374a-0bd9-4635-bd24-61e69f7dd202 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 884 application/json; charset=utf-8 54.0708ms 2024-09-13 11:20:11.097 +05:30 736c9a75-4127-402a-91db-130e6c5631da INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - null null 2024-09-13 11:20:11.097 +05:30 736c9a75-4127-402a-91db-130e6c5631da INF CORS policy execution successful. 2024-09-13 11:20:11.097 +05:30 736c9a75-4127-402a-91db-130e6c5631da INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - 204 null null 0.5433ms 2024-09-13 11:20:11.152 +05:30 8c33f9ad-318a-4059-b03f-c5ad262cf031 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - null null 2024-09-13 11:20:11.153 +05:30 8c33f9ad-318a-4059-b03f-c5ad262cf031 INF CORS policy execution successful. 2024-09-13 11:20:11.153 +05:30 8c33f9ad-318a-4059-b03f-c5ad262cf031 INF HTTP request: Path: /role/getrolesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=10&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2NjA0LCJleHAiOjE3MjYyMDcyMDQsImlhdCI6MTcyNjIwNjYwNH0.8ffxRZpgKmfDdGHHmKm4oM_LJiFjEp-VnkvNufGlNl4}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:20:11.153 +05:30 3092394b-16e0-49ea-acac-9a632f94d43d INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api)' 2024-09-13 11:20:11.153 +05:30 3092394b-16e0-49ea-acac-9a632f94d43d INF Route matched with {action = "GetRoleSummary", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetRoleSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 11:20:11.171 +05:30 3092394b-16e0-49ea-acac-9a632f94d43d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:20:11.171 +05:30 3092394b-16e0-49ea-acac-9a632f94d43d INF Executed action Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api) in 17.5568ms 2024-09-13 11:20:11.171 +05:30 3092394b-16e0-49ea-acac-9a632f94d43d INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api)' 2024-09-13 11:20:11.171 +05:30 3092394b-16e0-49ea-acac-9a632f94d43d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8c33f9ad-318a-4059-b03f-c5ad262cf031}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 748} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":6,\"Name\":\"Test_Steffy_Role2\",\"CreatedOn\":\"2024-09-13T05:06:43.77\",\"ModifiedOn\":null},{\"IId\":5,\"Name\":\"Test_Steffy_Role\",\"CreatedOn\":\"2024-09-12T03:58:56.8\",\"ModifiedOn\":\"09/13/2024 04:08:01\"},{\"IId\":4,\"Name\":\"testRole1109\",\"CreatedOn\":\"2024-09-11T09:06:42.577\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:43:19.69\",\"ModifiedOn\":null},{\"IId\":2,\"Name\":\"Test Goklu\",\"CreatedOn\":\"2024-09-11T08:42:20.61\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"TestRole\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":6,\"TotalPages\":1}]}"} 2024-09-13 11:20:11.172 +05:30 3092394b-16e0-49ea-acac-9a632f94d43d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - 200 748 application/json; charset=utf-8 19.3244ms 2024-09-13 11:20:14.625 +05:30 2a2a3148-aa71-4817-b1e1-1435b4b21430 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getactiveprofiles - null null 2024-09-13 11:20:14.625 +05:30 5bbf8125-23d9-48e3-ad0d-6282d7247956 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getroledetails?roleId=6 - null null 2024-09-13 11:20:14.625 +05:30 2a2a3148-aa71-4817-b1e1-1435b4b21430 INF CORS policy execution successful. 2024-09-13 11:20:14.625 +05:30 5bbf8125-23d9-48e3-ad0d-6282d7247956 INF CORS policy execution successful. 2024-09-13 11:20:14.626 +05:30 2a2a3148-aa71-4817-b1e1-1435b4b21430 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getactiveprofiles - 204 null null 0.5142ms 2024-09-13 11:20:14.626 +05:30 5bbf8125-23d9-48e3-ad0d-6282d7247956 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getroledetails?roleId=6 - 204 null null 0.5176ms 2024-09-13 11:20:14.904 +05:30 d90adbfb-32d9-4610-8745-ccafee1a2aa7 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getactiveprofiles - null null 2024-09-13 11:20:14.904 +05:30 49f7b765-291e-4859-a494-644eae4a1018 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getroledetails?roleId=6 - null null 2024-09-13 11:20:14.904 +05:30 d90adbfb-32d9-4610-8745-ccafee1a2aa7 INF CORS policy execution successful. 2024-09-13 11:20:14.904 +05:30 49f7b765-291e-4859-a494-644eae4a1018 INF CORS policy execution successful. 2024-09-13 11:20:14.904 +05:30 49f7b765-291e-4859-a494-644eae4a1018 INF HTTP request: Path: /role/getroledetails QueryString: ?roleId=6 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2NjA0LCJleHAiOjE3MjYyMDcyMDQsImlhdCI6MTcyNjIwNjYwNH0.8ffxRZpgKmfDdGHHmKm4oM_LJiFjEp-VnkvNufGlNl4}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:20:14.904 +05:30 d90adbfb-32d9-4610-8745-ccafee1a2aa7 INF HTTP request: Path: /profile/getactiveprofiles QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2NjA0LCJleHAiOjE3MjYyMDcyMDQsImlhdCI6MTcyNjIwNjYwNH0.8ffxRZpgKmfDdGHHmKm4oM_LJiFjEp-VnkvNufGlNl4}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:20:14.905 +05:30 b66e5b90-a9dd-46da-9e33-cb10b2a8586f INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetActiveProfile (Sang.Security.Api)' 2024-09-13 11:20:14.905 +05:30 b66e5b90-a9dd-46da-9e33-cb10b2a8586f INF Route matched with {action = "GetActiveProfile", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetActiveProfile() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:20:14.905 +05:30 f922aeae-d9c4-429b-ab9d-8082e20d9fcc INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleDetails (Sang.Security.Api)' 2024-09-13 11:20:14.913 +05:30 5e639673-2fa6-4142-87c7-d5076fe3351f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicylist?type=1&searchString= - null null 2024-09-13 11:20:14.913 +05:30 5e639673-2fa6-4142-87c7-d5076fe3351f INF CORS policy execution successful. 2024-09-13 11:20:14.914 +05:30 5e639673-2fa6-4142-87c7-d5076fe3351f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicylist?type=1&searchString= - 204 null null 0.6251ms 2024-09-13 11:20:14.916 +05:30 b0f0ef68-ffd9-4e02-ab91-3e0e96adbe6d INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolegrouplist?type=1&searchString= - null null 2024-09-13 11:20:14.916 +05:30 b0f0ef68-ffd9-4e02-ab91-3e0e96adbe6d INF CORS policy execution successful. 2024-09-13 11:20:14.916 +05:30 b0f0ef68-ffd9-4e02-ab91-3e0e96adbe6d INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolegrouplist?type=1&searchString= - 204 null null 0.3105ms 2024-09-13 11:20:14.917 +05:30 f922aeae-d9c4-429b-ab9d-8082e20d9fcc INF Route matched with {action = "GetRoleDetails", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetRoleDetails(Int32) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 11:20:14.922 +05:30 b66e5b90-a9dd-46da-9e33-cb10b2a8586f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:20:14.922 +05:30 b66e5b90-a9dd-46da-9e33-cb10b2a8586f INF Executed action Sang.Security.Api.Controllers.ProfileController.GetActiveProfile (Sang.Security.Api) in 16.6477ms 2024-09-13 11:20:14.922 +05:30 b66e5b90-a9dd-46da-9e33-cb10b2a8586f INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetActiveProfile (Sang.Security.Api)' 2024-09-13 11:20:14.922 +05:30 b66e5b90-a9dd-46da-9e33-cb10b2a8586f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d90adbfb-32d9-4610-8745-ccafee1a2aa7}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 456} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ProfileId\":7,\"ProfileName\":\"Steffy_Test\"},{\"ProfileId\":6,\"ProfileName\":\"Test_Steffy_Profile2\"},{\"ProfileId\":5,\"ProfileName\":\"Test_Steffy_Profile\"},{\"ProfileId\":4,\"ProfileName\":\"testProfile\"},{\"ProfileId\":3,\"ProfileName\":\"dipin\"},{\"ProfileId\":2,\"ProfileName\":\"Test Gokul\"},{\"ProfileId\":1,\"ProfileName\":\"FullAccess\"}]"} 2024-09-13 11:20:14.922 +05:30 b66e5b90-a9dd-46da-9e33-cb10b2a8586f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getactiveprofiles - 200 456 application/json; charset=utf-8 18.7146ms 2024-09-13 11:20:14.946 +05:30 f922aeae-d9c4-429b-ab9d-8082e20d9fcc INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:20:14.946 +05:30 f922aeae-d9c4-429b-ab9d-8082e20d9fcc INF Executed action Sang.Security.Api.Controllers.RoleController.GetRoleDetails (Sang.Security.Api) in 29.3029ms 2024-09-13 11:20:14.946 +05:30 f922aeae-d9c4-429b-ab9d-8082e20d9fcc INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleDetails (Sang.Security.Api)' 2024-09-13 11:20:14.946 +05:30 f922aeae-d9c4-429b-ab9d-8082e20d9fcc INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 49f7b765-291e-4859-a494-644eae4a1018}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 922} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"RoleDetails\":[{\"RoleID\":6,\"RoleName\":\"Test_Steffy_Role2\",\"PasswordPolicyID\":19,\"PasswordPolicyName\":\"Policy1\",\"IsGroup\":false,\"ParentRoleID\":0,\"ParentRoleName\":\" \"}],\"RestrictionsAdded\":[],\"RestrictionsExcluded\":[],\"AssignedProfiles\":[{\"ProfileId\":5,\"ProfileName\":\"Test_Steffy_Profile\"}],\"EntryRestrictionDetails\":[],\"TransactionRights\":[{\"CannotAddAfter\":0,\"CannotEditAfter\":0,\"CannotEditAfterDaysOfMonth\":0,\"CannotAddFutureTransactions\":false,\"BudgetLimitWarning\":0,\"CreditLimitWarning\":0,\"NegativeStockCheck\":0,\"NegativeCashCheck\":0,\"AllowBillWiseAccounting\":false,\"CannotAddPreviousEntries\":0,\"NoCustomize\":false,\"CannotPrintAfterValue\":0,\"CannotPrintAfterOption\":0,\"CannotRePrintAfterValue\":0,\"CannotRePrintAfterOption\":0,\"NoBatchCustomize\":false}]}"} 2024-09-13 11:20:14.946 +05:30 f922aeae-d9c4-429b-ab9d-8082e20d9fcc INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getroledetails?roleId=6 - 200 922 application/json; charset=utf-8 42.6926ms 2024-09-13 11:20:14.965 +05:30 63463acb-6ea0-4962-91c8-841eb73fd54f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolegrouplist?type=1&searchString= - null null 2024-09-13 11:20:14.965 +05:30 63463acb-6ea0-4962-91c8-841eb73fd54f INF CORS policy execution successful. 2024-09-13 11:20:14.965 +05:30 63463acb-6ea0-4962-91c8-841eb73fd54f INF HTTP request: Path: /role/getrolegrouplist QueryString: ?type=1&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2NjA0LCJleHAiOjE3MjYyMDcyMDQsImlhdCI6MTcyNjIwNjYwNH0.8ffxRZpgKmfDdGHHmKm4oM_LJiFjEp-VnkvNufGlNl4}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:20:14.965 +05:30 0b6cbe09-07d0-426f-8186-cd9dd60cf320 INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleGroupList (Sang.Security.Api)' 2024-09-13 11:20:14.966 +05:30 0b6cbe09-07d0-426f-8186-cd9dd60cf320 INF Route matched with {action = "GetRoleGroupList", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetRoleGroupList(System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 11:20:14.966 +05:30 4137b48a-5606-4ec2-9cb9-77d1ad9ead35 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicylist?type=1&searchString= - null null 2024-09-13 11:20:14.967 +05:30 4137b48a-5606-4ec2-9cb9-77d1ad9ead35 INF CORS policy execution successful. 2024-09-13 11:20:14.967 +05:30 4137b48a-5606-4ec2-9cb9-77d1ad9ead35 INF HTTP request: Path: /passwordpolicy/getpasswordpolicylist QueryString: ?type=1&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2NjA0LCJleHAiOjE3MjYyMDcyMDQsImlhdCI6MTcyNjIwNjYwNH0.8ffxRZpgKmfDdGHHmKm4oM_LJiFjEp-VnkvNufGlNl4}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:20:14.967 +05:30 67c60a04-2642-4a64-8921-b43f56290e9f INF Executing endpoint 'Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyList (Sang.Security.Api)' 2024-09-13 11:20:14.967 +05:30 67c60a04-2642-4a64-8921-b43f56290e9f INF Route matched with {action = "GetPasswordPolicyList", controller = "PasswordPolicy"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPasswordPolicyList(System.String) on controller Sang.Security.Api.Controllers.PasswordPolicyController (Sang.Security.Api). 2024-09-13 11:20:14.975 +05:30 0b6cbe09-07d0-426f-8186-cd9dd60cf320 INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:20:14.975 +05:30 0b6cbe09-07d0-426f-8186-cd9dd60cf320 INF Executed action Sang.Security.Api.Controllers.RoleController.GetRoleGroupList (Sang.Security.Api) in 9.6274ms 2024-09-13 11:20:14.976 +05:30 0b6cbe09-07d0-426f-8186-cd9dd60cf320 INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleGroupList (Sang.Security.Api)' 2024-09-13 11:20:14.976 +05:30 0b6cbe09-07d0-426f-8186-cd9dd60cf320 INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: 63463acb-6ea0-4962-91c8-841eb73fd54f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 84} Body: {"status":"Failure","statusCode":3001,"message":"Record(s) Not Found","result":null} 2024-09-13 11:20:14.976 +05:30 0b6cbe09-07d0-426f-8186-cd9dd60cf320 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolegrouplist?type=1&searchString= - 404 84 application/json; charset=utf-8 11.3593ms 2024-09-13 11:20:14.988 +05:30 67c60a04-2642-4a64-8921-b43f56290e9f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:20:14.989 +05:30 67c60a04-2642-4a64-8921-b43f56290e9f INF Executed action Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyList (Sang.Security.Api) in 21.2829ms 2024-09-13 11:20:14.989 +05:30 67c60a04-2642-4a64-8921-b43f56290e9f INF Executed endpoint 'Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyList (Sang.Security.Api)' 2024-09-13 11:20:14.989 +05:30 67c60a04-2642-4a64-8921-b43f56290e9f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4137b48a-5606-4ec2-9cb9-77d1ad9ead35}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 128} Body: {"status":"Success","statusCode":2000,"message":"Password Policy List retrieved.","result":"[{\"Id\":19,\"Name\":\"Policy1\"}]"} 2024-09-13 11:20:14.989 +05:30 67c60a04-2642-4a64-8921-b43f56290e9f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicylist?type=1&searchString= - 200 128 application/json; charset=utf-8 23.0143ms 2024-09-13 11:20:15.396 +05:30 a2a0cf74-a026-489d-a3a2-6ba306bfd3e1 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicylist?type=1&searchString=Policy1 - null null 2024-09-13 11:20:15.396 +05:30 a2a0cf74-a026-489d-a3a2-6ba306bfd3e1 INF CORS policy execution successful. 2024-09-13 11:20:15.397 +05:30 a2a0cf74-a026-489d-a3a2-6ba306bfd3e1 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicylist?type=1&searchString=Policy1 - 204 null null 0.7803ms 2024-09-13 11:20:15.400 +05:30 31f8fae5-6124-4504-a81c-bcd964f5e608 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolegrouplist?type=1&searchString=+ - null null 2024-09-13 11:20:15.400 +05:30 31f8fae5-6124-4504-a81c-bcd964f5e608 INF CORS policy execution successful. 2024-09-13 11:20:15.401 +05:30 31f8fae5-6124-4504-a81c-bcd964f5e608 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolegrouplist?type=1&searchString=+ - 204 null null 1.01ms 2024-09-13 11:20:15.439 +05:30 c5a34503-97d2-4e7d-977b-0164f6bcc55d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicylist?type=1&searchString=Policy1 - null null 2024-09-13 11:20:15.440 +05:30 c5a34503-97d2-4e7d-977b-0164f6bcc55d INF CORS policy execution successful. 2024-09-13 11:20:15.440 +05:30 c5a34503-97d2-4e7d-977b-0164f6bcc55d INF HTTP request: Path: /passwordpolicy/getpasswordpolicylist QueryString: ?type=1&searchString=Policy1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2NjA0LCJleHAiOjE3MjYyMDcyMDQsImlhdCI6MTcyNjIwNjYwNH0.8ffxRZpgKmfDdGHHmKm4oM_LJiFjEp-VnkvNufGlNl4}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:20:15.441 +05:30 970d3fdc-32f3-4438-b572-a170b31bcfdb INF Executing endpoint 'Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyList (Sang.Security.Api)' 2024-09-13 11:20:15.441 +05:30 970d3fdc-32f3-4438-b572-a170b31bcfdb INF Route matched with {action = "GetPasswordPolicyList", controller = "PasswordPolicy"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPasswordPolicyList(System.String) on controller Sang.Security.Api.Controllers.PasswordPolicyController (Sang.Security.Api). 2024-09-13 11:20:15.453 +05:30 970d3fdc-32f3-4438-b572-a170b31bcfdb INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:20:15.453 +05:30 970d3fdc-32f3-4438-b572-a170b31bcfdb INF Executed action Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyList (Sang.Security.Api) in 12.7254ms 2024-09-13 11:20:15.454 +05:30 970d3fdc-32f3-4438-b572-a170b31bcfdb INF Executed endpoint 'Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyList (Sang.Security.Api)' 2024-09-13 11:20:15.454 +05:30 970d3fdc-32f3-4438-b572-a170b31bcfdb INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c5a34503-97d2-4e7d-977b-0164f6bcc55d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 128} Body: {"status":"Success","statusCode":2000,"message":"Password Policy List retrieved.","result":"[{\"Id\":19,\"Name\":\"Policy1\"}]"} 2024-09-13 11:20:15.454 +05:30 970d3fdc-32f3-4438-b572-a170b31bcfdb INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicylist?type=1&searchString=Policy1 - 200 128 application/json; charset=utf-8 14.7794ms 2024-09-13 11:20:15.456 +05:30 e69942b6-e8c7-4371-a23a-c4d33576ec69 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolegrouplist?type=1&searchString=+ - null null 2024-09-13 11:20:15.457 +05:30 e69942b6-e8c7-4371-a23a-c4d33576ec69 INF CORS policy execution successful. 2024-09-13 11:20:15.457 +05:30 e69942b6-e8c7-4371-a23a-c4d33576ec69 INF HTTP request: Path: /role/getrolegrouplist QueryString: ?type=1&searchString=+ Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2NjA0LCJleHAiOjE3MjYyMDcyMDQsImlhdCI6MTcyNjIwNjYwNH0.8ffxRZpgKmfDdGHHmKm4oM_LJiFjEp-VnkvNufGlNl4}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:20:15.457 +05:30 7f5b2062-fffd-452e-94c9-0b4238985b71 INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleGroupList (Sang.Security.Api)' 2024-09-13 11:20:15.458 +05:30 7f5b2062-fffd-452e-94c9-0b4238985b71 INF Route matched with {action = "GetRoleGroupList", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetRoleGroupList(System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 11:20:15.471 +05:30 7f5b2062-fffd-452e-94c9-0b4238985b71 INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:20:15.471 +05:30 7f5b2062-fffd-452e-94c9-0b4238985b71 INF Executed action Sang.Security.Api.Controllers.RoleController.GetRoleGroupList (Sang.Security.Api) in 13.7076ms 2024-09-13 11:20:15.472 +05:30 7f5b2062-fffd-452e-94c9-0b4238985b71 INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleGroupList (Sang.Security.Api)' 2024-09-13 11:20:15.472 +05:30 7f5b2062-fffd-452e-94c9-0b4238985b71 INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: e69942b6-e8c7-4371-a23a-c4d33576ec69}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 84} Body: {"status":"Failure","statusCode":3001,"message":"Record(s) Not Found","result":null} 2024-09-13 11:20:15.472 +05:30 7f5b2062-fffd-452e-94c9-0b4238985b71 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolegrouplist?type=1&searchString=+ - 404 84 application/json; charset=utf-8 16.2019ms 2024-09-13 11:20:20.474 +05:30 e4912a1c-4817-40b6-b69b-77f86646d7ed INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getusersonrole?roleId=6 - null null 2024-09-13 11:20:20.474 +05:30 e4912a1c-4817-40b6-b69b-77f86646d7ed INF CORS policy execution successful. 2024-09-13 11:20:20.475 +05:30 e4912a1c-4817-40b6-b69b-77f86646d7ed INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getusersonrole?roleId=6 - 204 null null 0.7282ms 2024-09-13 11:20:20.524 +05:30 51adf5c5-998d-48a8-8ece-93f4c6f01d8c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getusersonrole?roleId=6 - null null 2024-09-13 11:20:20.524 +05:30 51adf5c5-998d-48a8-8ece-93f4c6f01d8c INF CORS policy execution successful. 2024-09-13 11:20:20.525 +05:30 51adf5c5-998d-48a8-8ece-93f4c6f01d8c INF HTTP request: Path: /role/getusersonrole QueryString: ?roleId=6 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2NjA0LCJleHAiOjE3MjYyMDcyMDQsImlhdCI6MTcyNjIwNjYwNH0.8ffxRZpgKmfDdGHHmKm4oM_LJiFjEp-VnkvNufGlNl4}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:20:20.525 +05:30 e04660b3-806a-4ef8-80e8-bebe6f5e5002 INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetUsersOnRole (Sang.Security.Api)' 2024-09-13 11:20:20.530 +05:30 e04660b3-806a-4ef8-80e8-bebe6f5e5002 INF Route matched with {action = "GetUsersOnRole", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetUsersOnRole(Int32) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 11:20:20.545 +05:30 e04660b3-806a-4ef8-80e8-bebe6f5e5002 INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:20:20.546 +05:30 e04660b3-806a-4ef8-80e8-bebe6f5e5002 INF Executed action Sang.Security.Api.Controllers.RoleController.GetUsersOnRole (Sang.Security.Api) in 15.6011ms 2024-09-13 11:20:20.546 +05:30 e04660b3-806a-4ef8-80e8-bebe6f5e5002 INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetUsersOnRole (Sang.Security.Api)' 2024-09-13 11:20:20.546 +05:30 e04660b3-806a-4ef8-80e8-bebe6f5e5002 INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: 51adf5c5-998d-48a8-8ece-93f4c6f01d8c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 102} Body: {"status":"Failure","statusCode":3001,"message":"No user is associated with this Role.","result":null} 2024-09-13 11:20:20.546 +05:30 e04660b3-806a-4ef8-80e8-bebe6f5e5002 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getusersonrole?roleId=6 - 404 102 application/json; charset=utf-8 22.2749ms 2024-09-13 11:20:46.483 +05:30 fe05d9e3-d647-4e99-abe0-99d91bb80e1e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 11:20:46.484 +05:30 fe05d9e3-d647-4e99-abe0-99d91bb80e1e INF CORS policy execution successful. 2024-09-13 11:20:46.485 +05:30 fe05d9e3-d647-4e99-abe0-99d91bb80e1e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 1.6261ms 2024-09-13 11:20:46.539 +05:30 f3443bda-2177-4d81-8462-4d9619674424 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 11:20:46.541 +05:30 f3443bda-2177-4d81-8462-4d9619674424 INF CORS policy execution successful. 2024-09-13 11:20:46.542 +05:30 f3443bda-2177-4d81-8462-4d9619674424 INF HTTP request: Path: /profile/getprofilesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2NjA0LCJleHAiOjE3MjYyMDcyMDQsImlhdCI6MTcyNjIwNjYwNH0.8ffxRZpgKmfDdGHHmKm4oM_LJiFjEp-VnkvNufGlNl4}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:20:46.543 +05:30 55611041-dd33-4e14-9f83-b353c708c3ab INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 11:20:46.543 +05:30 55611041-dd33-4e14-9f83-b353c708c3ab INF Route matched with {action = "GetProfileSummary", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:20:46.562 +05:30 55611041-dd33-4e14-9f83-b353c708c3ab INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:20:46.562 +05:30 55611041-dd33-4e14-9f83-b353c708c3ab INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api) in 19.0777ms 2024-09-13 11:20:46.562 +05:30 55611041-dd33-4e14-9f83-b353c708c3ab INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 11:20:46.563 +05:30 55611041-dd33-4e14-9f83-b353c708c3ab INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f3443bda-2177-4d81-8462-4d9619674424}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 897} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":7,\"Name\":\"Steffy_Test\",\"CreatedOn\":\"2024-09-13T05:37:46.903\",\"ModifiedOn\":null},{\"IId\":6,\"Name\":\"Test_Steffy_Profile2\",\"CreatedOn\":\"2024-09-12T12:00:29.167\",\"ModifiedOn\":\"09/13/2024 05:38:26\"},{\"IId\":5,\"Name\":\"Test_Steffy_Profile\",\"CreatedOn\":\"2024-09-12T03:49:55.283\",\"ModifiedOn\":\"09/12/2024 14:56:25\"},{\"IId\":4,\"Name\":\"testProfile\",\"CreatedOn\":\"2024-09-11T09:05:40.767\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:42:19.627\",\"ModifiedOn\":\"09/12/2024 05:35:34\"},{\"IId\":2,\"Name\":\"Test Gokul\",\"CreatedOn\":\"2024-09-11T08:41:24.593\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"FullAccess\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":7,\"TotalPages\":1}]}"} 2024-09-13 11:20:46.563 +05:30 55611041-dd33-4e14-9f83-b353c708c3ab INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 200 897 application/json; charset=utf-8 24.1852ms 2024-09-13 11:21:40.014 +05:30 7940027e-ce5e-4d23-aaaa-eb85aaab2603 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=6 - null null 2024-09-13 11:21:40.016 +05:30 7940027e-ce5e-4d23-aaaa-eb85aaab2603 INF CORS policy execution successful. 2024-09-13 11:21:40.017 +05:30 7940027e-ce5e-4d23-aaaa-eb85aaab2603 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=6 - 204 null null 3.1002ms 2024-09-13 11:21:40.060 +05:30 b5fb348f-ac78-4672-a011-08a7a659c4fe INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=6 - null null 2024-09-13 11:21:40.062 +05:30 b5fb348f-ac78-4672-a011-08a7a659c4fe INF CORS policy execution successful. 2024-09-13 11:21:40.063 +05:30 b5fb348f-ac78-4672-a011-08a7a659c4fe INF HTTP request: Path: /profile/getprofiledetails QueryString: ?profileId=6 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2NjA0LCJleHAiOjE3MjYyMDcyMDQsImlhdCI6MTcyNjIwNjYwNH0.8ffxRZpgKmfDdGHHmKm4oM_LJiFjEp-VnkvNufGlNl4}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:21:40.064 +05:30 96816c6e-a0a8-42a1-aab9-1884ce828182 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api)' 2024-09-13 11:21:40.064 +05:30 96816c6e-a0a8-42a1-aab9-1884ce828182 INF Route matched with {action = "GetProfileDetails", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileDetails(Int32) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:21:40.110 +05:30 96816c6e-a0a8-42a1-aab9-1884ce828182 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:21:40.111 +05:30 96816c6e-a0a8-42a1-aab9-1884ce828182 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api) in 46.5912ms 2024-09-13 11:21:40.111 +05:30 96816c6e-a0a8-42a1-aab9-1884ce828182 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api)' 2024-09-13 11:21:40.112 +05:30 96816c6e-a0a8-42a1-aab9-1884ce828182 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b5fb348f-ac78-4672-a011-08a7a659c4fe}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 19182} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"ProfileDetails\":[{\"ProfileId\":6,\"ProfileName\":\"Test_Steffy_Profile2\",\"BusinessEntity\":3,\"BusinessEntityName\":\"Entity3\",\"ParentId\":7,\"ParentName\":\"Steffy_Test\",\"Remarks\":\"Testing Purpose\"}],\"SelectedRestrictions\":[{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":7,\"MenuName\":\"Fixed Asset\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":8,\"MenuName\":\"Production\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":10,\"MenuName\":\"Quality Control\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":7,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":8,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":9,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":10,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":11,\"ActionName\":\"Excel \"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":12,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":22,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":13,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":14,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":15,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":16,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":17,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":18,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":19,\"ActionName\":\"EditUsersCreatedbyOthers\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":20,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":21,\"ActionName\":\"UnlockUser\"},{\"ProfileId\":6,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":26,\"ActionName\":\"DeleteUsersCreatedbyOthers\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":62,\"MenuName\":\"gokulww\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":6,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"}]}"} 2024-09-13 11:21:40.113 +05:30 96816c6e-a0a8-42a1-aab9-1884ce828182 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=6 - 200 19182 application/json; charset=utf-8 52.6868ms 2024-09-13 11:21:40.309 +05:30 d903f853-c798-479f-b364-9b3190423ec3 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 11:21:40.310 +05:30 d903f853-c798-479f-b364-9b3190423ec3 INF CORS policy execution successful. 2024-09-13 11:21:40.310 +05:30 d903f853-c798-479f-b364-9b3190423ec3 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 204 null null 0.6703ms 2024-09-13 11:21:40.355 +05:30 14a4e1ae-023d-4515-a3d9-4c6458446e26 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 11:21:40.356 +05:30 14a4e1ae-023d-4515-a3d9-4c6458446e26 INF CORS policy execution successful. 2024-09-13 11:21:40.356 +05:30 14a4e1ae-023d-4515-a3d9-4c6458446e26 INF HTTP request: Path: /profile/getprofilegroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2NjA0LCJleHAiOjE3MjYyMDcyMDQsImlhdCI6MTcyNjIwNjYwNH0.8ffxRZpgKmfDdGHHmKm4oM_LJiFjEp-VnkvNufGlNl4}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:21:40.356 +05:30 1da55471-191d-410b-b00a-c7918bc0aadc INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 11:21:40.356 +05:30 1da55471-191d-410b-b00a-c7918bc0aadc INF Route matched with {action = "GetProfileGroups", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileGroups() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:21:40.363 +05:30 1da55471-191d-410b-b00a-c7918bc0aadc INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:21:40.363 +05:30 1da55471-191d-410b-b00a-c7918bc0aadc INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api) in 7.0362ms 2024-09-13 11:21:40.364 +05:30 1da55471-191d-410b-b00a-c7918bc0aadc INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 11:21:40.364 +05:30 1da55471-191d-410b-b00a-c7918bc0aadc INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 14a4e1ae-023d-4515-a3d9-4c6458446e26}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 168} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ProfileID\":7,\"ProfileName\":\"Steffy_Test\",\"GroupStatus\":true}]"} 2024-09-13 11:21:40.364 +05:30 1da55471-191d-410b-b00a-c7918bc0aadc INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 200 168 application/json; charset=utf-8 8.5514ms 2024-09-13 11:21:40.585 +05:30 b8aadb00-d2d1-4d04-94f6-faaf3595246b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 11:21:40.585 +05:30 b8aadb00-d2d1-4d04-94f6-faaf3595246b INF CORS policy execution successful. 2024-09-13 11:21:40.585 +05:30 b8aadb00-d2d1-4d04-94f6-faaf3595246b INF HTTP request: Path: /profile/getprofilegroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2NjA0LCJleHAiOjE3MjYyMDcyMDQsImlhdCI6MTcyNjIwNjYwNH0.8ffxRZpgKmfDdGHHmKm4oM_LJiFjEp-VnkvNufGlNl4}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:21:40.585 +05:30 0e0128b7-c5a2-4d55-9045-a4acca34e126 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 11:21:40.585 +05:30 0e0128b7-c5a2-4d55-9045-a4acca34e126 INF Route matched with {action = "GetProfileGroups", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileGroups() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:21:40.588 +05:30 0e0128b7-c5a2-4d55-9045-a4acca34e126 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:21:40.588 +05:30 0e0128b7-c5a2-4d55-9045-a4acca34e126 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api) in 2.8267ms 2024-09-13 11:21:40.589 +05:30 0e0128b7-c5a2-4d55-9045-a4acca34e126 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 11:21:40.589 +05:30 0e0128b7-c5a2-4d55-9045-a4acca34e126 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b8aadb00-d2d1-4d04-94f6-faaf3595246b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 168} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ProfileID\":7,\"ProfileName\":\"Steffy_Test\",\"GroupStatus\":true}]"} 2024-09-13 11:21:40.589 +05:30 0e0128b7-c5a2-4d55-9045-a4acca34e126 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 200 168 application/json; charset=utf-8 4.7821ms 2024-09-13 11:21:42.054 +05:30 f80fcb20-1a64-4358-a0be-01a6f1d55adb INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json-patch+json 99 2024-09-13 11:21:42.054 +05:30 f80fcb20-1a64-4358-a0be-01a6f1d55adb INF HTTP request: Path: /login/login QueryString: Headers: {Accept: */*}, {Accept-Encoding: gzip, deflate, br}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 99}, {Content-Type: application/json-patch+json}, {Host: 103.120.178.195}, {User-Agent: PostmanRuntime/7.42.0}, {Postman-Token: d417e18f-d359-4e97-aaaa-d87d5c3bbfe0} Host: 103.120.178.195 Body: { "loginName": "TestUser1", "password": "TestUser1", "entityId": 7, "channelId": 2 } 2024-09-13 11:21:42.055 +05:30 e2c0f613-74b8-4a1f-b722-b5941cadd90f INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 11:21:42.055 +05:30 e2c0f613-74b8-4a1f-b722-b5941cadd90f INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 11:21:42.070 +05:30 e2c0f613-74b8-4a1f-b722-b5941cadd90f INF Database retrieved 2024-09-13 11:21:42.089 +05:30 e2c0f613-74b8-4a1f-b722-b5941cadd90f INF Token generated 2024-09-13 11:21:42.089 +05:30 e2c0f613-74b8-4a1f-b722-b5941cadd90f INF Token generated 2024-09-13 11:21:42.089 +05:30 e2c0f613-74b8-4a1f-b722-b5941cadd90f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:21:42.089 +05:30 e2c0f613-74b8-4a1f-b722-b5941cadd90f INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 34.4817ms 2024-09-13 11:21:42.089 +05:30 e2c0f613-74b8-4a1f-b722-b5941cadd90f INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 11:21:42.089 +05:30 e2c0f613-74b8-4a1f-b722-b5941cadd90f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f80fcb20-1a64-4358-a0be-01a6f1d55adb}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 898} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIxIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjEiLCJuYW1laWQiOiI0IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMDY3MDIsImV4cCI6MTcyNjIwNzMwMiwiaWF0IjoxNzI2MjA2NzAyfQ.NlRQDq-ptWr_HDAeR8Z8cLNZ3xEcXE37n_9DjNrdEUA\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIxIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjEiLCJuYW1laWQiOiI0IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMDY3MDIsImV4cCI6MTcyNjIwNzYwMiwiaWF0IjoxNzI2MjA2NzAyfQ.RsnM-HrTwbeZkKqef46MhKG7UfYAzOfi5L20DSeVbU0\"}"} 2024-09-13 11:21:42.090 +05:30 e2c0f613-74b8-4a1f-b722-b5941cadd90f INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 898 application/json; charset=utf-8 35.9913ms 2024-09-13 11:21:44.034 +05:30 381b2594-72ae-4c18-86ce-1e299fdf9ae6 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/deleteprofile - null null 2024-09-13 11:21:44.035 +05:30 381b2594-72ae-4c18-86ce-1e299fdf9ae6 INF CORS policy execution successful. 2024-09-13 11:21:44.035 +05:30 381b2594-72ae-4c18-86ce-1e299fdf9ae6 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/deleteprofile - 204 null null 0.84ms 2024-09-13 11:21:44.080 +05:30 bdca424c-2aba-4474-9ba8-40907aa0f630 INF Request starting HTTP/1.1 DELETE http://103.120.178.195/SangSecurityAPI/profile/deleteprofile - application/json 10 2024-09-13 11:21:44.080 +05:30 bdca424c-2aba-4474-9ba8-40907aa0f630 INF CORS policy execution successful. 2024-09-13 11:21:44.080 +05:30 bdca424c-2aba-4474-9ba8-40907aa0f630 INF HTTP request: Path: /profile/deleteprofile QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2NjA0LCJleHAiOjE3MjYyMDcyMDQsImlhdCI6MTcyNjIwNjYwNH0.8ffxRZpgKmfDdGHHmKm4oM_LJiFjEp-VnkvNufGlNl4}, {Connection: keep-alive}, {Content-Length: 10}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: [{"id":6}] 2024-09-13 11:21:44.081 +05:30 5bab5af7-ca8d-442d-92c9-c03841726e9b INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.DeleteProfile (Sang.Security.Api)' 2024-09-13 11:21:44.081 +05:30 5bab5af7-ca8d-442d-92c9-c03841726e9b INF Route matched with {action = "DeleteProfile", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] DeleteProfile(System.Collections.Generic.List`1[Sang.Security.Api.Models.IdTableType]) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:21:44.152 +05:30 5bab5af7-ca8d-442d-92c9-c03841726e9b INF Executing ConflictObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:21:44.153 +05:30 5bab5af7-ca8d-442d-92c9-c03841726e9b INF Executed action Sang.Security.Api.Controllers.ProfileController.DeleteProfile (Sang.Security.Api) in 71.8137ms 2024-09-13 11:21:44.153 +05:30 5bab5af7-ca8d-442d-92c9-c03841726e9b INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.DeleteProfile (Sang.Security.Api)' 2024-09-13 11:21:44.153 +05:30 5bab5af7-ca8d-442d-92c9-c03841726e9b INF HTTP Response: StatusCode: 409 Headers: {X-Correlation-Id: bdca424c-2aba-4474-9ba8-40907aa0f630}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 113} Body: {"status":"Failure","statusCode":3002,"message":"Cannot delete profile(s) associated with a role.","result":null} 2024-09-13 11:21:44.153 +05:30 5bab5af7-ca8d-442d-92c9-c03841726e9b INF Request finished HTTP/1.1 DELETE http://103.120.178.195/SangSecurityAPI/profile/deleteprofile - 409 113 application/json; charset=utf-8 73.6091ms 2024-09-13 11:21:49.693 +05:30 b2aca62a-0212-4d17-a39c-103fe22ed543 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 11:21:49.694 +05:30 b2aca62a-0212-4d17-a39c-103fe22ed543 INF CORS policy execution successful. 2024-09-13 11:21:49.695 +05:30 b2aca62a-0212-4d17-a39c-103fe22ed543 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 1.3362ms 2024-09-13 11:21:49.822 +05:30 ce258040-5ab2-479a-8afa-9bf6f831c18e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 11:21:49.822 +05:30 ce258040-5ab2-479a-8afa-9bf6f831c18e INF CORS policy execution successful. 2024-09-13 11:21:49.823 +05:30 ce258040-5ab2-479a-8afa-9bf6f831c18e INF HTTP request: Path: /profile/getprofilesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2NjA0LCJleHAiOjE3MjYyMDcyMDQsImlhdCI6MTcyNjIwNjYwNH0.8ffxRZpgKmfDdGHHmKm4oM_LJiFjEp-VnkvNufGlNl4}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:21:49.823 +05:30 4350c7f8-5b17-4a6c-85e0-bd83049a3cab INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 11:21:49.823 +05:30 4350c7f8-5b17-4a6c-85e0-bd83049a3cab INF Route matched with {action = "GetProfileSummary", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:21:49.834 +05:30 4350c7f8-5b17-4a6c-85e0-bd83049a3cab INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:21:49.835 +05:30 4350c7f8-5b17-4a6c-85e0-bd83049a3cab INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api) in 11.8664ms 2024-09-13 11:21:49.835 +05:30 4350c7f8-5b17-4a6c-85e0-bd83049a3cab INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 11:21:49.835 +05:30 4350c7f8-5b17-4a6c-85e0-bd83049a3cab INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ce258040-5ab2-479a-8afa-9bf6f831c18e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 897} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":7,\"Name\":\"Steffy_Test\",\"CreatedOn\":\"2024-09-13T05:37:46.903\",\"ModifiedOn\":null},{\"IId\":6,\"Name\":\"Test_Steffy_Profile2\",\"CreatedOn\":\"2024-09-12T12:00:29.167\",\"ModifiedOn\":\"09/13/2024 05:38:26\"},{\"IId\":5,\"Name\":\"Test_Steffy_Profile\",\"CreatedOn\":\"2024-09-12T03:49:55.283\",\"ModifiedOn\":\"09/12/2024 14:56:25\"},{\"IId\":4,\"Name\":\"testProfile\",\"CreatedOn\":\"2024-09-11T09:05:40.767\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:42:19.627\",\"ModifiedOn\":\"09/12/2024 05:35:34\"},{\"IId\":2,\"Name\":\"Test Gokul\",\"CreatedOn\":\"2024-09-11T08:41:24.593\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"FullAccess\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":7,\"TotalPages\":1}]}"} 2024-09-13 11:21:49.836 +05:30 4350c7f8-5b17-4a6c-85e0-bd83049a3cab INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 200 897 application/json; charset=utf-8 14.0069ms 2024-09-13 11:22:11.307 +05:30 f50f2ccd-02dd-4e8d-91d5-6b43c02a867f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - null null 2024-09-13 11:22:11.308 +05:30 f50f2ccd-02dd-4e8d-91d5-6b43c02a867f INF CORS policy execution successful. 2024-09-13 11:22:11.308 +05:30 f50f2ccd-02dd-4e8d-91d5-6b43c02a867f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - 204 null null 1.1782ms 2024-09-13 11:22:11.352 +05:30 12001897-a644-4788-8254-6c01ec0194c0 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - null null 2024-09-13 11:22:11.353 +05:30 12001897-a644-4788-8254-6c01ec0194c0 INF CORS policy execution successful. 2024-09-13 11:22:11.353 +05:30 12001897-a644-4788-8254-6c01ec0194c0 INF HTTP request: Path: /role/getrolesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=10&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2NjA0LCJleHAiOjE3MjYyMDcyMDQsImlhdCI6MTcyNjIwNjYwNH0.8ffxRZpgKmfDdGHHmKm4oM_LJiFjEp-VnkvNufGlNl4}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:22:11.354 +05:30 541d162f-28e7-4ce0-b001-c30e014ea5c5 INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api)' 2024-09-13 11:22:11.354 +05:30 541d162f-28e7-4ce0-b001-c30e014ea5c5 INF Route matched with {action = "GetRoleSummary", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetRoleSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 11:22:11.367 +05:30 541d162f-28e7-4ce0-b001-c30e014ea5c5 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:22:11.368 +05:30 541d162f-28e7-4ce0-b001-c30e014ea5c5 INF Executed action Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api) in 13.6854ms 2024-09-13 11:22:11.368 +05:30 541d162f-28e7-4ce0-b001-c30e014ea5c5 INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api)' 2024-09-13 11:22:11.368 +05:30 541d162f-28e7-4ce0-b001-c30e014ea5c5 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 12001897-a644-4788-8254-6c01ec0194c0}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 748} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":6,\"Name\":\"Test_Steffy_Role2\",\"CreatedOn\":\"2024-09-13T05:06:43.77\",\"ModifiedOn\":null},{\"IId\":5,\"Name\":\"Test_Steffy_Role\",\"CreatedOn\":\"2024-09-12T03:58:56.8\",\"ModifiedOn\":\"09/13/2024 04:08:01\"},{\"IId\":4,\"Name\":\"testRole1109\",\"CreatedOn\":\"2024-09-11T09:06:42.577\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:43:19.69\",\"ModifiedOn\":null},{\"IId\":2,\"Name\":\"Test Goklu\",\"CreatedOn\":\"2024-09-11T08:42:20.61\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"TestRole\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":6,\"TotalPages\":1}]}"} 2024-09-13 11:22:11.368 +05:30 541d162f-28e7-4ce0-b001-c30e014ea5c5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - 200 748 application/json; charset=utf-8 16.2871ms 2024-09-13 11:27:22.364 +05:30 043fa7e9-a6f2-4bf1-a142-2ea8ce7a8989 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 11:27:22.366 +05:30 043fa7e9-a6f2-4bf1-a142-2ea8ce7a8989 INF CORS policy execution successful. 2024-09-13 11:27:22.367 +05:30 043fa7e9-a6f2-4bf1-a142-2ea8ce7a8989 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 3.5154ms 2024-09-13 11:27:22.521 +05:30 c40d51b7-d37c-418a-a5b9-9b5fe135f3df INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 11:27:22.523 +05:30 c40d51b7-d37c-418a-a5b9-9b5fe135f3df INF CORS policy execution successful. 2024-09-13 11:27:22.524 +05:30 c40d51b7-d37c-418a-a5b9-9b5fe135f3df INF HTTP request: Path: /profile/getprofilesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2NjA0LCJleHAiOjE3MjYyMDcyMDQsImlhdCI6MTcyNjIwNjYwNH0.8ffxRZpgKmfDdGHHmKm4oM_LJiFjEp-VnkvNufGlNl4}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:27:22.524 +05:30 6bcab846-9a91-4f52-96cc-9704dcec5e87 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 11:27:22.525 +05:30 6bcab846-9a91-4f52-96cc-9704dcec5e87 INF Route matched with {action = "GetProfileSummary", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:27:22.552 +05:30 6bcab846-9a91-4f52-96cc-9704dcec5e87 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:27:22.553 +05:30 6bcab846-9a91-4f52-96cc-9704dcec5e87 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api) in 27.701ms 2024-09-13 11:27:22.553 +05:30 6bcab846-9a91-4f52-96cc-9704dcec5e87 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 11:27:22.553 +05:30 6bcab846-9a91-4f52-96cc-9704dcec5e87 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c40d51b7-d37c-418a-a5b9-9b5fe135f3df}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 897} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":7,\"Name\":\"Steffy_Test\",\"CreatedOn\":\"2024-09-13T05:37:46.903\",\"ModifiedOn\":null},{\"IId\":6,\"Name\":\"Test_Steffy_Profile2\",\"CreatedOn\":\"2024-09-12T12:00:29.167\",\"ModifiedOn\":\"09/13/2024 05:38:26\"},{\"IId\":5,\"Name\":\"Test_Steffy_Profile\",\"CreatedOn\":\"2024-09-12T03:49:55.283\",\"ModifiedOn\":\"09/12/2024 14:56:25\"},{\"IId\":4,\"Name\":\"testProfile\",\"CreatedOn\":\"2024-09-11T09:05:40.767\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:42:19.627\",\"ModifiedOn\":\"09/12/2024 05:35:34\"},{\"IId\":2,\"Name\":\"Test Gokul\",\"CreatedOn\":\"2024-09-11T08:41:24.593\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"FullAccess\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":7,\"TotalPages\":1}]}"} 2024-09-13 11:27:22.554 +05:30 6bcab846-9a91-4f52-96cc-9704dcec5e87 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 200 897 application/json; charset=utf-8 33.0026ms 2024-09-13 11:27:26.952 +05:30 c30de81d-539d-4731-8ed9-b39090446002 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=7 - null null 2024-09-13 11:27:26.953 +05:30 c30de81d-539d-4731-8ed9-b39090446002 INF CORS policy execution successful. 2024-09-13 11:27:26.953 +05:30 c30de81d-539d-4731-8ed9-b39090446002 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=7 - 204 null null 0.8268ms 2024-09-13 11:27:26.996 +05:30 b4ee435d-39b9-415a-b871-932f611f4678 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=7 - null null 2024-09-13 11:27:26.997 +05:30 b4ee435d-39b9-415a-b871-932f611f4678 INF CORS policy execution successful. 2024-09-13 11:27:26.997 +05:30 b4ee435d-39b9-415a-b871-932f611f4678 INF HTTP request: Path: /profile/getprofiledetails QueryString: ?profileId=7 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2NjA0LCJleHAiOjE3MjYyMDcyMDQsImlhdCI6MTcyNjIwNjYwNH0.8ffxRZpgKmfDdGHHmKm4oM_LJiFjEp-VnkvNufGlNl4}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:27:26.997 +05:30 02a293e0-dfb2-40a5-b328-1db758c416f2 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api)' 2024-09-13 11:27:26.997 +05:30 02a293e0-dfb2-40a5-b328-1db758c416f2 INF Route matched with {action = "GetProfileDetails", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileDetails(Int32) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:27:27.114 +05:30 02a293e0-dfb2-40a5-b328-1db758c416f2 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:27:27.115 +05:30 02a293e0-dfb2-40a5-b328-1db758c416f2 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api) in 117.0157ms 2024-09-13 11:27:27.115 +05:30 02a293e0-dfb2-40a5-b328-1db758c416f2 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileDetails (Sang.Security.Api)' 2024-09-13 11:27:27.115 +05:30 02a293e0-dfb2-40a5-b328-1db758c416f2 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: b4ee435d-39b9-415a-b871-932f611f4678}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 17184} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"ProfileDetails\":[{\"ProfileId\":7,\"ProfileName\":\"Steffy_Test\",\"BusinessEntity\":1,\"BusinessEntityName\":\"Entity1\",\"ParentId\":0,\"ParentName\":\" \",\"Remarks\":\"Test Group\"}],\"SelectedRestrictions\":[{\"ProfileId\":7,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":6,\"MenuName\":\"Inventory\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":14,\"MenuName\":\"View\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":15,\"MenuName\":\"Tag Setting\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":16,\"MenuName\":\"Account Settings\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":18,\"MenuName\":\"Edit Company\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":19,\"MenuName\":\"Delete Company\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":20,\"MenuName\":\"Create Profile\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":7,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":8,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":9,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":10,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":11,\"ActionName\":\"Excel \"},{\"ProfileId\":7,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":12,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":21,\"MenuName\":\"Create Role\",\"ActionId\":22,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":13,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":14,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":15,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":16,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":17,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":18,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":19,\"ActionName\":\"EditUsersCreatedbyOthers\"},{\"ProfileId\":7,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":20,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":21,\"ActionName\":\"UnlockUser\"},{\"ProfileId\":7,\"MenuId\":22,\"MenuName\":\"Create User\",\"ActionId\":26,\"ActionName\":\"DeleteUsersCreatedbyOthers\"},{\"ProfileId\":7,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":28,\"MenuName\":\"Currency\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":29,\"MenuName\":\"Exchange Rate\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":30,\"MenuName\":\"Exchange Rate History\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":31,\"MenuName\":\"Product\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":32,\"MenuName\":\"Unit\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":33,\"MenuName\":\"Unit Conversion\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":34,\"MenuName\":\"Seller Price Book\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":35,\"MenuName\":\"Buyer Price Book\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":36,\"MenuName\":\"Barcode Definition\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":37,\"MenuName\":\"Warehouse\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":38,\"MenuName\":\"Create Company\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":46,\"MenuName\":\"Placeofsupply\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":61,\"MenuName\":\"TestTagg\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"},{\"ProfileId\":7,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":1,\"ActionName\":\"Access\"},{\"ProfileId\":7,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":2,\"ActionName\":\"Add\"},{\"ProfileId\":7,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":3,\"ActionName\":\"Edit\"},{\"ProfileId\":7,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":4,\"ActionName\":\"Delete\"},{\"ProfileId\":7,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":5,\"ActionName\":\"Excel\"},{\"ProfileId\":7,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":6,\"ActionName\":\"View\"},{\"ProfileId\":7,\"MenuId\":63,\"MenuName\":\"testtag2\",\"ActionId\":23,\"ActionName\":\"ViewSummary\"}]}"} 2024-09-13 11:27:27.116 +05:30 02a293e0-dfb2-40a5-b328-1db758c416f2 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofiledetails?profileId=7 - 200 17184 application/json; charset=utf-8 120.0172ms 2024-09-13 11:27:27.247 +05:30 63122e83-9a13-478a-9d95-936feef696f7 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 11:27:27.247 +05:30 63122e83-9a13-478a-9d95-936feef696f7 INF CORS policy execution successful. 2024-09-13 11:27:27.247 +05:30 63122e83-9a13-478a-9d95-936feef696f7 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 204 null null 0.5206ms 2024-09-13 11:27:27.338 +05:30 2deef95a-15a7-4056-bbff-ed2f36a69983 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 11:27:27.339 +05:30 2deef95a-15a7-4056-bbff-ed2f36a69983 INF CORS policy execution successful. 2024-09-13 11:27:27.339 +05:30 2deef95a-15a7-4056-bbff-ed2f36a69983 INF HTTP request: Path: /profile/getprofilegroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2NjA0LCJleHAiOjE3MjYyMDcyMDQsImlhdCI6MTcyNjIwNjYwNH0.8ffxRZpgKmfDdGHHmKm4oM_LJiFjEp-VnkvNufGlNl4}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:27:27.340 +05:30 21c7411c-1a4f-4ac2-bf82-440958a6675b INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 11:27:27.340 +05:30 21c7411c-1a4f-4ac2-bf82-440958a6675b INF Route matched with {action = "GetProfileGroups", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileGroups() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:27:27.350 +05:30 21c7411c-1a4f-4ac2-bf82-440958a6675b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:27:27.350 +05:30 21c7411c-1a4f-4ac2-bf82-440958a6675b INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api) in 10.0154ms 2024-09-13 11:27:27.350 +05:30 21c7411c-1a4f-4ac2-bf82-440958a6675b INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 11:27:27.350 +05:30 21c7411c-1a4f-4ac2-bf82-440958a6675b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 2deef95a-15a7-4056-bbff-ed2f36a69983}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 168} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ProfileID\":7,\"ProfileName\":\"Steffy_Test\",\"GroupStatus\":true}]"} 2024-09-13 11:27:27.351 +05:30 21c7411c-1a4f-4ac2-bf82-440958a6675b INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 200 168 application/json; charset=utf-8 12.5271ms 2024-09-13 11:27:27.698 +05:30 70295d44-70ae-4ea6-8a25-c4b591f9e2be INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - null null 2024-09-13 11:27:27.698 +05:30 70295d44-70ae-4ea6-8a25-c4b591f9e2be INF CORS policy execution successful. 2024-09-13 11:27:27.698 +05:30 70295d44-70ae-4ea6-8a25-c4b591f9e2be INF HTTP request: Path: /profile/getprofilegroups QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2NjA0LCJleHAiOjE3MjYyMDcyMDQsImlhdCI6MTcyNjIwNjYwNH0.8ffxRZpgKmfDdGHHmKm4oM_LJiFjEp-VnkvNufGlNl4}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:27:27.699 +05:30 5b2f6c75-88a6-4534-a7f4-889354e8ff01 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 11:27:27.699 +05:30 5b2f6c75-88a6-4534-a7f4-889354e8ff01 INF Route matched with {action = "GetProfileGroups", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileGroups() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:27:27.707 +05:30 5b2f6c75-88a6-4534-a7f4-889354e8ff01 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:27:27.708 +05:30 5b2f6c75-88a6-4534-a7f4-889354e8ff01 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api) in 8.6602ms 2024-09-13 11:27:27.708 +05:30 5b2f6c75-88a6-4534-a7f4-889354e8ff01 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileGroups (Sang.Security.Api)' 2024-09-13 11:27:27.708 +05:30 5b2f6c75-88a6-4534-a7f4-889354e8ff01 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 70295d44-70ae-4ea6-8a25-c4b591f9e2be}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 168} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ProfileID\":7,\"ProfileName\":\"Steffy_Test\",\"GroupStatus\":true}]"} 2024-09-13 11:27:27.708 +05:30 5b2f6c75-88a6-4534-a7f4-889354e8ff01 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilegroups - 200 168 application/json; charset=utf-8 10.3138ms 2024-09-13 11:28:10.349 +05:30 ed903198-a88a-4b97-a841-a6d8d824bf55 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 11:28:10.351 +05:30 ed903198-a88a-4b97-a841-a6d8d824bf55 INF CORS policy execution successful. 2024-09-13 11:28:10.352 +05:30 ed903198-a88a-4b97-a841-a6d8d824bf55 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 204 null null 3.0921ms 2024-09-13 11:28:10.400 +05:30 1957adcc-ba09-4987-9d06-050d978bb119 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - null null 2024-09-13 11:28:10.402 +05:30 1957adcc-ba09-4987-9d06-050d978bb119 INF CORS policy execution successful. 2024-09-13 11:28:10.403 +05:30 1957adcc-ba09-4987-9d06-050d978bb119 INF HTTP request: Path: /profile/getprofilesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=25&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2NjA0LCJleHAiOjE3MjYyMDcyMDQsImlhdCI6MTcyNjIwNjYwNH0.8ffxRZpgKmfDdGHHmKm4oM_LJiFjEp-VnkvNufGlNl4}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:28:10.403 +05:30 58b3fb54-1bcb-48cc-a796-6028871ad580 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 11:28:10.404 +05:30 58b3fb54-1bcb-48cc-a796-6028871ad580 INF Route matched with {action = "GetProfileSummary", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetProfileSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:28:10.495 +05:30 58b3fb54-1bcb-48cc-a796-6028871ad580 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:28:10.496 +05:30 58b3fb54-1bcb-48cc-a796-6028871ad580 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api) in 91.84ms 2024-09-13 11:28:10.496 +05:30 58b3fb54-1bcb-48cc-a796-6028871ad580 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetProfileSummary (Sang.Security.Api)' 2024-09-13 11:28:10.496 +05:30 58b3fb54-1bcb-48cc-a796-6028871ad580 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 1957adcc-ba09-4987-9d06-050d978bb119}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 897} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":7,\"Name\":\"Steffy_Test\",\"CreatedOn\":\"2024-09-13T05:37:46.903\",\"ModifiedOn\":null},{\"IId\":6,\"Name\":\"Test_Steffy_Profile2\",\"CreatedOn\":\"2024-09-12T12:00:29.167\",\"ModifiedOn\":\"09/13/2024 05:38:26\"},{\"IId\":5,\"Name\":\"Test_Steffy_Profile\",\"CreatedOn\":\"2024-09-12T03:49:55.283\",\"ModifiedOn\":\"09/12/2024 14:56:25\"},{\"IId\":4,\"Name\":\"testProfile\",\"CreatedOn\":\"2024-09-11T09:05:40.767\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:42:19.627\",\"ModifiedOn\":\"09/12/2024 05:35:34\"},{\"IId\":2,\"Name\":\"Test Gokul\",\"CreatedOn\":\"2024-09-11T08:41:24.593\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"FullAccess\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":7,\"TotalPages\":1}]}"} 2024-09-13 11:28:10.497 +05:30 58b3fb54-1bcb-48cc-a796-6028871ad580 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getprofilesummary?refreshFlag=true&pageNumber=1&pageSize=25&searchString= - 200 897 application/json; charset=utf-8 96.9754ms 2024-09-13 11:29:40.121 +05:30 f41d6520-3fa7-45be-9186-cc60d333b8ec INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json-patch+json 99 2024-09-13 11:29:40.123 +05:30 f41d6520-3fa7-45be-9186-cc60d333b8ec INF HTTP request: Path: /login/login QueryString: Headers: {Accept: */*}, {Accept-Encoding: gzip, deflate, br}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 99}, {Content-Type: application/json-patch+json}, {Host: 103.120.178.195}, {User-Agent: PostmanRuntime/7.42.0}, {Postman-Token: 5e0a6273-5e60-46c7-96bf-515e052125f8} Host: 103.120.178.195 Body: { "loginName": "TestUser1", "password": "TestUser1", "entityId": 7, "channelId": 2 } 2024-09-13 11:29:40.124 +05:30 c8a0fad5-115e-41a5-b164-c24c8164e0c6 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 11:29:40.125 +05:30 c8a0fad5-115e-41a5-b164-c24c8164e0c6 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 11:29:40.183 +05:30 c8a0fad5-115e-41a5-b164-c24c8164e0c6 INF Database retrieved 2024-09-13 11:29:40.214 +05:30 c8a0fad5-115e-41a5-b164-c24c8164e0c6 INF Token generated 2024-09-13 11:29:40.214 +05:30 c8a0fad5-115e-41a5-b164-c24c8164e0c6 INF Token generated 2024-09-13 11:29:40.214 +05:30 c8a0fad5-115e-41a5-b164-c24c8164e0c6 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:29:40.215 +05:30 c8a0fad5-115e-41a5-b164-c24c8164e0c6 INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 90.1209ms 2024-09-13 11:29:40.215 +05:30 c8a0fad5-115e-41a5-b164-c24c8164e0c6 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 11:29:40.215 +05:30 c8a0fad5-115e-41a5-b164-c24c8164e0c6 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f41d6520-3fa7-45be-9186-cc60d333b8ec}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 898} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIxIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjEiLCJuYW1laWQiOiI0IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMDcxODAsImV4cCI6MTcyNjIwNzc4MCwiaWF0IjoxNzI2MjA3MTgwfQ.uinRxKsbKJCkdK7szn16IlVrP9ZVlfco_gQI38M6ae4\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIxIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjEiLCJuYW1laWQiOiI0IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMDcxODAsImV4cCI6MTcyNjIwODA4MCwiaWF0IjoxNzI2MjA3MTgwfQ.rQAf-mNAA71pvfGUyOki8C3nCsyL4BnZkogPNfaHrXU\"}"} 2024-09-13 11:29:40.215 +05:30 c8a0fad5-115e-41a5-b164-c24c8164e0c6 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 898 application/json; charset=utf-8 95.0438ms 2024-09-13 11:29:55.739 +05:30 e303dc98-58f5-4342-b0dc-f40e830e0bde INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json-patch+json 99 2024-09-13 11:29:55.740 +05:30 e303dc98-58f5-4342-b0dc-f40e830e0bde INF HTTP request: Path: /login/login QueryString: Headers: {Accept: */*}, {Accept-Encoding: gzip, deflate, br}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 99}, {Content-Type: application/json-patch+json}, {Host: 103.120.178.195}, {User-Agent: PostmanRuntime/7.42.0}, {Postman-Token: a855e8fb-a952-4532-a1c6-bba5f5909b55} Host: 103.120.178.195 Body: { "loginName": "TestUser1", "password": "TestUser1", "entityId": 7, "channelId": 2 } 2024-09-13 11:29:55.740 +05:30 7e41c17e-a40b-4e9e-8718-942906ec38eb INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 11:29:55.740 +05:30 7e41c17e-a40b-4e9e-8718-942906ec38eb INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 11:29:55.750 +05:30 7e41c17e-a40b-4e9e-8718-942906ec38eb INF Database retrieved 2024-09-13 11:29:55.760 +05:30 7e41c17e-a40b-4e9e-8718-942906ec38eb INF Token generated 2024-09-13 11:29:55.760 +05:30 7e41c17e-a40b-4e9e-8718-942906ec38eb INF Token generated 2024-09-13 11:29:55.760 +05:30 7e41c17e-a40b-4e9e-8718-942906ec38eb INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:29:55.760 +05:30 7e41c17e-a40b-4e9e-8718-942906ec38eb INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 19.8967ms 2024-09-13 11:29:55.760 +05:30 7e41c17e-a40b-4e9e-8718-942906ec38eb INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 11:29:55.760 +05:30 7e41c17e-a40b-4e9e-8718-942906ec38eb INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e303dc98-58f5-4342-b0dc-f40e830e0bde}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 898} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIxIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjEiLCJuYW1laWQiOiI0IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMDcxOTUsImV4cCI6MTcyNjIwNzc5NSwiaWF0IjoxNzI2MjA3MTk1fQ.SDc34m3vfaKkm70ks7zpR82drCceORDL_0e2327fk5c\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIxIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjEiLCJuYW1laWQiOiI0IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMDcxOTUsImV4cCI6MTcyNjIwODA5NSwiaWF0IjoxNzI2MjA3MTk1fQ.7t2em-zRzjwnoQVwr8tC7N3-QfJl4Epj27czORHOeX0\"}"} 2024-09-13 11:29:55.761 +05:30 7e41c17e-a40b-4e9e-8718-942906ec38eb INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 898 application/json; charset=utf-8 21.656ms 2024-09-13 11:32:50.476 +05:30 3b261d37-1ebb-4acb-a921-2043c8f85139 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2NDE4LCJleHAiOjE3MjYyMDczMTgsImlhdCI6MTcyNjIwNjQxOH0.vMTANBts0SzB_5pkUDjr9BVrvijqRBb61nl6kaTl4_0 - null null 2024-09-13 11:32:50.479 +05:30 3b261d37-1ebb-4acb-a921-2043c8f85139 INF CORS policy execution successful. 2024-09-13 11:32:50.480 +05:30 3b261d37-1ebb-4acb-a921-2043c8f85139 INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2NDE4LCJleHAiOjE3MjYyMDczMTgsImlhdCI6MTcyNjIwNjQxOH0.vMTANBts0SzB_5pkUDjr9BVrvijqRBb61nl6kaTl4_0 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9,ml;q=0.8}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 11:32:50.481 +05:30 0213c4a7-92b8-431c-a889-4e255e3ff96d INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:32:50.482 +05:30 0213c4a7-92b8-431c-a889-4e255e3ff96d INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 11:32:50.489 +05:30 0213c4a7-92b8-431c-a889-4e255e3ff96d INF Executing BadRequestObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:32:50.490 +05:30 0213c4a7-92b8-431c-a889-4e255e3ff96d INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 8.4153ms 2024-09-13 11:32:50.490 +05:30 0213c4a7-92b8-431c-a889-4e255e3ff96d INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:32:50.491 +05:30 0213c4a7-92b8-431c-a889-4e255e3ff96d INF HTTP Response: StatusCode: 400 Headers: {X-Correlation-Id: 3b261d37-1ebb-4acb-a921-2043c8f85139}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 90} Body: {"status":"Failure","statusCode":4000,"message":"Refresh token has expired","result":null} 2024-09-13 11:32:50.491 +05:30 0213c4a7-92b8-431c-a889-4e255e3ff96d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2NDE4LCJleHAiOjE3MjYyMDczMTgsImlhdCI6MTcyNjIwNjQxOH0.vMTANBts0SzB_5pkUDjr9BVrvijqRBb61nl6kaTl4_0 - 400 90 application/json; charset=utf-8 15.8106ms 2024-09-13 11:32:59.335 +05:30 71be7c2a-e19f-4d67-b64a-c37a1dbb9f0f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=gokul - null null 2024-09-13 11:32:59.336 +05:30 71be7c2a-e19f-4d67-b64a-c37a1dbb9f0f INF CORS policy execution successful. 2024-09-13 11:32:59.336 +05:30 71be7c2a-e19f-4d67-b64a-c37a1dbb9f0f INF HTTP request: Path: /login/getcompany QueryString: ?userName=gokul Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9,ml;q=0.8}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 11:32:59.336 +05:30 5971324c-f989-4a0b-8fcf-cc3970042219 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 11:32:59.337 +05:30 5971324c-f989-4a0b-8fcf-cc3970042219 INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 11:32:59.373 +05:30 5971324c-f989-4a0b-8fcf-cc3970042219 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:32:59.373 +05:30 5971324c-f989-4a0b-8fcf-cc3970042219 INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 36.6945ms 2024-09-13 11:32:59.374 +05:30 5971324c-f989-4a0b-8fcf-cc3970042219 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 11:32:59.374 +05:30 5971324c-f989-4a0b-8fcf-cc3970042219 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 71be7c2a-e19f-4d67-b64a-c37a1dbb9f0f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 11:32:59.374 +05:30 5971324c-f989-4a0b-8fcf-cc3970042219 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=gokul - 200 138 application/json; charset=utf-8 39.221ms 2024-09-13 11:33:18.477 +05:30 426f2dde-9798-4313-a24c-ea01ca739428 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 11:33:18.478 +05:30 426f2dde-9798-4313-a24c-ea01ca739428 INF CORS policy execution successful. 2024-09-13 11:33:18.479 +05:30 426f2dde-9798-4313-a24c-ea01ca739428 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 2.2138ms 2024-09-13 11:33:18.810 +05:30 c0f5c937-c21c-4170-ae60-2e393e18c1cf INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 112 2024-09-13 11:33:18.811 +05:30 c0f5c937-c21c-4170-ae60-2e393e18c1cf INF CORS policy execution successful. 2024-09-13 11:33:18.811 +05:30 c0f5c937-c21c-4170-ae60-2e393e18c1cf INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9,ml;q=0.8}, {Connection: keep-alive}, {Content-Length: 112}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"gokul","entityId":8,"Company Name":"Entity10","password":"R+0wAuT6gjV130YwaLArtA=="} 2024-09-13 11:33:18.812 +05:30 c4ef8b97-0107-4719-8dfa-1bbf0b0afc2e INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 11:33:18.812 +05:30 c4ef8b97-0107-4719-8dfa-1bbf0b0afc2e INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 11:33:18.830 +05:30 c4ef8b97-0107-4719-8dfa-1bbf0b0afc2e INF Database retrieved 2024-09-13 11:33:18.852 +05:30 c4ef8b97-0107-4719-8dfa-1bbf0b0afc2e INF Token generated 2024-09-13 11:33:18.852 +05:30 c4ef8b97-0107-4719-8dfa-1bbf0b0afc2e INF Token generated 2024-09-13 11:33:18.852 +05:30 c4ef8b97-0107-4719-8dfa-1bbf0b0afc2e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:33:18.852 +05:30 c4ef8b97-0107-4719-8dfa-1bbf0b0afc2e INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 40.4308ms 2024-09-13 11:33:18.853 +05:30 c4ef8b97-0107-4719-8dfa-1bbf0b0afc2e INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 11:33:18.853 +05:30 c4ef8b97-0107-4719-8dfa-1bbf0b0afc2e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c0f5c937-c21c-4170-ae60-2e393e18c1cf}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 876} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA3Mzk4LCJleHAiOjE3MjYyMDc5OTgsImlhdCI6MTcyNjIwNzM5OH0.ZuN7vdvntPL5eL0OH5hY_jLeAL79mNwolfpsZiCbZoI\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA3Mzk4LCJleHAiOjE3MjYyMDgyOTgsImlhdCI6MTcyNjIwNzM5OH0._I7GSMY5VYTPqGSSycCcsANNaQxSh-6BhC13-FB6saY\"}"} 2024-09-13 11:33:18.853 +05:30 c4ef8b97-0107-4719-8dfa-1bbf0b0afc2e INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 876 application/json; charset=utf-8 42.748ms 2024-09-13 11:36:19.932 +05:30 9b290cf8-7b38-490f-8f9f-04d35094c654 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - null null 2024-09-13 11:36:19.933 +05:30 9b290cf8-7b38-490f-8f9f-04d35094c654 INF CORS policy execution successful. 2024-09-13 11:36:19.934 +05:30 9b290cf8-7b38-490f-8f9f-04d35094c654 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - 204 null null 2.5864ms 2024-09-13 11:36:19.978 +05:30 3e5d490a-0fc4-4801-a661-a23e25b17fcc INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - null null 2024-09-13 11:36:19.982 +05:30 3e5d490a-0fc4-4801-a661-a23e25b17fcc INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/13/2024 6:00:04 AM', Current time (UTC): '9/13/2024 6:06:19 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-13 11:36:19.985 +05:30 3e5d490a-0fc4-4801-a661-a23e25b17fcc INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/13/2024 6:00:04 AM', Current time (UTC): '9/13/2024 6:06:19 AM'. 2024-09-13 11:36:19.985 +05:30 3e5d490a-0fc4-4801-a661-a23e25b17fcc INF CORS policy execution successful. 2024-09-13 11:36:19.986 +05:30 3e5d490a-0fc4-4801-a661-a23e25b17fcc INF HTTP request: Path: /role/getrolesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=10&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2NjA0LCJleHAiOjE3MjYyMDcyMDQsImlhdCI6MTcyNjIwNjYwNH0.8ffxRZpgKmfDdGHHmKm4oM_LJiFjEp-VnkvNufGlNl4}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:36:19.987 +05:30 442924e5-cccc-47f3-a6a7-637f16f1b50e INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-13 11:36:19.987 +05:30 442924e5-cccc-47f3-a6a7-637f16f1b50e INF AuthenticationScheme: Bearer was challenged. 2024-09-13 11:36:19.987 +05:30 442924e5-cccc-47f3-a6a7-637f16f1b50e INF HTTP Response: StatusCode: 401 Headers: {X-Correlation-Id: 3e5d490a-0fc4-4801-a661-a23e25b17fcc}, {X-Token-Expired: true}, {WWW-Authenticate: Bearer error="invalid_token", error_description="The token expired at '09/13/2024 06:00:04'"} Body: 2024-09-13 11:36:19.988 +05:30 442924e5-cccc-47f3-a6a7-637f16f1b50e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - 401 null null 9.8714ms 2024-09-13 11:36:20.033 +05:30 6ee5aec8-c209-4497-92ba-34df3808aab5 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2NjA0LCJleHAiOjE3MjYyMDc1MDQsImlhdCI6MTcyNjIwNjYwNH0.i04rArhxODXZy3jDzmR8vaVg0KSlN2r-eydixd6AGmk - null null 2024-09-13 11:36:20.034 +05:30 6ee5aec8-c209-4497-92ba-34df3808aab5 INF CORS policy execution successful. 2024-09-13 11:36:20.034 +05:30 6ee5aec8-c209-4497-92ba-34df3808aab5 INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2NjA0LCJleHAiOjE3MjYyMDc1MDQsImlhdCI6MTcyNjIwNjYwNH0.i04rArhxODXZy3jDzmR8vaVg0KSlN2r-eydixd6AGmk Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:36:20.035 +05:30 961672a0-b99d-4943-beca-85a3a036b62d INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:36:20.035 +05:30 961672a0-b99d-4943-beca-85a3a036b62d INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 11:36:20.038 +05:30 961672a0-b99d-4943-beca-85a3a036b62d INF Executing BadRequestObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:36:20.038 +05:30 961672a0-b99d-4943-beca-85a3a036b62d INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 3.0727ms 2024-09-13 11:36:20.038 +05:30 961672a0-b99d-4943-beca-85a3a036b62d INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:36:20.038 +05:30 961672a0-b99d-4943-beca-85a3a036b62d INF HTTP Response: StatusCode: 400 Headers: {X-Correlation-Id: 6ee5aec8-c209-4497-92ba-34df3808aab5}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 90} Body: {"status":"Failure","statusCode":4000,"message":"Refresh token has expired","result":null} 2024-09-13 11:36:20.039 +05:30 961672a0-b99d-4943-beca-85a3a036b62d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2NjA0LCJleHAiOjE3MjYyMDc1MDQsImlhdCI6MTcyNjIwNjYwNH0.i04rArhxODXZy3jDzmR8vaVg0KSlN2r-eydixd6AGmk - 400 90 application/json; charset=utf-8 5.2772ms 2024-09-13 11:36:20.311 +05:30 421c6f0c-72d3-43c4-97c1-b2da4260af32 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=null - null null 2024-09-13 11:36:20.311 +05:30 421c6f0c-72d3-43c4-97c1-b2da4260af32 INF CORS policy execution successful. 2024-09-13 11:36:20.311 +05:30 421c6f0c-72d3-43c4-97c1-b2da4260af32 INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=null Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:36:20.311 +05:30 9e563173-c5cc-4b58-adb4-84bcbe4172b6 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:36:20.312 +05:30 9e563173-c5cc-4b58-adb4-84bcbe4172b6 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 11:36:20.315 +05:30 9e563173-c5cc-4b58-adb4-84bcbe4172b6 ERR Token Regeneration failed Microsoft.IdentityModel.Tokens.SecurityTokenMalformedException: IDX12741: JWT must have three segments (JWS) or five segments (JWE). at Sang.Service.Common.Validators.TokenValidator.ValidateToken(String token, String TokenKey) at Sang.Service.Common.Authentication.TokenService.RegenerateTokens(String refershToken) at Sang.Security.Api.Controllers.TokenController.RegenerateTokens(String refreshToken) 2024-09-13 11:36:20.316 +05:30 9e563173-c5cc-4b58-adb4-84bcbe4172b6 INF Executing ObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:36:20.316 +05:30 9e563173-c5cc-4b58-adb4-84bcbe4172b6 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 4.4245ms 2024-09-13 11:36:20.316 +05:30 9e563173-c5cc-4b58-adb4-84bcbe4172b6 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:36:20.316 +05:30 9e563173-c5cc-4b58-adb4-84bcbe4172b6 INF HTTP Response: StatusCode: 500 Headers: {X-Correlation-Id: 421c6f0c-72d3-43c4-97c1-b2da4260af32}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 132} Body: {"status":"Failure","statusCode":5000,"message":"IDX12741: JWT must have three segments (JWS) or five segments (JWE)","result":null} 2024-09-13 11:36:20.317 +05:30 9e563173-c5cc-4b58-adb4-84bcbe4172b6 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=null - 500 132 application/json; charset=utf-8 6.2026ms 2024-09-13 11:36:24.791 +05:30 0adf57a7-19ef-4100-abf3-3f164e4237e9 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=Steffy - null null 2024-09-13 11:36:24.791 +05:30 0adf57a7-19ef-4100-abf3-3f164e4237e9 INF CORS policy execution successful. 2024-09-13 11:36:24.792 +05:30 0adf57a7-19ef-4100-abf3-3f164e4237e9 INF HTTP request: Path: /login/getcompany QueryString: ?userName=Steffy Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:36:24.792 +05:30 e8f2085a-d6e6-4dfc-8092-11a91e5b5119 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 11:36:24.792 +05:30 e8f2085a-d6e6-4dfc-8092-11a91e5b5119 INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 11:36:24.812 +05:30 e8f2085a-d6e6-4dfc-8092-11a91e5b5119 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:36:24.813 +05:30 e8f2085a-d6e6-4dfc-8092-11a91e5b5119 INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 20.5796ms 2024-09-13 11:36:24.813 +05:30 e8f2085a-d6e6-4dfc-8092-11a91e5b5119 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 11:36:24.813 +05:30 e8f2085a-d6e6-4dfc-8092-11a91e5b5119 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0adf57a7-19ef-4100-abf3-3f164e4237e9}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 179} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"},{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 11:36:24.813 +05:30 e8f2085a-d6e6-4dfc-8092-11a91e5b5119 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=Steffy - 200 179 application/json; charset=utf-8 22.2483ms 2024-09-13 11:36:28.681 +05:30 cea17d91-0088-4105-9f20-9847c5a28084 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 11:36:28.681 +05:30 cea17d91-0088-4105-9f20-9847c5a28084 INF CORS policy execution successful. 2024-09-13 11:36:28.681 +05:30 cea17d91-0088-4105-9f20-9847c5a28084 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 0.8228ms 2024-09-13 11:36:28.732 +05:30 d9dd5ddd-1bc3-4130-b67b-171ece10c87d INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 113 2024-09-13 11:36:28.732 +05:30 d9dd5ddd-1bc3-4130-b67b-171ece10c87d INF CORS policy execution successful. 2024-09-13 11:36:28.732 +05:30 d9dd5ddd-1bc3-4130-b67b-171ece10c87d INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Content-Length: 113}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"Steffy","password":"1Cq38fb1YqVqkFchNqRfJg==","entityId":8,"Company Name":"Entity10"} 2024-09-13 11:36:28.732 +05:30 6b11e804-265a-467e-902b-d1ba3abe693f INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 11:36:28.732 +05:30 6b11e804-265a-467e-902b-d1ba3abe693f INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 11:36:28.747 +05:30 6b11e804-265a-467e-902b-d1ba3abe693f INF Database retrieved 2024-09-13 11:36:28.764 +05:30 6b11e804-265a-467e-902b-d1ba3abe693f INF Token generated 2024-09-13 11:36:28.764 +05:30 6b11e804-265a-467e-902b-d1ba3abe693f INF Token generated 2024-09-13 11:36:28.764 +05:30 6b11e804-265a-467e-902b-d1ba3abe693f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:36:28.764 +05:30 6b11e804-265a-467e-902b-d1ba3abe693f INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 31.6669ms 2024-09-13 11:36:28.764 +05:30 6b11e804-265a-467e-902b-d1ba3abe693f INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 11:36:28.764 +05:30 6b11e804-265a-467e-902b-d1ba3abe693f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d9dd5ddd-1bc3-4130-b67b-171ece10c87d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 884} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA3NTg4LCJleHAiOjE3MjYyMDgxODgsImlhdCI6MTcyNjIwNzU4OH0._0vYkJmrHJS-ozkA9FrClz_2nuby5IMTHIX2hILKM2k\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA3NTg4LCJleHAiOjE3MjYyMDg0ODgsImlhdCI6MTcyNjIwNzU4OH0.cT-23GrQk3DzK5Brd99x37cOuxb0tE5LpEQAv4xIkCU\"}"} 2024-09-13 11:36:28.765 +05:30 6b11e804-265a-467e-902b-d1ba3abe693f INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 884 application/json; charset=utf-8 33.2523ms 2024-09-13 11:36:36.088 +05:30 5b713739-0dbf-49e0-9b04-2b60bae93593 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - null null 2024-09-13 11:36:36.089 +05:30 5b713739-0dbf-49e0-9b04-2b60bae93593 INF CORS policy execution successful. 2024-09-13 11:36:36.089 +05:30 5b713739-0dbf-49e0-9b04-2b60bae93593 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - 204 null null 1.1716ms 2024-09-13 11:36:36.129 +05:30 449eef31-d07d-47e6-84fe-b1ce86f41884 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - null null 2024-09-13 11:36:36.130 +05:30 449eef31-d07d-47e6-84fe-b1ce86f41884 INF CORS policy execution successful. 2024-09-13 11:36:36.130 +05:30 449eef31-d07d-47e6-84fe-b1ce86f41884 INF HTTP request: Path: /role/getrolesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=10&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA3NTg4LCJleHAiOjE3MjYyMDgxODgsImlhdCI6MTcyNjIwNzU4OH0._0vYkJmrHJS-ozkA9FrClz_2nuby5IMTHIX2hILKM2k}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:36:36.131 +05:30 c43f6af0-4c19-496a-b0f3-6d163803c236 INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api)' 2024-09-13 11:36:36.131 +05:30 c43f6af0-4c19-496a-b0f3-6d163803c236 INF Route matched with {action = "GetRoleSummary", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetRoleSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 11:36:36.148 +05:30 c43f6af0-4c19-496a-b0f3-6d163803c236 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:36:36.148 +05:30 c43f6af0-4c19-496a-b0f3-6d163803c236 INF Executed action Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api) in 17.0654ms 2024-09-13 11:36:36.148 +05:30 c43f6af0-4c19-496a-b0f3-6d163803c236 INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api)' 2024-09-13 11:36:36.148 +05:30 c43f6af0-4c19-496a-b0f3-6d163803c236 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 449eef31-d07d-47e6-84fe-b1ce86f41884}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 748} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":6,\"Name\":\"Test_Steffy_Role2\",\"CreatedOn\":\"2024-09-13T05:06:43.77\",\"ModifiedOn\":null},{\"IId\":5,\"Name\":\"Test_Steffy_Role\",\"CreatedOn\":\"2024-09-12T03:58:56.8\",\"ModifiedOn\":\"09/13/2024 04:08:01\"},{\"IId\":4,\"Name\":\"testRole1109\",\"CreatedOn\":\"2024-09-11T09:06:42.577\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:43:19.69\",\"ModifiedOn\":null},{\"IId\":2,\"Name\":\"Test Goklu\",\"CreatedOn\":\"2024-09-11T08:42:20.61\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"TestRole\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":6,\"TotalPages\":1}]}"} 2024-09-13 11:36:36.149 +05:30 c43f6af0-4c19-496a-b0f3-6d163803c236 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - 200 748 application/json; charset=utf-8 19.3512ms 2024-09-13 11:37:23.544 +05:30 fc9a8f83-866b-4ea7-9067-69bfbe8acea2 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json-patch+json 99 2024-09-13 11:37:23.547 +05:30 fc9a8f83-866b-4ea7-9067-69bfbe8acea2 INF HTTP request: Path: /login/login QueryString: Headers: {Accept: */*}, {Accept-Encoding: gzip, deflate, br}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 99}, {Content-Type: application/json-patch+json}, {Host: 103.120.178.195}, {User-Agent: PostmanRuntime/7.42.0}, {Postman-Token: db40ac74-6eed-4fd5-9279-13fb4e727853} Host: 103.120.178.195 Body: { "loginName": "TestUser1", "password": "TestUser1", "entityId": 7, "channelId": 2 } 2024-09-13 11:37:23.548 +05:30 e81ebdd2-1f69-496c-bd46-597c6425fc50 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 11:37:23.548 +05:30 e81ebdd2-1f69-496c-bd46-597c6425fc50 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 11:37:23.569 +05:30 e81ebdd2-1f69-496c-bd46-597c6425fc50 INF Database retrieved 2024-09-13 11:37:23.607 +05:30 e81ebdd2-1f69-496c-bd46-597c6425fc50 INF Token generated 2024-09-13 11:37:23.607 +05:30 e81ebdd2-1f69-496c-bd46-597c6425fc50 INF Token generated 2024-09-13 11:37:23.608 +05:30 e81ebdd2-1f69-496c-bd46-597c6425fc50 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:37:23.609 +05:30 e81ebdd2-1f69-496c-bd46-597c6425fc50 INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 60.0507ms 2024-09-13 11:37:23.609 +05:30 e81ebdd2-1f69-496c-bd46-597c6425fc50 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 11:37:23.609 +05:30 e81ebdd2-1f69-496c-bd46-597c6425fc50 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: fc9a8f83-866b-4ea7-9067-69bfbe8acea2}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 898} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIxIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjEiLCJuYW1laWQiOiI0IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMDc2NDMsImV4cCI6MTcyNjIwODI0MywiaWF0IjoxNzI2MjA3NjQzfQ.2vbTLg0rqCds2ZbcrQXVBUw2bxVXt3Z4HSjy3hh03Y0\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIxIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjEiLCJuYW1laWQiOiI0IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMDc2NDMsImV4cCI6MTcyNjIwODU0MywiaWF0IjoxNzI2MjA3NjQzfQ.m6OHPnokpXqAsJJSDyjy5A6wi42y0K0jKcG8qeA3J08\"}"} 2024-09-13 11:37:23.609 +05:30 e81ebdd2-1f69-496c-bd46-597c6425fc50 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 898 application/json; charset=utf-8 65.8993ms 2024-09-13 11:42:55.499 +05:30 2ef8c5cd-75fa-440f-98a5-a351a68bd15a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getactiveprofiles - null null 2024-09-13 11:42:55.502 +05:30 2ef8c5cd-75fa-440f-98a5-a351a68bd15a INF CORS policy execution successful. 2024-09-13 11:42:55.503 +05:30 2ef8c5cd-75fa-440f-98a5-a351a68bd15a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getactiveprofiles - 204 null null 4.3881ms 2024-09-13 11:42:55.544 +05:30 1fb83c39-19f6-493a-9150-1b9ce10a62ba INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getactiveprofiles - null null 2024-09-13 11:42:55.547 +05:30 1fb83c39-19f6-493a-9150-1b9ce10a62ba INF CORS policy execution successful. 2024-09-13 11:42:55.549 +05:30 1fb83c39-19f6-493a-9150-1b9ce10a62ba INF HTTP request: Path: /profile/getactiveprofiles QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA3NTg4LCJleHAiOjE3MjYyMDgxODgsImlhdCI6MTcyNjIwNzU4OH0._0vYkJmrHJS-ozkA9FrClz_2nuby5IMTHIX2hILKM2k}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:42:55.551 +05:30 ce27dbba-408c-4c41-89aa-96a826233963 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetActiveProfile (Sang.Security.Api)' 2024-09-13 11:42:55.552 +05:30 ce27dbba-408c-4c41-89aa-96a826233963 INF Route matched with {action = "GetActiveProfile", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetActiveProfile() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:42:55.691 +05:30 ce27dbba-408c-4c41-89aa-96a826233963 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:42:55.691 +05:30 ce27dbba-408c-4c41-89aa-96a826233963 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetActiveProfile (Sang.Security.Api) in 139.046ms 2024-09-13 11:42:55.692 +05:30 ce27dbba-408c-4c41-89aa-96a826233963 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetActiveProfile (Sang.Security.Api)' 2024-09-13 11:42:55.692 +05:30 ce27dbba-408c-4c41-89aa-96a826233963 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 1fb83c39-19f6-493a-9150-1b9ce10a62ba}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 456} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ProfileId\":7,\"ProfileName\":\"Steffy_Test\"},{\"ProfileId\":6,\"ProfileName\":\"Test_Steffy_Profile2\"},{\"ProfileId\":5,\"ProfileName\":\"Test_Steffy_Profile\"},{\"ProfileId\":4,\"ProfileName\":\"testProfile\"},{\"ProfileId\":3,\"ProfileName\":\"dipin\"},{\"ProfileId\":2,\"ProfileName\":\"Test Gokul\"},{\"ProfileId\":1,\"ProfileName\":\"FullAccess\"}]"} 2024-09-13 11:42:55.692 +05:30 ce27dbba-408c-4c41-89aa-96a826233963 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getactiveprofiles - 200 456 application/json; charset=utf-8 148.4049ms 2024-09-13 11:42:55.740 +05:30 f9b5d425-1a84-4594-beb8-babdaf36bad4 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicylist?type=1&searchString= - null null 2024-09-13 11:42:55.741 +05:30 f9b5d425-1a84-4594-beb8-babdaf36bad4 INF CORS policy execution successful. 2024-09-13 11:42:55.741 +05:30 f9b5d425-1a84-4594-beb8-babdaf36bad4 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicylist?type=1&searchString= - 204 null null 0.8698ms 2024-09-13 11:42:55.796 +05:30 868380dc-2ce5-4942-8a6b-1c7989e8c42a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolegrouplist?type=1&searchString= - null null 2024-09-13 11:42:55.796 +05:30 868380dc-2ce5-4942-8a6b-1c7989e8c42a INF CORS policy execution successful. 2024-09-13 11:42:55.797 +05:30 868380dc-2ce5-4942-8a6b-1c7989e8c42a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolegrouplist?type=1&searchString= - 204 null null 0.5529ms 2024-09-13 11:42:55.801 +05:30 5e342aca-ba59-4459-b8cc-957f6f3b86cc INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicylist?type=1&searchString= - null null 2024-09-13 11:42:55.802 +05:30 5e342aca-ba59-4459-b8cc-957f6f3b86cc INF CORS policy execution successful. 2024-09-13 11:42:55.802 +05:30 5e342aca-ba59-4459-b8cc-957f6f3b86cc INF HTTP request: Path: /passwordpolicy/getpasswordpolicylist QueryString: ?type=1&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA3NTg4LCJleHAiOjE3MjYyMDgxODgsImlhdCI6MTcyNjIwNzU4OH0._0vYkJmrHJS-ozkA9FrClz_2nuby5IMTHIX2hILKM2k}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:42:55.802 +05:30 4b73c641-1ac3-408a-9dbe-1c819d2b9ec8 INF Executing endpoint 'Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyList (Sang.Security.Api)' 2024-09-13 11:42:55.803 +05:30 4b73c641-1ac3-408a-9dbe-1c819d2b9ec8 INF Route matched with {action = "GetPasswordPolicyList", controller = "PasswordPolicy"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPasswordPolicyList(System.String) on controller Sang.Security.Api.Controllers.PasswordPolicyController (Sang.Security.Api). 2024-09-13 11:42:55.819 +05:30 4b73c641-1ac3-408a-9dbe-1c819d2b9ec8 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:42:55.819 +05:30 4b73c641-1ac3-408a-9dbe-1c819d2b9ec8 INF Executed action Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyList (Sang.Security.Api) in 16.6626ms 2024-09-13 11:42:55.819 +05:30 4b73c641-1ac3-408a-9dbe-1c819d2b9ec8 INF Executed endpoint 'Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyList (Sang.Security.Api)' 2024-09-13 11:42:55.820 +05:30 4b73c641-1ac3-408a-9dbe-1c819d2b9ec8 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 5e342aca-ba59-4459-b8cc-957f6f3b86cc}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 128} Body: {"status":"Success","statusCode":2000,"message":"Password Policy List retrieved.","result":"[{\"Id\":19,\"Name\":\"Policy1\"}]"} 2024-09-13 11:42:55.820 +05:30 4b73c641-1ac3-408a-9dbe-1c819d2b9ec8 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicylist?type=1&searchString= - 200 128 application/json; charset=utf-8 19.2209ms 2024-09-13 11:42:55.836 +05:30 dc371f0a-ba70-47b0-8218-fb52db8059a7 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolegrouplist?type=1&searchString= - null null 2024-09-13 11:42:55.836 +05:30 dc371f0a-ba70-47b0-8218-fb52db8059a7 INF CORS policy execution successful. 2024-09-13 11:42:55.837 +05:30 dc371f0a-ba70-47b0-8218-fb52db8059a7 INF HTTP request: Path: /role/getrolegrouplist QueryString: ?type=1&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA3NTg4LCJleHAiOjE3MjYyMDgxODgsImlhdCI6MTcyNjIwNzU4OH0._0vYkJmrHJS-ozkA9FrClz_2nuby5IMTHIX2hILKM2k}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:42:55.837 +05:30 653274eb-27ee-451e-8409-70b72152fef4 INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleGroupList (Sang.Security.Api)' 2024-09-13 11:42:55.837 +05:30 653274eb-27ee-451e-8409-70b72152fef4 INF Route matched with {action = "GetRoleGroupList", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetRoleGroupList(System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 11:42:55.857 +05:30 653274eb-27ee-451e-8409-70b72152fef4 INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:42:55.857 +05:30 653274eb-27ee-451e-8409-70b72152fef4 INF Executed action Sang.Security.Api.Controllers.RoleController.GetRoleGroupList (Sang.Security.Api) in 19.9879ms 2024-09-13 11:42:55.857 +05:30 653274eb-27ee-451e-8409-70b72152fef4 INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleGroupList (Sang.Security.Api)' 2024-09-13 11:42:55.857 +05:30 653274eb-27ee-451e-8409-70b72152fef4 INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: dc371f0a-ba70-47b0-8218-fb52db8059a7}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 84} Body: {"status":"Failure","statusCode":3001,"message":"Record(s) Not Found","result":null} 2024-09-13 11:42:55.858 +05:30 653274eb-27ee-451e-8409-70b72152fef4 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolegrouplist?type=1&searchString= - 404 84 application/json; charset=utf-8 22.001ms 2024-09-13 11:43:01.521 +05:30 aeed428c-1e5b-43ac-ba20-7f925b62a251 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - null null 2024-09-13 11:43:01.522 +05:30 aeed428c-1e5b-43ac-ba20-7f925b62a251 INF CORS policy execution successful. 2024-09-13 11:43:01.522 +05:30 aeed428c-1e5b-43ac-ba20-7f925b62a251 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - 204 null null 1.3681ms 2024-09-13 11:43:01.640 +05:30 809fa01c-b568-4232-aea7-968985e12d60 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - null null 2024-09-13 11:43:01.641 +05:30 809fa01c-b568-4232-aea7-968985e12d60 INF CORS policy execution successful. 2024-09-13 11:43:01.642 +05:30 809fa01c-b568-4232-aea7-968985e12d60 INF HTTP request: Path: /role/getrolesummary QueryString: ?refreshFlag=true&pageNumber=1&pageSize=10&searchString= Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA3NTg4LCJleHAiOjE3MjYyMDgxODgsImlhdCI6MTcyNjIwNzU4OH0._0vYkJmrHJS-ozkA9FrClz_2nuby5IMTHIX2hILKM2k}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:43:01.642 +05:30 c67b1c1f-b791-42a0-b0a2-9867e538263d INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api)' 2024-09-13 11:43:01.642 +05:30 c67b1c1f-b791-42a0-b0a2-9867e538263d INF Route matched with {action = "GetRoleSummary", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetRoleSummary(Boolean, Int32, Int32, System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 11:43:01.697 +05:30 c67b1c1f-b791-42a0-b0a2-9867e538263d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:43:01.697 +05:30 c67b1c1f-b791-42a0-b0a2-9867e538263d INF Executed action Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api) in 54.4466ms 2024-09-13 11:43:01.697 +05:30 c67b1c1f-b791-42a0-b0a2-9867e538263d INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleSummary (Sang.Security.Api)' 2024-09-13 11:43:01.697 +05:30 c67b1c1f-b791-42a0-b0a2-9867e538263d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 809fa01c-b568-4232-aea7-968985e12d60}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 748} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"Data\":[{\"IId\":6,\"Name\":\"Test_Steffy_Role2\",\"CreatedOn\":\"2024-09-13T05:06:43.77\",\"ModifiedOn\":null},{\"IId\":5,\"Name\":\"Test_Steffy_Role\",\"CreatedOn\":\"2024-09-12T03:58:56.8\",\"ModifiedOn\":\"09/13/2024 04:08:01\"},{\"IId\":4,\"Name\":\"testRole1109\",\"CreatedOn\":\"2024-09-11T09:06:42.577\",\"ModifiedOn\":null},{\"IId\":3,\"Name\":\"dipin\",\"CreatedOn\":\"2024-09-11T08:43:19.69\",\"ModifiedOn\":null},{\"IId\":2,\"Name\":\"Test Goklu\",\"CreatedOn\":\"2024-09-11T08:42:20.61\",\"ModifiedOn\":null},{\"IId\":1,\"Name\":\"TestRole\",\"CreatedOn\":null,\"ModifiedOn\":null}],\"PageSummary\":[{\"TotalRows\":6,\"TotalPages\":1}]}"} 2024-09-13 11:43:01.698 +05:30 c67b1c1f-b791-42a0-b0a2-9867e538263d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolesummary?refreshFlag=true&pageNumber=1&pageSize=10&searchString= - 200 748 application/json; charset=utf-8 57.4595ms 2024-09-13 11:43:05.906 +05:30 0c9963f8-1941-4d64-8b60-8d78302a15e5 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getactiveprofiles - null null 2024-09-13 11:43:05.906 +05:30 0c9963f8-1941-4d64-8b60-8d78302a15e5 INF CORS policy execution successful. 2024-09-13 11:43:05.906 +05:30 0c9963f8-1941-4d64-8b60-8d78302a15e5 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/profile/getactiveprofiles - 204 null null 0.5591ms 2024-09-13 11:43:05.909 +05:30 630a6c2a-6d70-479e-8abc-e840184a83e8 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getroledetails?roleId=6 - null null 2024-09-13 11:43:05.910 +05:30 630a6c2a-6d70-479e-8abc-e840184a83e8 INF CORS policy execution successful. 2024-09-13 11:43:05.910 +05:30 630a6c2a-6d70-479e-8abc-e840184a83e8 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getroledetails?roleId=6 - 204 null null 0.3936ms 2024-09-13 11:43:05.955 +05:30 226e2f39-f047-473a-9aa4-8318b132dd61 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getroledetails?roleId=6 - null null 2024-09-13 11:43:05.955 +05:30 226e2f39-f047-473a-9aa4-8318b132dd61 INF CORS policy execution successful. 2024-09-13 11:43:05.955 +05:30 226e2f39-f047-473a-9aa4-8318b132dd61 INF HTTP request: Path: /role/getroledetails QueryString: ?roleId=6 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA3NTg4LCJleHAiOjE3MjYyMDgxODgsImlhdCI6MTcyNjIwNzU4OH0._0vYkJmrHJS-ozkA9FrClz_2nuby5IMTHIX2hILKM2k}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:43:05.955 +05:30 fb368d0b-e816-4211-b44d-e981df332859 INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleDetails (Sang.Security.Api)' 2024-09-13 11:43:05.956 +05:30 fb368d0b-e816-4211-b44d-e981df332859 INF Route matched with {action = "GetRoleDetails", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetRoleDetails(Int32) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 11:43:05.964 +05:30 938b3fdc-0c88-4dfd-b492-2fa124465209 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getactiveprofiles - null null 2024-09-13 11:43:05.964 +05:30 938b3fdc-0c88-4dfd-b492-2fa124465209 INF CORS policy execution successful. 2024-09-13 11:43:05.964 +05:30 938b3fdc-0c88-4dfd-b492-2fa124465209 INF HTTP request: Path: /profile/getactiveprofiles QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA3NTg4LCJleHAiOjE3MjYyMDgxODgsImlhdCI6MTcyNjIwNzU4OH0._0vYkJmrHJS-ozkA9FrClz_2nuby5IMTHIX2hILKM2k}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:43:05.964 +05:30 5297413c-0793-4fb8-8a51-e5e73cabb398 INF Executing endpoint 'Sang.Security.Api.Controllers.ProfileController.GetActiveProfile (Sang.Security.Api)' 2024-09-13 11:43:05.965 +05:30 5297413c-0793-4fb8-8a51-e5e73cabb398 INF Route matched with {action = "GetActiveProfile", controller = "Profile"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetActiveProfile() on controller Sang.Security.Api.Controllers.ProfileController (Sang.Security.Api). 2024-09-13 11:43:06.058 +05:30 fb368d0b-e816-4211-b44d-e981df332859 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:43:06.059 +05:30 fb368d0b-e816-4211-b44d-e981df332859 INF Executed action Sang.Security.Api.Controllers.RoleController.GetRoleDetails (Sang.Security.Api) in 103.0746ms 2024-09-13 11:43:06.059 +05:30 fb368d0b-e816-4211-b44d-e981df332859 INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleDetails (Sang.Security.Api)' 2024-09-13 11:43:06.059 +05:30 fb368d0b-e816-4211-b44d-e981df332859 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 226e2f39-f047-473a-9aa4-8318b132dd61}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 922} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"{\"RoleDetails\":[{\"RoleID\":6,\"RoleName\":\"Test_Steffy_Role2\",\"PasswordPolicyID\":19,\"PasswordPolicyName\":\"Policy1\",\"IsGroup\":false,\"ParentRoleID\":0,\"ParentRoleName\":\" \"}],\"RestrictionsAdded\":[],\"RestrictionsExcluded\":[],\"AssignedProfiles\":[{\"ProfileId\":5,\"ProfileName\":\"Test_Steffy_Profile\"}],\"EntryRestrictionDetails\":[],\"TransactionRights\":[{\"CannotAddAfter\":0,\"CannotEditAfter\":0,\"CannotEditAfterDaysOfMonth\":0,\"CannotAddFutureTransactions\":false,\"BudgetLimitWarning\":0,\"CreditLimitWarning\":0,\"NegativeStockCheck\":0,\"NegativeCashCheck\":0,\"AllowBillWiseAccounting\":false,\"CannotAddPreviousEntries\":0,\"NoCustomize\":false,\"CannotPrintAfterValue\":0,\"CannotPrintAfterOption\":0,\"CannotRePrintAfterValue\":0,\"CannotRePrintAfterOption\":0,\"NoBatchCustomize\":false}]}"} 2024-09-13 11:43:06.059 +05:30 fb368d0b-e816-4211-b44d-e981df332859 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getroledetails?roleId=6 - 200 922 application/json; charset=utf-8 104.7356ms 2024-09-13 11:43:06.067 +05:30 5297413c-0793-4fb8-8a51-e5e73cabb398 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:43:06.067 +05:30 5297413c-0793-4fb8-8a51-e5e73cabb398 INF Executed action Sang.Security.Api.Controllers.ProfileController.GetActiveProfile (Sang.Security.Api) in 102.803ms 2024-09-13 11:43:06.067 +05:30 5297413c-0793-4fb8-8a51-e5e73cabb398 INF Executed endpoint 'Sang.Security.Api.Controllers.ProfileController.GetActiveProfile (Sang.Security.Api)' 2024-09-13 11:43:06.068 +05:30 5297413c-0793-4fb8-8a51-e5e73cabb398 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 938b3fdc-0c88-4dfd-b492-2fa124465209}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 456} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ProfileId\":7,\"ProfileName\":\"Steffy_Test\"},{\"ProfileId\":6,\"ProfileName\":\"Test_Steffy_Profile2\"},{\"ProfileId\":5,\"ProfileName\":\"Test_Steffy_Profile\"},{\"ProfileId\":4,\"ProfileName\":\"testProfile\"},{\"ProfileId\":3,\"ProfileName\":\"dipin\"},{\"ProfileId\":2,\"ProfileName\":\"Test Gokul\"},{\"ProfileId\":1,\"ProfileName\":\"FullAccess\"}]"} 2024-09-13 11:43:06.068 +05:30 5297413c-0793-4fb8-8a51-e5e73cabb398 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/profile/getactiveprofiles - 200 456 application/json; charset=utf-8 104.0937ms 2024-09-13 11:43:06.528 +05:30 c2358b6b-92da-4242-b8c9-06f711bd1f9c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolegrouplist?type=1&searchString=+ - null null 2024-09-13 11:43:06.528 +05:30 c2358b6b-92da-4242-b8c9-06f711bd1f9c INF CORS policy execution successful. 2024-09-13 11:43:06.529 +05:30 c2358b6b-92da-4242-b8c9-06f711bd1f9c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/role/getrolegrouplist?type=1&searchString=+ - 204 null null 0.5807ms 2024-09-13 11:43:06.531 +05:30 f638e774-531b-48cb-9701-0a5cb1eace0c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicylist?type=1&searchString=Policy1 - null null 2024-09-13 11:43:06.531 +05:30 f638e774-531b-48cb-9701-0a5cb1eace0c INF CORS policy execution successful. 2024-09-13 11:43:06.532 +05:30 f638e774-531b-48cb-9701-0a5cb1eace0c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicylist?type=1&searchString=Policy1 - 204 null null 0.4131ms 2024-09-13 11:43:06.574 +05:30 a2f9be1f-731a-417b-a2d6-233edfb3f5ae INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicylist?type=1&searchString=Policy1 - null null 2024-09-13 11:43:06.574 +05:30 a2f9be1f-731a-417b-a2d6-233edfb3f5ae INF CORS policy execution successful. 2024-09-13 11:43:06.574 +05:30 a2f9be1f-731a-417b-a2d6-233edfb3f5ae INF HTTP request: Path: /passwordpolicy/getpasswordpolicylist QueryString: ?type=1&searchString=Policy1 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA3NTg4LCJleHAiOjE3MjYyMDgxODgsImlhdCI6MTcyNjIwNzU4OH0._0vYkJmrHJS-ozkA9FrClz_2nuby5IMTHIX2hILKM2k}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:43:06.575 +05:30 5e32e524-fa46-453f-9255-e9c50d5c2223 INF Executing endpoint 'Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyList (Sang.Security.Api)' 2024-09-13 11:43:06.575 +05:30 5e32e524-fa46-453f-9255-e9c50d5c2223 INF Route matched with {action = "GetPasswordPolicyList", controller = "PasswordPolicy"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetPasswordPolicyList(System.String) on controller Sang.Security.Api.Controllers.PasswordPolicyController (Sang.Security.Api). 2024-09-13 11:43:06.577 +05:30 d48ff065-6e64-464a-8582-b2da1eb9b2c7 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolegrouplist?type=1&searchString=+ - null null 2024-09-13 11:43:06.577 +05:30 d48ff065-6e64-464a-8582-b2da1eb9b2c7 INF CORS policy execution successful. 2024-09-13 11:43:06.577 +05:30 d48ff065-6e64-464a-8582-b2da1eb9b2c7 INF HTTP request: Path: /role/getrolegrouplist QueryString: ?type=1&searchString=+ Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA3NTg4LCJleHAiOjE3MjYyMDgxODgsImlhdCI6MTcyNjIwNzU4OH0._0vYkJmrHJS-ozkA9FrClz_2nuby5IMTHIX2hILKM2k}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:43:06.577 +05:30 1048d668-646a-4c51-9a5d-fc3cd8e5b8fc INF Executing endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleGroupList (Sang.Security.Api)' 2024-09-13 11:43:06.577 +05:30 1048d668-646a-4c51-9a5d-fc3cd8e5b8fc INF Route matched with {action = "GetRoleGroupList", controller = "Role"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetRoleGroupList(System.String) on controller Sang.Security.Api.Controllers.RoleController (Sang.Security.Api). 2024-09-13 11:43:06.732 +05:30 1048d668-646a-4c51-9a5d-fc3cd8e5b8fc INF Executing NotFoundObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:43:06.733 +05:30 1048d668-646a-4c51-9a5d-fc3cd8e5b8fc INF Executed action Sang.Security.Api.Controllers.RoleController.GetRoleGroupList (Sang.Security.Api) in 155.0919ms 2024-09-13 11:43:06.733 +05:30 1048d668-646a-4c51-9a5d-fc3cd8e5b8fc INF Executed endpoint 'Sang.Security.Api.Controllers.RoleController.GetRoleGroupList (Sang.Security.Api)' 2024-09-13 11:43:06.733 +05:30 1048d668-646a-4c51-9a5d-fc3cd8e5b8fc INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: d48ff065-6e64-464a-8582-b2da1eb9b2c7}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 84} Body: {"status":"Failure","statusCode":3001,"message":"Record(s) Not Found","result":null} 2024-09-13 11:43:06.733 +05:30 1048d668-646a-4c51-9a5d-fc3cd8e5b8fc INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/role/getrolegrouplist?type=1&searchString=+ - 404 84 application/json; charset=utf-8 156.4694ms 2024-09-13 11:43:06.741 +05:30 5e32e524-fa46-453f-9255-e9c50d5c2223 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:43:06.741 +05:30 5e32e524-fa46-453f-9255-e9c50d5c2223 INF Executed action Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyList (Sang.Security.Api) in 166.3053ms 2024-09-13 11:43:06.741 +05:30 5e32e524-fa46-453f-9255-e9c50d5c2223 INF Executed endpoint 'Sang.Security.Api.Controllers.PasswordPolicyController.GetPasswordPolicyList (Sang.Security.Api)' 2024-09-13 11:43:06.741 +05:30 5e32e524-fa46-453f-9255-e9c50d5c2223 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a2f9be1f-731a-417b-a2d6-233edfb3f5ae}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 128} Body: {"status":"Success","statusCode":2000,"message":"Password Policy List retrieved.","result":"[{\"Id\":19,\"Name\":\"Policy1\"}]"} 2024-09-13 11:43:06.742 +05:30 5e32e524-fa46-453f-9255-e9c50d5c2223 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/passwordpolicy/getpasswordpolicylist?type=1&searchString=Policy1 - 200 128 application/json; charset=utf-8 168.1525ms 2024-09-13 11:47:12.527 +05:30 912125cc-e45b-4f24-b548-44e602c81287 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA3NTg4LCJleHAiOjE3MjYyMDg0ODgsImlhdCI6MTcyNjIwNzU4OH0.cT-23GrQk3DzK5Brd99x37cOuxb0tE5LpEQAv4xIkCU - null null 2024-09-13 11:47:12.528 +05:30 912125cc-e45b-4f24-b548-44e602c81287 INF CORS policy execution successful. 2024-09-13 11:47:12.530 +05:30 912125cc-e45b-4f24-b548-44e602c81287 INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA3NTg4LCJleHAiOjE3MjYyMDg0ODgsImlhdCI6MTcyNjIwNzU4OH0.cT-23GrQk3DzK5Brd99x37cOuxb0tE5LpEQAv4xIkCU Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:47:12.531 +05:30 1065a8fd-1c0e-40f0-92e4-4ca7670b1aef INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:47:12.532 +05:30 1065a8fd-1c0e-40f0-92e4-4ca7670b1aef INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 11:47:12.563 +05:30 1065a8fd-1c0e-40f0-92e4-4ca7670b1aef INF Token generated 2024-09-13 11:47:12.563 +05:30 1065a8fd-1c0e-40f0-92e4-4ca7670b1aef INF Token generated 2024-09-13 11:47:12.564 +05:30 1065a8fd-1c0e-40f0-92e4-4ca7670b1aef INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:47:12.564 +05:30 1065a8fd-1c0e-40f0-92e4-4ca7670b1aef INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 32.6254ms 2024-09-13 11:47:12.565 +05:30 1065a8fd-1c0e-40f0-92e4-4ca7670b1aef INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:47:12.565 +05:30 1065a8fd-1c0e-40f0-92e4-4ca7670b1aef INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 912125cc-e45b-4f24-b548-44e602c81287}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 885} Body: {"status":"Success","statusCode":2000,"message":"Tokens Regenerated","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA4MjMyLCJleHAiOjE3MjYyMDg4MzIsImlhdCI6MTcyNjIwODIzMn0.PGoalMLwxmDRY3tStr_tJF_eYMXaecubW44rAXOg9o8\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA4MjMyLCJleHAiOjE3MjYyMDkxMzIsImlhdCI6MTcyNjIwODIzMn0.-ma-6y44uVNWMY5PZAmTGe-bYgBrk105RyrSc1hRZ3U\"}"} 2024-09-13 11:47:12.565 +05:30 1065a8fd-1c0e-40f0-92e4-4ca7670b1aef INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA3NTg4LCJleHAiOjE3MjYyMDg0ODgsImlhdCI6MTcyNjIwNzU4OH0.cT-23GrQk3DzK5Brd99x37cOuxb0tE5LpEQAv4xIkCU - 200 885 application/json; charset=utf-8 38.6872ms 2024-09-13 11:47:12.627 +05:30 48bd2a86-e438-4e78-af2b-8f79ad022835 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA4MjMyLCJleHAiOjE3MjYyMDkxMzIsImlhdCI6MTcyNjIwODIzMn0.-ma-6y44uVNWMY5PZAmTGe-bYgBrk105RyrSc1hRZ3U - null null 2024-09-13 11:47:12.627 +05:30 48bd2a86-e438-4e78-af2b-8f79ad022835 INF CORS policy execution successful. 2024-09-13 11:47:12.628 +05:30 48bd2a86-e438-4e78-af2b-8f79ad022835 INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA4MjMyLCJleHAiOjE3MjYyMDkxMzIsImlhdCI6MTcyNjIwODIzMn0.-ma-6y44uVNWMY5PZAmTGe-bYgBrk105RyrSc1hRZ3U Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:47:12.628 +05:30 8874ac14-de7b-40d7-9524-211ae280db15 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:47:12.628 +05:30 8874ac14-de7b-40d7-9524-211ae280db15 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 11:47:12.689 +05:30 8874ac14-de7b-40d7-9524-211ae280db15 INF Token generated 2024-09-13 11:47:12.689 +05:30 8874ac14-de7b-40d7-9524-211ae280db15 INF Token generated 2024-09-13 11:47:12.690 +05:30 8874ac14-de7b-40d7-9524-211ae280db15 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:47:12.690 +05:30 8874ac14-de7b-40d7-9524-211ae280db15 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 61.9426ms 2024-09-13 11:47:12.690 +05:30 8874ac14-de7b-40d7-9524-211ae280db15 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:47:12.690 +05:30 8874ac14-de7b-40d7-9524-211ae280db15 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 48bd2a86-e438-4e78-af2b-8f79ad022835}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 885} Body: {"status":"Success","statusCode":2000,"message":"Tokens Regenerated","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA4MjMyLCJleHAiOjE3MjYyMDg4MzIsImlhdCI6MTcyNjIwODIzMn0.PGoalMLwxmDRY3tStr_tJF_eYMXaecubW44rAXOg9o8\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA4MjMyLCJleHAiOjE3MjYyMDkxMzIsImlhdCI6MTcyNjIwODIzMn0.-ma-6y44uVNWMY5PZAmTGe-bYgBrk105RyrSc1hRZ3U\"}"} 2024-09-13 11:47:12.690 +05:30 8874ac14-de7b-40d7-9524-211ae280db15 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA4MjMyLCJleHAiOjE3MjYyMDkxMzIsImlhdCI6MTcyNjIwODIzMn0.-ma-6y44uVNWMY5PZAmTGe-bYgBrk105RyrSc1hRZ3U - 200 885 application/json; charset=utf-8 63.1689ms 2024-09-13 11:47:12.820 +05:30 3820b94e-e765-48ca-8e97-3455f95ea049 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA4MjMyLCJleHAiOjE3MjYyMDkxMzIsImlhdCI6MTcyNjIwODIzMn0.-ma-6y44uVNWMY5PZAmTGe-bYgBrk105RyrSc1hRZ3U - null null 2024-09-13 11:47:12.821 +05:30 3820b94e-e765-48ca-8e97-3455f95ea049 INF CORS policy execution successful. 2024-09-13 11:47:12.821 +05:30 3820b94e-e765-48ca-8e97-3455f95ea049 INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA4MjMyLCJleHAiOjE3MjYyMDkxMzIsImlhdCI6MTcyNjIwODIzMn0.-ma-6y44uVNWMY5PZAmTGe-bYgBrk105RyrSc1hRZ3U Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:47:12.821 +05:30 9a18964e-0971-42d1-861f-a45d3a0aeb6e INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:47:12.821 +05:30 9a18964e-0971-42d1-861f-a45d3a0aeb6e INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 11:47:12.830 +05:30 9a18964e-0971-42d1-861f-a45d3a0aeb6e INF Token generated 2024-09-13 11:47:12.831 +05:30 9a18964e-0971-42d1-861f-a45d3a0aeb6e INF Token generated 2024-09-13 11:47:12.832 +05:30 9a18964e-0971-42d1-861f-a45d3a0aeb6e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:47:12.832 +05:30 9a18964e-0971-42d1-861f-a45d3a0aeb6e INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 10.7713ms 2024-09-13 11:47:12.832 +05:30 9a18964e-0971-42d1-861f-a45d3a0aeb6e INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:47:12.832 +05:30 9a18964e-0971-42d1-861f-a45d3a0aeb6e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3820b94e-e765-48ca-8e97-3455f95ea049}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 885} Body: {"status":"Success","statusCode":2000,"message":"Tokens Regenerated","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA4MjMyLCJleHAiOjE3MjYyMDg4MzIsImlhdCI6MTcyNjIwODIzMn0.PGoalMLwxmDRY3tStr_tJF_eYMXaecubW44rAXOg9o8\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA4MjMyLCJleHAiOjE3MjYyMDkxMzIsImlhdCI6MTcyNjIwODIzMn0.-ma-6y44uVNWMY5PZAmTGe-bYgBrk105RyrSc1hRZ3U\"}"} 2024-09-13 11:47:12.833 +05:30 9a18964e-0971-42d1-861f-a45d3a0aeb6e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA4MjMyLCJleHAiOjE3MjYyMDkxMzIsImlhdCI6MTcyNjIwODIzMn0.-ma-6y44uVNWMY5PZAmTGe-bYgBrk105RyrSc1hRZ3U - 200 885 application/json; charset=utf-8 12.3899ms 2024-09-13 11:47:12.943 +05:30 7a50317e-9403-4813-aff7-df1f84b2a59e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA4MjMyLCJleHAiOjE3MjYyMDkxMzIsImlhdCI6MTcyNjIwODIzMn0.-ma-6y44uVNWMY5PZAmTGe-bYgBrk105RyrSc1hRZ3U - null null 2024-09-13 11:47:12.943 +05:30 7a50317e-9403-4813-aff7-df1f84b2a59e INF CORS policy execution successful. 2024-09-13 11:47:12.944 +05:30 7a50317e-9403-4813-aff7-df1f84b2a59e INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA4MjMyLCJleHAiOjE3MjYyMDkxMzIsImlhdCI6MTcyNjIwODIzMn0.-ma-6y44uVNWMY5PZAmTGe-bYgBrk105RyrSc1hRZ3U Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:47:12.944 +05:30 a1c66bfe-0dd6-45fd-93b6-ca425ea0727e INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:47:12.944 +05:30 a1c66bfe-0dd6-45fd-93b6-ca425ea0727e INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 11:47:12.945 +05:30 a1c66bfe-0dd6-45fd-93b6-ca425ea0727e INF Token generated 2024-09-13 11:47:12.946 +05:30 a1c66bfe-0dd6-45fd-93b6-ca425ea0727e INF Token generated 2024-09-13 11:47:12.946 +05:30 a1c66bfe-0dd6-45fd-93b6-ca425ea0727e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:47:12.946 +05:30 a1c66bfe-0dd6-45fd-93b6-ca425ea0727e INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 2.014ms 2024-09-13 11:47:12.946 +05:30 a1c66bfe-0dd6-45fd-93b6-ca425ea0727e INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:47:12.946 +05:30 a1c66bfe-0dd6-45fd-93b6-ca425ea0727e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7a50317e-9403-4813-aff7-df1f84b2a59e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 885} Body: {"status":"Success","statusCode":2000,"message":"Tokens Regenerated","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA4MjMyLCJleHAiOjE3MjYyMDg4MzIsImlhdCI6MTcyNjIwODIzMn0.PGoalMLwxmDRY3tStr_tJF_eYMXaecubW44rAXOg9o8\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA4MjMyLCJleHAiOjE3MjYyMDkxMzIsImlhdCI6MTcyNjIwODIzMn0.-ma-6y44uVNWMY5PZAmTGe-bYgBrk105RyrSc1hRZ3U\"}"} 2024-09-13 11:47:12.946 +05:30 a1c66bfe-0dd6-45fd-93b6-ca425ea0727e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA4MjMyLCJleHAiOjE3MjYyMDkxMzIsImlhdCI6MTcyNjIwODIzMn0.-ma-6y44uVNWMY5PZAmTGe-bYgBrk105RyrSc1hRZ3U - 200 885 application/json; charset=utf-8 3.3642ms 2024-09-13 11:47:13.134 +05:30 58555188-c985-45a1-8e69-71980a94510d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA4MjMyLCJleHAiOjE3MjYyMDkxMzIsImlhdCI6MTcyNjIwODIzMn0.-ma-6y44uVNWMY5PZAmTGe-bYgBrk105RyrSc1hRZ3U - null null 2024-09-13 11:47:13.134 +05:30 58555188-c985-45a1-8e69-71980a94510d INF CORS policy execution successful. 2024-09-13 11:47:13.134 +05:30 58555188-c985-45a1-8e69-71980a94510d INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA4MjMyLCJleHAiOjE3MjYyMDkxMzIsImlhdCI6MTcyNjIwODIzMn0.-ma-6y44uVNWMY5PZAmTGe-bYgBrk105RyrSc1hRZ3U Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:47:13.134 +05:30 b41a92eb-37cc-4f15-acf0-4205d03281b4 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:47:13.134 +05:30 b41a92eb-37cc-4f15-acf0-4205d03281b4 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 11:47:13.143 +05:30 b41a92eb-37cc-4f15-acf0-4205d03281b4 INF Token generated 2024-09-13 11:47:13.144 +05:30 b41a92eb-37cc-4f15-acf0-4205d03281b4 INF Token generated 2024-09-13 11:47:13.144 +05:30 b41a92eb-37cc-4f15-acf0-4205d03281b4 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:47:13.144 +05:30 b41a92eb-37cc-4f15-acf0-4205d03281b4 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 9.8689ms 2024-09-13 11:47:13.144 +05:30 b41a92eb-37cc-4f15-acf0-4205d03281b4 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:47:13.144 +05:30 b41a92eb-37cc-4f15-acf0-4205d03281b4 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 58555188-c985-45a1-8e69-71980a94510d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 885} Body: {"status":"Success","statusCode":2000,"message":"Tokens Regenerated","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA4MjMzLCJleHAiOjE3MjYyMDg4MzMsImlhdCI6MTcyNjIwODIzM30.QMtgBdGiIbpCLZCEuxnbGwK7pgDXBb1WAWBb6owTizI\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA4MjMzLCJleHAiOjE3MjYyMDkxMzMsImlhdCI6MTcyNjIwODIzM30.63jvFtwbqWYVa-DqMTItA-8aW29hKN80j3rfZcBtdVo\"}"} 2024-09-13 11:47:13.145 +05:30 b41a92eb-37cc-4f15-acf0-4205d03281b4 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA4MjMyLCJleHAiOjE3MjYyMDkxMzIsImlhdCI6MTcyNjIwODIzMn0.-ma-6y44uVNWMY5PZAmTGe-bYgBrk105RyrSc1hRZ3U - 200 885 application/json; charset=utf-8 10.972ms 2024-09-13 11:47:13.224 +05:30 6f53c96b-69bd-43ea-be96-dca5bfae97c0 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA4MjMzLCJleHAiOjE3MjYyMDkxMzMsImlhdCI6MTcyNjIwODIzM30.63jvFtwbqWYVa-DqMTItA-8aW29hKN80j3rfZcBtdVo - null null 2024-09-13 11:47:13.225 +05:30 6f53c96b-69bd-43ea-be96-dca5bfae97c0 INF CORS policy execution successful. 2024-09-13 11:47:13.225 +05:30 6f53c96b-69bd-43ea-be96-dca5bfae97c0 INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA4MjMzLCJleHAiOjE3MjYyMDkxMzMsImlhdCI6MTcyNjIwODIzM30.63jvFtwbqWYVa-DqMTItA-8aW29hKN80j3rfZcBtdVo Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:47:13.225 +05:30 75b981a9-26dd-478f-ac97-f2d757f77137 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:47:13.225 +05:30 75b981a9-26dd-478f-ac97-f2d757f77137 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 11:47:13.227 +05:30 75b981a9-26dd-478f-ac97-f2d757f77137 INF Token generated 2024-09-13 11:47:13.227 +05:30 75b981a9-26dd-478f-ac97-f2d757f77137 INF Token generated 2024-09-13 11:47:13.228 +05:30 75b981a9-26dd-478f-ac97-f2d757f77137 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:47:13.228 +05:30 75b981a9-26dd-478f-ac97-f2d757f77137 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 2.8005ms 2024-09-13 11:47:13.228 +05:30 75b981a9-26dd-478f-ac97-f2d757f77137 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:47:13.228 +05:30 75b981a9-26dd-478f-ac97-f2d757f77137 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 6f53c96b-69bd-43ea-be96-dca5bfae97c0}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 885} Body: {"status":"Success","statusCode":2000,"message":"Tokens Regenerated","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA4MjMzLCJleHAiOjE3MjYyMDg4MzMsImlhdCI6MTcyNjIwODIzM30.QMtgBdGiIbpCLZCEuxnbGwK7pgDXBb1WAWBb6owTizI\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA4MjMzLCJleHAiOjE3MjYyMDkxMzMsImlhdCI6MTcyNjIwODIzM30.63jvFtwbqWYVa-DqMTItA-8aW29hKN80j3rfZcBtdVo\"}"} 2024-09-13 11:47:13.229 +05:30 75b981a9-26dd-478f-ac97-f2d757f77137 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA4MjMzLCJleHAiOjE3MjYyMDkxMzMsImlhdCI6MTcyNjIwODIzM30.63jvFtwbqWYVa-DqMTItA-8aW29hKN80j3rfZcBtdVo - 200 885 application/json; charset=utf-8 4.2911ms 2024-09-13 11:51:06.583 +05:30 f3e544f2-42ef-426b-b740-10cd7b8e111b INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA3Mzk4LCJleHAiOjE3MjYyMDgyOTgsImlhdCI6MTcyNjIwNzM5OH0._I7GSMY5VYTPqGSSycCcsANNaQxSh-6BhC13-FB6saY - null null 2024-09-13 11:51:06.586 +05:30 f3e544f2-42ef-426b-b740-10cd7b8e111b INF CORS policy execution successful. 2024-09-13 11:51:06.588 +05:30 f3e544f2-42ef-426b-b740-10cd7b8e111b INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA3Mzk4LCJleHAiOjE3MjYyMDgyOTgsImlhdCI6MTcyNjIwNzM5OH0._I7GSMY5VYTPqGSSycCcsANNaQxSh-6BhC13-FB6saY Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9,ml;q=0.8}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 11:51:06.590 +05:30 43de3cd4-09ec-4757-a570-d6a99eb2d586 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:51:06.591 +05:30 43de3cd4-09ec-4757-a570-d6a99eb2d586 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 11:51:06.602 +05:30 43de3cd4-09ec-4757-a570-d6a99eb2d586 INF Executing BadRequestObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:51:06.603 +05:30 43de3cd4-09ec-4757-a570-d6a99eb2d586 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 11.8065ms 2024-09-13 11:51:06.603 +05:30 43de3cd4-09ec-4757-a570-d6a99eb2d586 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:51:06.604 +05:30 43de3cd4-09ec-4757-a570-d6a99eb2d586 INF HTTP Response: StatusCode: 400 Headers: {X-Correlation-Id: f3e544f2-42ef-426b-b740-10cd7b8e111b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 90} Body: {"status":"Failure","statusCode":4000,"message":"Refresh token has expired","result":null} 2024-09-13 11:51:06.605 +05:30 43de3cd4-09ec-4757-a570-d6a99eb2d586 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA3Mzk4LCJleHAiOjE3MjYyMDgyOTgsImlhdCI6MTcyNjIwNzM5OH0._I7GSMY5VYTPqGSSycCcsANNaQxSh-6BhC13-FB6saY - 400 90 application/json; charset=utf-8 22.7164ms 2024-09-13 11:51:19.686 +05:30 eafb3d96-810a-4a53-af4e-c13725472719 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=gokul - null null 2024-09-13 11:51:19.687 +05:30 eafb3d96-810a-4a53-af4e-c13725472719 INF CORS policy execution successful. 2024-09-13 11:51:19.687 +05:30 eafb3d96-810a-4a53-af4e-c13725472719 INF HTTP request: Path: /login/getcompany QueryString: ?userName=gokul Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9,ml;q=0.8}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 11:51:19.687 +05:30 60d00531-d916-48b7-93a9-76651d7abb0f INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 11:51:19.687 +05:30 60d00531-d916-48b7-93a9-76651d7abb0f INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 11:51:19.727 +05:30 60d00531-d916-48b7-93a9-76651d7abb0f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:51:19.727 +05:30 60d00531-d916-48b7-93a9-76651d7abb0f INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 39.9637ms 2024-09-13 11:51:19.727 +05:30 60d00531-d916-48b7-93a9-76651d7abb0f INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 11:51:19.728 +05:30 60d00531-d916-48b7-93a9-76651d7abb0f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: eafb3d96-810a-4a53-af4e-c13725472719}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 11:51:19.728 +05:30 60d00531-d916-48b7-93a9-76651d7abb0f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=gokul - 200 138 application/json; charset=utf-8 41.6759ms 2024-09-13 11:51:24.557 +05:30 b7aa515c-7892-4136-86bb-265ede21ebd3 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 11:51:24.557 +05:30 b7aa515c-7892-4136-86bb-265ede21ebd3 INF CORS policy execution successful. 2024-09-13 11:51:24.557 +05:30 b7aa515c-7892-4136-86bb-265ede21ebd3 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 0.5926ms 2024-09-13 11:51:24.594 +05:30 735093f5-c723-4d44-b172-5ec567300959 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 112 2024-09-13 11:51:24.594 +05:30 735093f5-c723-4d44-b172-5ec567300959 INF CORS policy execution successful. 2024-09-13 11:51:24.595 +05:30 735093f5-c723-4d44-b172-5ec567300959 INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9,ml;q=0.8}, {Connection: keep-alive}, {Content-Length: 112}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"gokul","entityId":8,"Company Name":"Entity10","password":"R+0wAuT6gjV130YwaLArtA=="} 2024-09-13 11:51:24.595 +05:30 c6fbd808-c2c5-45ed-b825-4fc172bd727b INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 11:51:24.595 +05:30 c6fbd808-c2c5-45ed-b825-4fc172bd727b INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 11:51:24.606 +05:30 c6fbd808-c2c5-45ed-b825-4fc172bd727b INF Database retrieved 2024-09-13 11:51:24.629 +05:30 c6fbd808-c2c5-45ed-b825-4fc172bd727b INF Token generated 2024-09-13 11:51:24.629 +05:30 c6fbd808-c2c5-45ed-b825-4fc172bd727b INF Token generated 2024-09-13 11:51:24.629 +05:30 c6fbd808-c2c5-45ed-b825-4fc172bd727b INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:51:24.629 +05:30 c6fbd808-c2c5-45ed-b825-4fc172bd727b INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 34.3762ms 2024-09-13 11:51:24.629 +05:30 c6fbd808-c2c5-45ed-b825-4fc172bd727b INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 11:51:24.629 +05:30 c6fbd808-c2c5-45ed-b825-4fc172bd727b INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 735093f5-c723-4d44-b172-5ec567300959}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 876} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA4NDg0LCJleHAiOjE3MjYyMDkwODQsImlhdCI6MTcyNjIwODQ4NH0.FYpCg4AUJ6xMoQ3LR49XHSKxvgIVE2gxG_i7NKJyAqo\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA4NDg0LCJleHAiOjE3MjYyMDkzODQsImlhdCI6MTcyNjIwODQ4NH0.8eUw0TkWnAKp_S-1bmqaQOYd5ibuqdG6IcIQc1UoN0Q\"}"} 2024-09-13 11:51:24.630 +05:30 c6fbd808-c2c5-45ed-b825-4fc172bd727b INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 876 application/json; charset=utf-8 35.8853ms 2024-09-13 11:58:16.208 +05:30 a478e924-12dd-4af3-9d81-4f70ab816012 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA4MjMzLCJleHAiOjE3MjYyMDkxMzMsImlhdCI6MTcyNjIwODIzM30.63jvFtwbqWYVa-DqMTItA-8aW29hKN80j3rfZcBtdVo - null null 2024-09-13 11:58:16.211 +05:30 a478e924-12dd-4af3-9d81-4f70ab816012 INF CORS policy execution successful. 2024-09-13 11:58:16.212 +05:30 a478e924-12dd-4af3-9d81-4f70ab816012 INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA4MjMzLCJleHAiOjE3MjYyMDkxMzMsImlhdCI6MTcyNjIwODIzM30.63jvFtwbqWYVa-DqMTItA-8aW29hKN80j3rfZcBtdVo Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://103.120.178.195:82/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://103.120.178.195:82} Host: 103.120.178.195 Body: 2024-09-13 11:58:16.213 +05:30 b28e5428-4fbc-4467-95b5-7e42fdb1a983 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:58:16.214 +05:30 b28e5428-4fbc-4467-95b5-7e42fdb1a983 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 11:58:16.278 +05:30 b28e5428-4fbc-4467-95b5-7e42fdb1a983 INF Token generated 2024-09-13 11:58:16.278 +05:30 b28e5428-4fbc-4467-95b5-7e42fdb1a983 INF Token generated 2024-09-13 11:58:16.279 +05:30 b28e5428-4fbc-4467-95b5-7e42fdb1a983 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 11:58:16.280 +05:30 b28e5428-4fbc-4467-95b5-7e42fdb1a983 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 66.1882ms 2024-09-13 11:58:16.281 +05:30 b28e5428-4fbc-4467-95b5-7e42fdb1a983 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 11:58:16.281 +05:30 b28e5428-4fbc-4467-95b5-7e42fdb1a983 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a478e924-12dd-4af3-9d81-4f70ab816012}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 885} Body: {"status":"Success","statusCode":2000,"message":"Tokens Regenerated","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA4ODk2LCJleHAiOjE3MjYyMDk0OTYsImlhdCI6MTcyNjIwODg5Nn0.GTz7k917zaXmUKKM14L6kj7k_9KWtQCrymnDVdjBDio\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA4ODk2LCJleHAiOjE3MjYyMDk3OTYsImlhdCI6MTcyNjIwODg5Nn0.TfWKtEY_pSXowonydf7gtHT3j7cthmKiJxz_NQmPYiM\"}"} 2024-09-13 11:58:16.282 +05:30 b28e5428-4fbc-4467-95b5-7e42fdb1a983 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiU3RlZmZ5IiwidW5pcXVlX25hbWUiOiJTdGVmZnkiLCJuYW1laWQiOiIxMCIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA4MjMzLCJleHAiOjE3MjYyMDkxMzMsImlhdCI6MTcyNjIwODIzM30.63jvFtwbqWYVa-DqMTItA-8aW29hKN80j3rfZcBtdVo - 200 885 application/json; charset=utf-8 74.0717ms 2024-09-13 12:04:17.845 +05:30 58af065d-9399-459a-8a4a-668166d1ec1e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA4NDg0LCJleHAiOjE3MjYyMDkzODQsImlhdCI6MTcyNjIwODQ4NH0.8eUw0TkWnAKp_S-1bmqaQOYd5ibuqdG6IcIQc1UoN0Q - null null 2024-09-13 12:04:17.846 +05:30 58af065d-9399-459a-8a4a-668166d1ec1e INF CORS policy execution successful. 2024-09-13 12:04:17.848 +05:30 58af065d-9399-459a-8a4a-668166d1ec1e INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA4NDg0LCJleHAiOjE3MjYyMDkzODQsImlhdCI6MTcyNjIwODQ4NH0.8eUw0TkWnAKp_S-1bmqaQOYd5ibuqdG6IcIQc1UoN0Q Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9,ml;q=0.8}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 12:04:17.851 +05:30 6e537f00-e63a-428f-952b-317a8d1959ab INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 12:04:17.852 +05:30 6e537f00-e63a-428f-952b-317a8d1959ab INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 12:04:18.009 +05:30 6e537f00-e63a-428f-952b-317a8d1959ab INF Token generated 2024-09-13 12:04:18.009 +05:30 6e537f00-e63a-428f-952b-317a8d1959ab INF Token generated 2024-09-13 12:04:18.010 +05:30 6e537f00-e63a-428f-952b-317a8d1959ab INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 12:04:18.010 +05:30 6e537f00-e63a-428f-952b-317a8d1959ab INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 157.6996ms 2024-09-13 12:04:18.010 +05:30 6e537f00-e63a-428f-952b-317a8d1959ab INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 12:04:18.011 +05:30 6e537f00-e63a-428f-952b-317a8d1959ab INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 58af065d-9399-459a-8a4a-668166d1ec1e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 877} Body: {"status":"Success","statusCode":2000,"message":"Tokens Regenerated","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA5MjU4LCJleHAiOjE3MjYyMDk4NTgsImlhdCI6MTcyNjIwOTI1OH0.uAQW_3HIa0g3l1L81xBJOE7A9ySBFso8EF40N82xrHE\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA5MjU4LCJleHAiOjE3MjYyMTAxNTgsImlhdCI6MTcyNjIwOTI1OH0.TInJ8g8HWry_ukAUSYkEgYRU0iLy48Pyvt9qdve05KY\"}"} 2024-09-13 12:04:18.011 +05:30 6e537f00-e63a-428f-952b-317a8d1959ab INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA4NDg0LCJleHAiOjE3MjYyMDkzODQsImlhdCI6MTcyNjIwODQ4NH0.8eUw0TkWnAKp_S-1bmqaQOYd5ibuqdG6IcIQc1UoN0Q - 200 877 application/json; charset=utf-8 166.7887ms 2024-09-13 12:12:20.542 +05:30 fda23a3a-dca1-47ab-822d-74879e4ca2c3 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json-patch+json 99 2024-09-13 12:12:20.545 +05:30 fda23a3a-dca1-47ab-822d-74879e4ca2c3 INF HTTP request: Path: /login/login QueryString: Headers: {Accept: */*}, {Accept-Encoding: gzip, deflate, br}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 99}, {Content-Type: application/json-patch+json}, {Host: 103.120.178.195}, {User-Agent: PostmanRuntime/7.42.0}, {Postman-Token: c0bb6f7b-c807-4d79-8c40-434f00024716} Host: 103.120.178.195 Body: { "loginName": "TestUser1", "password": "TestUser1", "entityId": 7, "channelId": 2 } 2024-09-13 12:12:20.546 +05:30 ecbef897-fb7b-4155-a025-842afd7d30ed INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 12:12:20.546 +05:30 ecbef897-fb7b-4155-a025-842afd7d30ed INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 12:12:20.592 +05:30 ecbef897-fb7b-4155-a025-842afd7d30ed INF Database retrieved 2024-09-13 12:12:20.639 +05:30 ecbef897-fb7b-4155-a025-842afd7d30ed INF Token generated 2024-09-13 12:12:20.640 +05:30 ecbef897-fb7b-4155-a025-842afd7d30ed INF Token generated 2024-09-13 12:12:20.640 +05:30 ecbef897-fb7b-4155-a025-842afd7d30ed INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 12:12:20.641 +05:30 ecbef897-fb7b-4155-a025-842afd7d30ed INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 94.5152ms 2024-09-13 12:12:20.641 +05:30 ecbef897-fb7b-4155-a025-842afd7d30ed INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 12:12:20.641 +05:30 ecbef897-fb7b-4155-a025-842afd7d30ed INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: fda23a3a-dca1-47ab-822d-74879e4ca2c3}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 898} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIxIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjEiLCJuYW1laWQiOiI0IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMDk3NDAsImV4cCI6MTcyNjIxMDM0MCwiaWF0IjoxNzI2MjA5NzQwfQ.LQuKn6jiYcSQJXTZYsJIxHBp4O1p9MCk7aJjNKGsHuQ\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIxIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjEiLCJuYW1laWQiOiI0IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMDk3NDAsImV4cCI6MTcyNjIxMDY0MCwiaWF0IjoxNzI2MjA5NzQwfQ.XEqeqtx6bavoXWVA81jqRvHf48xYOrrET3ipkPBkqnI\"}"} 2024-09-13 12:12:20.642 +05:30 ecbef897-fb7b-4155-a025-842afd7d30ed INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 898 application/json; charset=utf-8 101.0436ms 2024-09-13 12:16:40.881 +05:30 cd4c88f7-1070-4dc3-a168-111c4a2c64b1 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json-patch+json 99 2024-09-13 12:16:40.887 +05:30 cd4c88f7-1070-4dc3-a168-111c4a2c64b1 INF HTTP request: Path: /login/login QueryString: Headers: {Accept: */*}, {Accept-Encoding: gzip, deflate, br}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 99}, {Content-Type: application/json-patch+json}, {Host: 103.120.178.195}, {User-Agent: PostmanRuntime/7.42.0}, {Postman-Token: 34ca6f06-9a17-40fa-85ca-4c2f0a1e285e} Host: 103.120.178.195 Body: { "loginName": "TestUser1", "password": "TestUser1", "entityId": 7, "channelId": 2 } 2024-09-13 12:16:40.889 +05:30 f1ddf3af-b129-46b3-897a-6d8987f915db INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 12:16:40.890 +05:30 f1ddf3af-b129-46b3-897a-6d8987f915db INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 12:16:40.911 +05:30 f1ddf3af-b129-46b3-897a-6d8987f915db INF Database retrieved 2024-09-13 12:16:40.938 +05:30 f1ddf3af-b129-46b3-897a-6d8987f915db INF Token generated 2024-09-13 12:16:40.938 +05:30 f1ddf3af-b129-46b3-897a-6d8987f915db INF Token generated 2024-09-13 12:16:40.938 +05:30 f1ddf3af-b129-46b3-897a-6d8987f915db INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 12:16:40.939 +05:30 f1ddf3af-b129-46b3-897a-6d8987f915db INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 48.4277ms 2024-09-13 12:16:40.939 +05:30 f1ddf3af-b129-46b3-897a-6d8987f915db INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 12:16:40.939 +05:30 f1ddf3af-b129-46b3-897a-6d8987f915db INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: cd4c88f7-1070-4dc3-a168-111c4a2c64b1}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 898} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIxIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjEiLCJuYW1laWQiOiI0IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMTAwMDAsImV4cCI6MTcyNjIxMDYwMCwiaWF0IjoxNzI2MjEwMDAwfQ.DXnBr-LePP7IrN_SxpQIYBOqmheppgwUQnDKL4KHvpo\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIxIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjEiLCJuYW1laWQiOiI0IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMTAwMDAsImV4cCI6MTcyNjIxMDkwMCwiaWF0IjoxNzI2MjEwMDAwfQ.Dgieho8IvJD1wRA9O9zY5YRlgEFBfZy8b7g4muesGFI\"}"} 2024-09-13 12:16:40.940 +05:30 f1ddf3af-b129-46b3-897a-6d8987f915db INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 898 application/json; charset=utf-8 59.4138ms 2024-09-13 12:21:25.486 +05:30 5f7873ea-c0f4-4ffc-841c-341f7cb56ad6 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA5MjU4LCJleHAiOjE3MjYyMTAxNTgsImlhdCI6MTcyNjIwOTI1OH0.TInJ8g8HWry_ukAUSYkEgYRU0iLy48Pyvt9qdve05KY - null null 2024-09-13 12:21:25.487 +05:30 5f7873ea-c0f4-4ffc-841c-341f7cb56ad6 INF CORS policy execution successful. 2024-09-13 12:21:25.489 +05:30 5f7873ea-c0f4-4ffc-841c-341f7cb56ad6 INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA5MjU4LCJleHAiOjE3MjYyMTAxNTgsImlhdCI6MTcyNjIwOTI1OH0.TInJ8g8HWry_ukAUSYkEgYRU0iLy48Pyvt9qdve05KY Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9,ml;q=0.8}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 12:21:25.490 +05:30 566e92d6-200b-4d82-ace5-01c38986062f INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 12:21:25.490 +05:30 566e92d6-200b-4d82-ace5-01c38986062f INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 12:21:25.498 +05:30 566e92d6-200b-4d82-ace5-01c38986062f INF Executing BadRequestObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 12:21:25.499 +05:30 566e92d6-200b-4d82-ace5-01c38986062f INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 8.5268ms 2024-09-13 12:21:25.499 +05:30 566e92d6-200b-4d82-ace5-01c38986062f INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 12:21:25.499 +05:30 566e92d6-200b-4d82-ace5-01c38986062f INF HTTP Response: StatusCode: 400 Headers: {X-Correlation-Id: 5f7873ea-c0f4-4ffc-841c-341f7cb56ad6}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 90} Body: {"status":"Failure","statusCode":4000,"message":"Refresh token has expired","result":null} 2024-09-13 12:21:25.500 +05:30 566e92d6-200b-4d82-ace5-01c38986062f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA5MjU4LCJleHAiOjE3MjYyMTAxNTgsImlhdCI6MTcyNjIwOTI1OH0.TInJ8g8HWry_ukAUSYkEgYRU0iLy48Pyvt9qdve05KY - 400 90 application/json; charset=utf-8 14.6708ms 2024-09-13 12:21:32.942 +05:30 7a113556-98b3-44fb-8112-98174ea39d0e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=gokul - null null 2024-09-13 12:21:32.943 +05:30 7a113556-98b3-44fb-8112-98174ea39d0e INF CORS policy execution successful. 2024-09-13 12:21:32.943 +05:30 7a113556-98b3-44fb-8112-98174ea39d0e INF HTTP request: Path: /login/getcompany QueryString: ?userName=gokul Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9,ml;q=0.8}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 12:21:32.944 +05:30 daafeb2d-7414-4298-9531-dd3fabd6a79f INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 12:21:32.944 +05:30 daafeb2d-7414-4298-9531-dd3fabd6a79f INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 12:21:32.968 +05:30 daafeb2d-7414-4298-9531-dd3fabd6a79f INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 12:21:32.968 +05:30 daafeb2d-7414-4298-9531-dd3fabd6a79f INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 24.2375ms 2024-09-13 12:21:32.968 +05:30 daafeb2d-7414-4298-9531-dd3fabd6a79f INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 12:21:32.969 +05:30 daafeb2d-7414-4298-9531-dd3fabd6a79f INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7a113556-98b3-44fb-8112-98174ea39d0e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 12:21:32.969 +05:30 daafeb2d-7414-4298-9531-dd3fabd6a79f INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=gokul - 200 138 application/json; charset=utf-8 27.1451ms 2024-09-13 12:21:41.086 +05:30 8225f7d3-9349-4cf1-ae74-c3b3a0ca8556 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 12:21:41.087 +05:30 8225f7d3-9349-4cf1-ae74-c3b3a0ca8556 INF CORS policy execution successful. 2024-09-13 12:21:41.088 +05:30 8225f7d3-9349-4cf1-ae74-c3b3a0ca8556 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 1.5879ms 2024-09-13 12:21:41.134 +05:30 f8094820-4477-4e2a-829e-00dae4a0a848 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 112 2024-09-13 12:21:41.134 +05:30 f8094820-4477-4e2a-829e-00dae4a0a848 INF CORS policy execution successful. 2024-09-13 12:21:41.135 +05:30 f8094820-4477-4e2a-829e-00dae4a0a848 INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9,ml;q=0.8}, {Connection: keep-alive}, {Content-Length: 112}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"gokul","entityId":8,"Company Name":"Entity10","password":"R+0wAuT6gjV130YwaLArtA=="} 2024-09-13 12:21:41.135 +05:30 a31069dd-cb6e-48b4-ba88-5fa1b835948c INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 12:21:41.136 +05:30 a31069dd-cb6e-48b4-ba88-5fa1b835948c INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 12:21:41.148 +05:30 a31069dd-cb6e-48b4-ba88-5fa1b835948c INF Database retrieved 2024-09-13 12:21:41.174 +05:30 a31069dd-cb6e-48b4-ba88-5fa1b835948c INF Token generated 2024-09-13 12:21:41.174 +05:30 a31069dd-cb6e-48b4-ba88-5fa1b835948c INF Token generated 2024-09-13 12:21:41.174 +05:30 a31069dd-cb6e-48b4-ba88-5fa1b835948c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 12:21:41.175 +05:30 a31069dd-cb6e-48b4-ba88-5fa1b835948c INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 38.6061ms 2024-09-13 12:21:41.175 +05:30 a31069dd-cb6e-48b4-ba88-5fa1b835948c INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 12:21:41.175 +05:30 a31069dd-cb6e-48b4-ba88-5fa1b835948c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f8094820-4477-4e2a-829e-00dae4a0a848}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 876} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjEwMzAxLCJleHAiOjE3MjYyMTA5MDEsImlhdCI6MTcyNjIxMDMwMX0.0aB6PtTTnPeqX7tYz5A2oxbXp1LE8ASJhAKlkF92UHg\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjEwMzAxLCJleHAiOjE3MjYyMTEyMDEsImlhdCI6MTcyNjIxMDMwMX0.3CG8qDatTs2s4W_qAW4fKGnOLnOPxBM3_HhufjLKvP4\"}"} 2024-09-13 12:21:41.175 +05:30 a31069dd-cb6e-48b4-ba88-5fa1b835948c INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 876 application/json; charset=utf-8 41.1125ms 2024-09-13 12:30:09.656 +05:30 f36cd9d0-c75a-4e0d-845e-453e0b5b8413 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2MjI3LCJleHAiOjE3MjYyMDcxMjcsImlhdCI6MTcyNjIwNjIyN30.pgkcHhDgD2ninGQ_KvyUHuTL7A2W_dkzi9Z7tpiQhoo - null null 2024-09-13 12:30:09.658 +05:30 f36cd9d0-c75a-4e0d-845e-453e0b5b8413 INF CORS policy execution successful. 2024-09-13 12:30:09.661 +05:30 f36cd9d0-c75a-4e0d-845e-453e0b5b8413 INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2MjI3LCJleHAiOjE3MjYyMDcxMjcsImlhdCI6MTcyNjIwNjIyN30.pgkcHhDgD2ninGQ_KvyUHuTL7A2W_dkzi9Z7tpiQhoo Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 12:30:09.662 +05:30 3fe52316-e64b-4b8f-9f05-23db4b6a8935 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 12:30:09.662 +05:30 3fe52316-e64b-4b8f-9f05-23db4b6a8935 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 12:30:09.669 +05:30 3fe52316-e64b-4b8f-9f05-23db4b6a8935 INF Executing BadRequestObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 12:30:09.670 +05:30 3fe52316-e64b-4b8f-9f05-23db4b6a8935 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 7.595ms 2024-09-13 12:30:09.670 +05:30 3fe52316-e64b-4b8f-9f05-23db4b6a8935 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 12:30:09.671 +05:30 3fe52316-e64b-4b8f-9f05-23db4b6a8935 INF HTTP Response: StatusCode: 400 Headers: {X-Correlation-Id: f36cd9d0-c75a-4e0d-845e-453e0b5b8413}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 90} Body: {"status":"Failure","statusCode":4000,"message":"Refresh token has expired","result":null} 2024-09-13 12:30:09.672 +05:30 3fe52316-e64b-4b8f-9f05-23db4b6a8935 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjA2MjI3LCJleHAiOjE3MjYyMDcxMjcsImlhdCI6MTcyNjIwNjIyN30.pgkcHhDgD2ninGQ_KvyUHuTL7A2W_dkzi9Z7tpiQhoo - 400 90 application/json; charset=utf-8 15.8191ms 2024-09-13 12:30:17.532 +05:30 9b3acd14-63ea-4c80-829e-377330de8ef7 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - null null 2024-09-13 12:30:17.533 +05:30 9b3acd14-63ea-4c80-829e-377330de8ef7 INF CORS policy execution successful. 2024-09-13 12:30:17.533 +05:30 9b3acd14-63ea-4c80-829e-377330de8ef7 INF HTTP request: Path: /login/getcompany QueryString: ?userName=dipin Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 12:30:17.533 +05:30 4e0cf59f-820c-46a9-8a41-662a196d0a8e INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 12:30:17.534 +05:30 4e0cf59f-820c-46a9-8a41-662a196d0a8e INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 12:30:17.591 +05:30 4e0cf59f-820c-46a9-8a41-662a196d0a8e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 12:30:17.592 +05:30 4e0cf59f-820c-46a9-8a41-662a196d0a8e INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 57.9686ms 2024-09-13 12:30:17.592 +05:30 4e0cf59f-820c-46a9-8a41-662a196d0a8e INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 12:30:17.592 +05:30 4e0cf59f-820c-46a9-8a41-662a196d0a8e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9b3acd14-63ea-4c80-829e-377330de8ef7}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 12:30:17.593 +05:30 4e0cf59f-820c-46a9-8a41-662a196d0a8e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - 200 138 application/json; charset=utf-8 60.9053ms 2024-09-13 12:30:18.182 +05:30 88c91573-feb2-41a0-8826-99d9880961f9 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 12:30:18.182 +05:30 88c91573-feb2-41a0-8826-99d9880961f9 INF CORS policy execution successful. 2024-09-13 12:30:18.183 +05:30 88c91573-feb2-41a0-8826-99d9880961f9 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 1.1449ms 2024-09-13 12:30:18.222 +05:30 53d3387d-1614-4a7b-9e88-6da7ea698ef2 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 112 2024-09-13 12:30:18.222 +05:30 53d3387d-1614-4a7b-9e88-6da7ea698ef2 INF CORS policy execution successful. 2024-09-13 12:30:18.223 +05:30 53d3387d-1614-4a7b-9e88-6da7ea698ef2 INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 112}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"dipin","password":"UjgEpa1oE5f/WyfCWCwrcg==","entityId":8,"Company Name":"Entity10"} 2024-09-13 12:30:18.223 +05:30 a333fcab-2c03-4b33-bc6f-fb4f18903dac INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 12:30:18.223 +05:30 a333fcab-2c03-4b33-bc6f-fb4f18903dac INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 12:30:18.237 +05:30 a333fcab-2c03-4b33-bc6f-fb4f18903dac INF Database retrieved 2024-09-13 12:30:18.342 +05:30 a333fcab-2c03-4b33-bc6f-fb4f18903dac INF Token generated 2024-09-13 12:30:18.342 +05:30 a333fcab-2c03-4b33-bc6f-fb4f18903dac INF Token generated 2024-09-13 12:30:18.342 +05:30 a333fcab-2c03-4b33-bc6f-fb4f18903dac INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 12:30:18.342 +05:30 a333fcab-2c03-4b33-bc6f-fb4f18903dac INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 118.8764ms 2024-09-13 12:30:18.342 +05:30 a333fcab-2c03-4b33-bc6f-fb4f18903dac INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 12:30:18.342 +05:30 a333fcab-2c03-4b33-bc6f-fb4f18903dac INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 53d3387d-1614-4a7b-9e88-6da7ea698ef2}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 876} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjEwODE4LCJleHAiOjE3MjYyMTE0MTgsImlhdCI6MTcyNjIxMDgxOH0.p_j5ZkyUAgD_VZJYopQIbegizrH9BGxiiKeS4rWbSio\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjEwODE4LCJleHAiOjE3MjYyMTE3MTgsImlhdCI6MTcyNjIxMDgxOH0._QZRc5Mrb2T6DExU1RlF51qunxVitf5B1wqLkAtwvSY\"}"} 2024-09-13 12:30:18.343 +05:30 a333fcab-2c03-4b33-bc6f-fb4f18903dac INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 876 application/json; charset=utf-8 121.1338ms 2024-09-13 12:32:06.022 +05:30 e5fd23c2-2c04-48b5-b969-7257ab896612 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjEwMzAxLCJleHAiOjE3MjYyMTEyMDEsImlhdCI6MTcyNjIxMDMwMX0.3CG8qDatTs2s4W_qAW4fKGnOLnOPxBM3_HhufjLKvP4 - null null 2024-09-13 12:32:06.024 +05:30 e5fd23c2-2c04-48b5-b969-7257ab896612 INF CORS policy execution successful. 2024-09-13 12:32:06.025 +05:30 e5fd23c2-2c04-48b5-b969-7257ab896612 INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjEwMzAxLCJleHAiOjE3MjYyMTEyMDEsImlhdCI6MTcyNjIxMDMwMX0.3CG8qDatTs2s4W_qAW4fKGnOLnOPxBM3_HhufjLKvP4 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9,ml;q=0.8}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 12:32:06.025 +05:30 d1b7e2c7-9061-46a7-abc6-c400ef4e17c2 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 12:32:06.026 +05:30 d1b7e2c7-9061-46a7-abc6-c400ef4e17c2 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 12:32:06.122 +05:30 d1b7e2c7-9061-46a7-abc6-c400ef4e17c2 INF Token generated 2024-09-13 12:32:06.123 +05:30 d1b7e2c7-9061-46a7-abc6-c400ef4e17c2 INF Token generated 2024-09-13 12:32:06.124 +05:30 d1b7e2c7-9061-46a7-abc6-c400ef4e17c2 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 12:32:06.125 +05:30 d1b7e2c7-9061-46a7-abc6-c400ef4e17c2 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 98.6027ms 2024-09-13 12:32:06.125 +05:30 d1b7e2c7-9061-46a7-abc6-c400ef4e17c2 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 12:32:06.125 +05:30 d1b7e2c7-9061-46a7-abc6-c400ef4e17c2 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e5fd23c2-2c04-48b5-b969-7257ab896612}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 877} Body: {"status":"Success","statusCode":2000,"message":"Tokens Regenerated","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjEwOTI2LCJleHAiOjE3MjYyMTE1MjYsImlhdCI6MTcyNjIxMDkyNn0.iyTxWfVpTuQMs-zfQWJIEWRU5CqVyeJADJ9L6DJ-u6s\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjEwOTI2LCJleHAiOjE3MjYyMTE4MjYsImlhdCI6MTcyNjIxMDkyNn0.t60zYYiYZo4qLWkQCHmBpNvAloKAMvHasMqzI7W3Bbc\"}"} 2024-09-13 12:32:06.126 +05:30 d1b7e2c7-9061-46a7-abc6-c400ef4e17c2 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjEwMzAxLCJleHAiOjE3MjYyMTEyMDEsImlhdCI6MTcyNjIxMDMwMX0.3CG8qDatTs2s4W_qAW4fKGnOLnOPxBM3_HhufjLKvP4 - 200 877 application/json; charset=utf-8 104.4495ms 2024-09-13 12:42:04.998 +05:30 0af26524-43c3-4545-a6e1-fa4856beccbf INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjEwODE4LCJleHAiOjE3MjYyMTE3MTgsImlhdCI6MTcyNjIxMDgxOH0._QZRc5Mrb2T6DExU1RlF51qunxVitf5B1wqLkAtwvSY - null null 2024-09-13 12:42:05.000 +05:30 0af26524-43c3-4545-a6e1-fa4856beccbf INF CORS policy execution successful. 2024-09-13 12:42:05.002 +05:30 0af26524-43c3-4545-a6e1-fa4856beccbf INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjEwODE4LCJleHAiOjE3MjYyMTE3MTgsImlhdCI6MTcyNjIxMDgxOH0._QZRc5Mrb2T6DExU1RlF51qunxVitf5B1wqLkAtwvSY Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 12:42:05.003 +05:30 cceb656c-4577-4193-84a8-a38cc21a5536 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 12:42:05.004 +05:30 cceb656c-4577-4193-84a8-a38cc21a5536 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 12:42:05.233 +05:30 cceb656c-4577-4193-84a8-a38cc21a5536 INF Token generated 2024-09-13 12:42:05.233 +05:30 cceb656c-4577-4193-84a8-a38cc21a5536 INF Token generated 2024-09-13 12:42:05.234 +05:30 cceb656c-4577-4193-84a8-a38cc21a5536 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 12:42:05.237 +05:30 cceb656c-4577-4193-84a8-a38cc21a5536 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 232.9385ms 2024-09-13 12:42:05.237 +05:30 cceb656c-4577-4193-84a8-a38cc21a5536 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 12:42:05.238 +05:30 cceb656c-4577-4193-84a8-a38cc21a5536 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0af26524-43c3-4545-a6e1-fa4856beccbf}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 877} Body: {"status":"Success","statusCode":2000,"message":"Tokens Regenerated","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjExNTI1LCJleHAiOjE3MjYyMTIxMjUsImlhdCI6MTcyNjIxMTUyNX0.pWE1i7mi8anL_7KH2oMYIgswduLv3KIsm1XI2_7KuN8\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjExNTI1LCJleHAiOjE3MjYyMTI0MjUsImlhdCI6MTcyNjIxMTUyNX0.VlJrfQxU3lk7zgIdCPhonsUuiaBZDh2dOhsG9AWRyRU\"}"} 2024-09-13 12:42:05.239 +05:30 cceb656c-4577-4193-84a8-a38cc21a5536 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjEwODE4LCJleHAiOjE3MjYyMTE3MTgsImlhdCI6MTcyNjIxMDgxOH0._QZRc5Mrb2T6DExU1RlF51qunxVitf5B1wqLkAtwvSY - 200 877 application/json; charset=utf-8 241.3265ms 2024-09-13 12:42:40.015 +05:30 955808ba-1cd7-4c74-81d7-a08f4c45cd98 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json-patch+json 99 2024-09-13 12:42:40.017 +05:30 955808ba-1cd7-4c74-81d7-a08f4c45cd98 INF HTTP request: Path: /login/login QueryString: Headers: {Accept: */*}, {Accept-Encoding: gzip, deflate, br}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 99}, {Content-Type: application/json-patch+json}, {Host: 103.120.178.195}, {User-Agent: PostmanRuntime/7.42.0}, {Postman-Token: 216c9ae3-22bb-4565-bc34-e0de70ad8b88} Host: 103.120.178.195 Body: { "loginName": "TestUser1", "password": "TestUser1", "entityId": 7, "channelId": 2 } 2024-09-13 12:42:40.018 +05:30 44b3bb65-7194-4f3e-9e12-fd74f3025944 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 12:42:40.018 +05:30 44b3bb65-7194-4f3e-9e12-fd74f3025944 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 12:42:40.055 +05:30 44b3bb65-7194-4f3e-9e12-fd74f3025944 INF Database retrieved 2024-09-13 12:42:40.314 +05:30 44b3bb65-7194-4f3e-9e12-fd74f3025944 INF Token generated 2024-09-13 12:42:40.315 +05:30 44b3bb65-7194-4f3e-9e12-fd74f3025944 INF Token generated 2024-09-13 12:42:40.315 +05:30 44b3bb65-7194-4f3e-9e12-fd74f3025944 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 12:42:40.316 +05:30 44b3bb65-7194-4f3e-9e12-fd74f3025944 INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 297.9951ms 2024-09-13 12:42:40.317 +05:30 44b3bb65-7194-4f3e-9e12-fd74f3025944 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 12:42:40.317 +05:30 44b3bb65-7194-4f3e-9e12-fd74f3025944 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 955808ba-1cd7-4c74-81d7-a08f4c45cd98}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 898} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIxIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjEiLCJuYW1laWQiOiI0IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMTE1NjAsImV4cCI6MTcyNjIxMjE2MCwiaWF0IjoxNzI2MjExNTYwfQ.WjL8NHP0ZK5JIx-z4KVPgZuPiI3YNZwpNo_Bnri5Ys0\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIxIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjEiLCJuYW1laWQiOiI0IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMTE1NjAsImV4cCI6MTcyNjIxMjQ2MCwiaWF0IjoxNzI2MjExNTYwfQ.xuR1Ft5sHR-OLAl-GnyZ_6Bkq6XIVNMjs1N2NvAOtWc\"}"} 2024-09-13 12:42:40.317 +05:30 44b3bb65-7194-4f3e-9e12-fd74f3025944 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 898 application/json; charset=utf-8 302.2156ms 2024-09-13 12:45:21.594 +05:30 a0aef71a-1686-4c55-8c4b-a27b7aac67ce INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json-patch+json 99 2024-09-13 12:45:21.598 +05:30 a0aef71a-1686-4c55-8c4b-a27b7aac67ce INF HTTP request: Path: /login/login QueryString: Headers: {Accept: */*}, {Accept-Encoding: gzip, deflate, br}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 99}, {Content-Type: application/json-patch+json}, {Host: 103.120.178.195}, {User-Agent: PostmanRuntime/7.42.0}, {Postman-Token: 68d5a528-df0a-4cb7-9a4a-8f7ed9895a06} Host: 103.120.178.195 Body: { "loginName": "TestUser1", "password": "TestUser1", "entityId": 7, "channelId": 2 } 2024-09-13 12:45:21.599 +05:30 c39453fa-9a98-41a5-954f-114566ceeb15 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 12:45:21.600 +05:30 c39453fa-9a98-41a5-954f-114566ceeb15 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 12:45:21.617 +05:30 c39453fa-9a98-41a5-954f-114566ceeb15 INF Database retrieved 2024-09-13 12:45:21.630 +05:30 c39453fa-9a98-41a5-954f-114566ceeb15 INF Token generated 2024-09-13 12:45:21.630 +05:30 c39453fa-9a98-41a5-954f-114566ceeb15 INF Token generated 2024-09-13 12:45:21.631 +05:30 c39453fa-9a98-41a5-954f-114566ceeb15 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 12:45:21.631 +05:30 c39453fa-9a98-41a5-954f-114566ceeb15 INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 31.0718ms 2024-09-13 12:45:21.631 +05:30 c39453fa-9a98-41a5-954f-114566ceeb15 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 12:45:21.632 +05:30 c39453fa-9a98-41a5-954f-114566ceeb15 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a0aef71a-1686-4c55-8c4b-a27b7aac67ce}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 898} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIxIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjEiLCJuYW1laWQiOiI0IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMTE3MjEsImV4cCI6MTcyNjIxMjMyMSwiaWF0IjoxNzI2MjExNzIxfQ.sIvL7UNOz29ezHsE8zIIcQeO15if4PTI9zVnMgmzt8A\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIxIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjEiLCJuYW1laWQiOiI0IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMTE3MjEsImV4cCI6MTcyNjIxMjYyMSwiaWF0IjoxNzI2MjExNzIxfQ.gBTg6SgZr08E86awpklKkYnMVbryWC3F8vsK-YQXhHY\"}"} 2024-09-13 12:45:21.632 +05:30 c39453fa-9a98-41a5-954f-114566ceeb15 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 898 application/json; charset=utf-8 38.4462ms 2024-09-13 12:52:06.767 +05:30 886d259c-727d-4e54-8bda-ec3d3de87440 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjExNTI1LCJleHAiOjE3MjYyMTI0MjUsImlhdCI6MTcyNjIxMTUyNX0.VlJrfQxU3lk7zgIdCPhonsUuiaBZDh2dOhsG9AWRyRU - null null 2024-09-13 12:52:06.769 +05:30 886d259c-727d-4e54-8bda-ec3d3de87440 INF CORS policy execution successful. 2024-09-13 12:52:06.770 +05:30 886d259c-727d-4e54-8bda-ec3d3de87440 INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjExNTI1LCJleHAiOjE3MjYyMTI0MjUsImlhdCI6MTcyNjIxMTUyNX0.VlJrfQxU3lk7zgIdCPhonsUuiaBZDh2dOhsG9AWRyRU Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 12:52:06.771 +05:30 4d1f9a89-79b6-447e-9bfa-75ea5a39b786 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 12:52:06.771 +05:30 4d1f9a89-79b6-447e-9bfa-75ea5a39b786 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 12:52:06.813 +05:30 4d1f9a89-79b6-447e-9bfa-75ea5a39b786 ERR Login successful. 2024-09-13 12:52:06.816 +05:30 4d1f9a89-79b6-447e-9bfa-75ea5a39b786 ERR Token Regeneration failed System.Exception: Login successful. at Sang.Service.Common.Authentication.TokenService.RegenerateTokens(String refershToken) at Sang.Security.Api.Controllers.TokenController.RegenerateTokens(String refreshToken) 2024-09-13 12:52:06.816 +05:30 4d1f9a89-79b6-447e-9bfa-75ea5a39b786 INF Executing ObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 12:52:06.817 +05:30 4d1f9a89-79b6-447e-9bfa-75ea5a39b786 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 45.2035ms 2024-09-13 12:52:06.817 +05:30 4d1f9a89-79b6-447e-9bfa-75ea5a39b786 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 12:52:06.817 +05:30 4d1f9a89-79b6-447e-9bfa-75ea5a39b786 INF HTTP Response: StatusCode: 500 Headers: {X-Correlation-Id: 886d259c-727d-4e54-8bda-ec3d3de87440}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 81} Body: {"status":"Failure","statusCode":5000,"message":"Login successful","result":null} 2024-09-13 12:52:06.818 +05:30 4d1f9a89-79b6-447e-9bfa-75ea5a39b786 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjExNTI1LCJleHAiOjE3MjYyMTI0MjUsImlhdCI6MTcyNjIxMTUyNX0.VlJrfQxU3lk7zgIdCPhonsUuiaBZDh2dOhsG9AWRyRU - 500 81 application/json; charset=utf-8 51.2362ms 2024-09-13 12:52:20.089 +05:30 c21f1f0c-36e1-4bfb-98d3-9d24519715f2 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - null null 2024-09-13 12:52:20.090 +05:30 c21f1f0c-36e1-4bfb-98d3-9d24519715f2 INF CORS policy execution successful. 2024-09-13 12:52:20.090 +05:30 c21f1f0c-36e1-4bfb-98d3-9d24519715f2 INF HTTP request: Path: /login/getcompany QueryString: ?userName=dipin Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 12:52:20.091 +05:30 9657627c-2f3e-4944-98d5-bdc94fa7d7bc INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 12:52:20.091 +05:30 9657627c-2f3e-4944-98d5-bdc94fa7d7bc INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 12:52:20.119 +05:30 9657627c-2f3e-4944-98d5-bdc94fa7d7bc INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 12:52:20.119 +05:30 9657627c-2f3e-4944-98d5-bdc94fa7d7bc INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 28.0891ms 2024-09-13 12:52:20.119 +05:30 9657627c-2f3e-4944-98d5-bdc94fa7d7bc INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 12:52:20.120 +05:30 9657627c-2f3e-4944-98d5-bdc94fa7d7bc INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c21f1f0c-36e1-4bfb-98d3-9d24519715f2}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 12:52:20.120 +05:30 9657627c-2f3e-4944-98d5-bdc94fa7d7bc INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - 200 138 application/json; charset=utf-8 30.9882ms 2024-09-13 12:52:21.537 +05:30 45362bd4-6af5-41fd-8c8e-2859e05079fc INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 12:52:21.538 +05:30 45362bd4-6af5-41fd-8c8e-2859e05079fc INF CORS policy execution successful. 2024-09-13 12:52:21.538 +05:30 45362bd4-6af5-41fd-8c8e-2859e05079fc INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 0.7175ms 2024-09-13 12:52:21.583 +05:30 7a42853a-1b1a-49d4-97a9-f889238f143a INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 112 2024-09-13 12:52:21.583 +05:30 7a42853a-1b1a-49d4-97a9-f889238f143a INF CORS policy execution successful. 2024-09-13 12:52:21.584 +05:30 7a42853a-1b1a-49d4-97a9-f889238f143a INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 112}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"dipin","password":"UjgEpa1oE5f/WyfCWCwrcg==","entityId":8,"Company Name":"Entity10"} 2024-09-13 12:52:21.584 +05:30 ad2a9171-b24b-46de-8394-a0c999936778 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 12:52:21.584 +05:30 ad2a9171-b24b-46de-8394-a0c999936778 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 12:52:21.609 +05:30 ad2a9171-b24b-46de-8394-a0c999936778 INF Database retrieved 2024-09-13 12:52:21.632 +05:30 ad2a9171-b24b-46de-8394-a0c999936778 INF Token generated 2024-09-13 12:52:21.632 +05:30 ad2a9171-b24b-46de-8394-a0c999936778 INF Token generated 2024-09-13 12:52:21.633 +05:30 ad2a9171-b24b-46de-8394-a0c999936778 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 12:52:21.633 +05:30 ad2a9171-b24b-46de-8394-a0c999936778 INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 48.4567ms 2024-09-13 12:52:21.633 +05:30 ad2a9171-b24b-46de-8394-a0c999936778 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 12:52:21.633 +05:30 ad2a9171-b24b-46de-8394-a0c999936778 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7a42853a-1b1a-49d4-97a9-f889238f143a}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 876} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjEyMTQxLCJleHAiOjE3MjYyMTI3NDEsImlhdCI6MTcyNjIxMjE0MX0.h_5TV__cdo4WM7z0-1pp2yKs4OeouGuR5Ts2pn6byYo\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjEyMTQxLCJleHAiOjE3MjYyMTMwNDEsImlhdCI6MTcyNjIxMjE0MX0.rU5pp2sZvpm_0EFbCui8Hz0bv5LEbbfMBjV3PmddGkk\"}"} 2024-09-13 12:52:21.634 +05:30 ad2a9171-b24b-46de-8394-a0c999936778 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 876 application/json; charset=utf-8 50.5553ms 2024-09-13 13:02:34.353 +05:30 INF Application is shutting down... 2024-09-13 13:02:44.617 +05:30 WRN Using an in-memory repository. Keys will not be persisted to storage. 2024-09-13 13:02:44.667 +05:30 WRN Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. 2024-09-13 13:02:44.686 +05:30 INF Creating key {2449b95d-2cf8-4999-b460-0e0c50f71fda} with creation date 2024-09-13 07:32:44Z, activation date 2024-09-13 07:32:44Z, and expiration date 2024-12-12 07:32:44Z. 2024-09-13 13:02:44.700 +05:30 WRN No XML encryptor configured. Key {2449b95d-2cf8-4999-b460-0e0c50f71fda} may be persisted to storage in unencrypted form. 2024-09-13 13:02:44.905 +05:30 INF Application started. Press Ctrl+C to shut down. 2024-09-13 13:02:44.906 +05:30 INF Hosting environment: Production 2024-09-13 13:02:44.906 +05:30 INF Content root path: C:\inetpub\wwwroot\SangSecurityAPI 2024-09-13 13:02:44.920 +05:30 b0ee27ec-4ac8-4665-bf26-923e11499b2f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjEyMTQxLCJleHAiOjE3MjYyMTMwNDEsImlhdCI6MTcyNjIxMjE0MX0.rU5pp2sZvpm_0EFbCui8Hz0bv5LEbbfMBjV3PmddGkk - null null 2024-09-13 13:02:45.033 +05:30 b0ee27ec-4ac8-4665-bf26-923e11499b2f INF CORS policy execution successful. 2024-09-13 13:02:45.060 +05:30 b0ee27ec-4ac8-4665-bf26-923e11499b2f INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjEyMTQxLCJleHAiOjE3MjYyMTMwNDEsImlhdCI6MTcyNjIxMjE0MX0.rU5pp2sZvpm_0EFbCui8Hz0bv5LEbbfMBjV3PmddGkk Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 13:02:45.118 +05:30 cd482db1-3e7b-4258-9660-b6da68a63108 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 13:02:45.155 +05:30 cd482db1-3e7b-4258-9660-b6da68a63108 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 13:02:45.461 +05:30 cd482db1-3e7b-4258-9660-b6da68a63108 ERR Login failed for user ''. 2024-09-13 13:02:45.486 +05:30 cd482db1-3e7b-4258-9660-b6da68a63108 ERR Token Regeneration failed System.Data.SqlClient.SqlException (0x80131904): Login failed for user ''. at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken) at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen() --- End of stack trace from previous location --- at Sang.Service.Common.CommonService.CommonEntityService.ExecuteProcedureWithResult(String procedureName, SqlParameter[] parameters) at Sang.Service.Common.Authentication.TokenService.RegenerateTokens(String refershToken) at Sang.Security.Api.Controllers.TokenController.RegenerateTokens(String refreshToken) ClientConnectionId:2c9bfd68-7968-480f-9e55-348c20a44add Error Number:18456,State:1,Class:14 2024-09-13 13:02:45.499 +05:30 cd482db1-3e7b-4258-9660-b6da68a63108 INF Executing ObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 13:02:45.620 +05:30 cd482db1-3e7b-4258-9660-b6da68a63108 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 459.8104ms 2024-09-13 13:02:45.624 +05:30 cd482db1-3e7b-4258-9660-b6da68a63108 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 13:02:45.626 +05:30 cd482db1-3e7b-4258-9660-b6da68a63108 INF HTTP Response: StatusCode: 500 Headers: {X-Correlation-Id: b0ee27ec-4ac8-4665-bf26-923e11499b2f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 89} Body: {"status":"Failure","statusCode":5000,"message":"Login failed for user ''","result":null} 2024-09-13 13:02:45.645 +05:30 cd482db1-3e7b-4258-9660-b6da68a63108 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjEyMTQxLCJleHAiOjE3MjYyMTMwNDEsImlhdCI6MTcyNjIxMjE0MX0.rU5pp2sZvpm_0EFbCui8Hz0bv5LEbbfMBjV3PmddGkk - 500 89 application/json; charset=utf-8 726.9579ms 2024-09-13 13:02:52.006 +05:30 79cf9e1c-d846-4269-9800-b8b4d4df70a5 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - null null 2024-09-13 13:02:52.009 +05:30 79cf9e1c-d846-4269-9800-b8b4d4df70a5 INF CORS policy execution successful. 2024-09-13 13:02:52.011 +05:30 79cf9e1c-d846-4269-9800-b8b4d4df70a5 INF HTTP request: Path: /login/getcompany QueryString: ?userName=dipin Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 13:02:52.013 +05:30 8c832182-4519-4f0b-a9ff-b8c5ceddd6bc INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 13:02:52.022 +05:30 8c832182-4519-4f0b-a9ff-b8c5ceddd6bc INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 13:02:52.291 +05:30 8c832182-4519-4f0b-a9ff-b8c5ceddd6bc INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 13:02:52.293 +05:30 8c832182-4519-4f0b-a9ff-b8c5ceddd6bc INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 270.0832ms 2024-09-13 13:02:52.293 +05:30 8c832182-4519-4f0b-a9ff-b8c5ceddd6bc INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 13:02:52.293 +05:30 8c832182-4519-4f0b-a9ff-b8c5ceddd6bc INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 79cf9e1c-d846-4269-9800-b8b4d4df70a5}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 13:02:52.294 +05:30 8c832182-4519-4f0b-a9ff-b8c5ceddd6bc INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - 200 138 application/json; charset=utf-8 288.3976ms 2024-09-13 13:02:53.590 +05:30 471d121e-74b4-485c-ab86-19382f5e8698 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 13:02:53.594 +05:30 471d121e-74b4-485c-ab86-19382f5e8698 INF CORS policy execution successful. 2024-09-13 13:02:53.597 +05:30 471d121e-74b4-485c-ab86-19382f5e8698 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 6.2575ms 2024-09-13 13:02:53.639 +05:30 adbe32f5-094e-4e74-83f6-f1aa504b7457 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 112 2024-09-13 13:02:53.639 +05:30 adbe32f5-094e-4e74-83f6-f1aa504b7457 INF CORS policy execution successful. 2024-09-13 13:02:53.640 +05:30 adbe32f5-094e-4e74-83f6-f1aa504b7457 INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 112}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"dipin","password":"UjgEpa1oE5f/WyfCWCwrcg==","entityId":8,"Company Name":"Entity10"} 2024-09-13 13:02:53.641 +05:30 ebcbb161-d8f7-4341-a325-50f1e29b5583 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 13:02:53.650 +05:30 ebcbb161-d8f7-4341-a325-50f1e29b5583 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 13:02:53.750 +05:30 ebcbb161-d8f7-4341-a325-50f1e29b5583 INF Database retrieved 2024-09-13 13:02:53.802 +05:30 ebcbb161-d8f7-4341-a325-50f1e29b5583 INF Token generated 2024-09-13 13:02:53.804 +05:30 ebcbb161-d8f7-4341-a325-50f1e29b5583 INF Token generated 2024-09-13 13:02:53.806 +05:30 ebcbb161-d8f7-4341-a325-50f1e29b5583 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 13:02:53.807 +05:30 ebcbb161-d8f7-4341-a325-50f1e29b5583 INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 156.5242ms 2024-09-13 13:02:53.807 +05:30 ebcbb161-d8f7-4341-a325-50f1e29b5583 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 13:02:53.807 +05:30 ebcbb161-d8f7-4341-a325-50f1e29b5583 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: adbe32f5-094e-4e74-83f6-f1aa504b7457}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 876} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjEyNzczLCJleHAiOjE3MjYyMTMzNzMsImlhdCI6MTcyNjIxMjc3M30.DVEKdeTESIa6hTv7F526vvDfnQw1BYKAkegR0FIdKTA\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjEyNzczLCJleHAiOjE3MjYyMTM2NzMsImlhdCI6MTcyNjIxMjc3M30.Z3wBTD6xN2KU9qQ8hKaaTdPQw66U6tQ96VLrCFME7_E\"}"} 2024-09-13 13:02:53.808 +05:30 ebcbb161-d8f7-4341-a325-50f1e29b5583 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 876 application/json; charset=utf-8 169.614ms 2024-09-13 13:13:43.430 +05:30 INF Application is shutting down... 2024-09-13 13:39:56.651 +05:30 WRN Using an in-memory repository. Keys will not be persisted to storage. 2024-09-13 13:39:56.698 +05:30 WRN Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. 2024-09-13 13:39:56.719 +05:30 INF Creating key {fed5b9b7-edad-48bc-82a3-e5283be70e33} with creation date 2024-09-13 08:09:56Z, activation date 2024-09-13 08:09:56Z, and expiration date 2024-12-12 08:09:56Z. 2024-09-13 13:39:56.734 +05:30 WRN No XML encryptor configured. Key {fed5b9b7-edad-48bc-82a3-e5283be70e33} may be persisted to storage in unencrypted form. 2024-09-13 13:39:56.950 +05:30 INF Application started. Press Ctrl+C to shut down. 2024-09-13 13:39:56.951 +05:30 INF Hosting environment: Production 2024-09-13 13:39:56.951 +05:30 INF Content root path: C:\inetpub\wwwroot\SangSecurityAPI 2024-09-13 13:39:56.972 +05:30 eb2885ba-9eed-4a10-a1c8-1ce68a7ef9d3 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjEyNzczLCJleHAiOjE3MjYyMTM2NzMsImlhdCI6MTcyNjIxMjc3M30.Z3wBTD6xN2KU9qQ8hKaaTdPQw66U6tQ96VLrCFME7_E - null null 2024-09-13 13:39:56.972 +05:30 55180e4c-296e-4914-89aa-718576284bca INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjEyNzczLCJleHAiOjE3MjYyMTM2NzMsImlhdCI6MTcyNjIxMjc3M30.Z3wBTD6xN2KU9qQ8hKaaTdPQw66U6tQ96VLrCFME7_E - null null 2024-09-13 13:39:57.035 +05:30 55180e4c-296e-4914-89aa-718576284bca INF CORS policy execution successful. 2024-09-13 13:39:57.035 +05:30 eb2885ba-9eed-4a10-a1c8-1ce68a7ef9d3 INF CORS policy execution successful. 2024-09-13 13:39:57.057 +05:30 eb2885ba-9eed-4a10-a1c8-1ce68a7ef9d3 INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjEyNzczLCJleHAiOjE3MjYyMTM2NzMsImlhdCI6MTcyNjIxMjc3M30.Z3wBTD6xN2KU9qQ8hKaaTdPQw66U6tQ96VLrCFME7_E Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 13:39:57.057 +05:30 55180e4c-296e-4914-89aa-718576284bca INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjEyNzczLCJleHAiOjE3MjYyMTM2NzMsImlhdCI6MTcyNjIxMjc3M30.Z3wBTD6xN2KU9qQ8hKaaTdPQw66U6tQ96VLrCFME7_E Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 13:39:57.096 +05:30 ffebbc58-77a3-42a5-9a21-28ca9693ccc4 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 13:39:57.096 +05:30 4a8a3307-6d65-4b69-b6b6-765dfbebe1b7 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 13:39:57.127 +05:30 4a8a3307-6d65-4b69-b6b6-765dfbebe1b7 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 13:39:57.127 +05:30 ffebbc58-77a3-42a5-9a21-28ca9693ccc4 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 13:39:57.291 +05:30 ffebbc58-77a3-42a5-9a21-28ca9693ccc4 INF Executing BadRequestObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 13:39:57.291 +05:30 4a8a3307-6d65-4b69-b6b6-765dfbebe1b7 INF Executing BadRequestObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 13:39:57.413 +05:30 4a8a3307-6d65-4b69-b6b6-765dfbebe1b7 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 280.3248ms 2024-09-13 13:39:57.413 +05:30 ffebbc58-77a3-42a5-9a21-28ca9693ccc4 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 280.3206ms 2024-09-13 13:39:57.416 +05:30 4a8a3307-6d65-4b69-b6b6-765dfbebe1b7 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 13:39:57.416 +05:30 ffebbc58-77a3-42a5-9a21-28ca9693ccc4 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 13:39:57.417 +05:30 4a8a3307-6d65-4b69-b6b6-765dfbebe1b7 INF HTTP Response: StatusCode: 400 Headers: {X-Correlation-Id: eb2885ba-9eed-4a10-a1c8-1ce68a7ef9d3}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 90} Body: {"status":"Failure","statusCode":4000,"message":"Refresh token has expired","result":null} 2024-09-13 13:39:57.418 +05:30 ffebbc58-77a3-42a5-9a21-28ca9693ccc4 INF HTTP Response: StatusCode: 400 Headers: {X-Correlation-Id: 55180e4c-296e-4914-89aa-718576284bca}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 90} Body: {"status":"Failure","statusCode":4000,"message":"Refresh token has expired","result":null} 2024-09-13 13:39:57.430 +05:30 ffebbc58-77a3-42a5-9a21-28ca9693ccc4 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjEyNzczLCJleHAiOjE3MjYyMTM2NzMsImlhdCI6MTcyNjIxMjc3M30.Z3wBTD6xN2KU9qQ8hKaaTdPQw66U6tQ96VLrCFME7_E - 400 90 application/json; charset=utf-8 461.1924ms 2024-09-13 13:39:57.430 +05:30 4a8a3307-6d65-4b69-b6b6-765dfbebe1b7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjEyNzczLCJleHAiOjE3MjYyMTM2NzMsImlhdCI6MTcyNjIxMjc3M30.Z3wBTD6xN2KU9qQ8hKaaTdPQw66U6tQ96VLrCFME7_E - 400 90 application/json; charset=utf-8 460.7773ms 2024-09-13 13:41:35.980 +05:30 44c33928-cbce-4454-a753-353a68f368dd INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - null null 2024-09-13 13:41:35.991 +05:30 44c33928-cbce-4454-a753-353a68f368dd INF CORS policy execution successful. 2024-09-13 13:41:35.995 +05:30 44c33928-cbce-4454-a753-353a68f368dd INF HTTP request: Path: /login/getcompany QueryString: ?userName=dipin Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 13:41:36.001 +05:30 efca3fd2-c339-4562-82ac-763ecfb5a496 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 13:41:36.021 +05:30 efca3fd2-c339-4562-82ac-763ecfb5a496 INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 13:41:36.421 +05:30 efca3fd2-c339-4562-82ac-763ecfb5a496 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 13:41:36.423 +05:30 efca3fd2-c339-4562-82ac-763ecfb5a496 INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 401.1898ms 2024-09-13 13:41:36.423 +05:30 efca3fd2-c339-4562-82ac-763ecfb5a496 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 13:41:36.424 +05:30 efca3fd2-c339-4562-82ac-763ecfb5a496 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 44c33928-cbce-4454-a753-353a68f368dd}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 13:41:36.426 +05:30 efca3fd2-c339-4562-82ac-763ecfb5a496 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - 200 138 application/json; charset=utf-8 446.4384ms 2024-09-13 13:41:37.950 +05:30 9739487d-5bf6-402d-bfbc-f2964d49d51f INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 13:41:37.951 +05:30 9739487d-5bf6-402d-bfbc-f2964d49d51f INF CORS policy execution successful. 2024-09-13 13:41:37.953 +05:30 9739487d-5bf6-402d-bfbc-f2964d49d51f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 2.8887ms 2024-09-13 13:41:37.997 +05:30 287c94e1-596a-42b9-829b-9f70ecb3c48b INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 112 2024-09-13 13:41:37.998 +05:30 287c94e1-596a-42b9-829b-9f70ecb3c48b INF CORS policy execution successful. 2024-09-13 13:41:37.999 +05:30 287c94e1-596a-42b9-829b-9f70ecb3c48b INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 112}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"dipin","password":"UjgEpa1oE5f/WyfCWCwrcg==","entityId":8,"Company Name":"Entity10"} 2024-09-13 13:41:38.002 +05:30 7f4efd32-48e3-48a2-9e75-0c4475ec903a INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 13:41:38.015 +05:30 7f4efd32-48e3-48a2-9e75-0c4475ec903a INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 13:41:38.151 +05:30 7f4efd32-48e3-48a2-9e75-0c4475ec903a INF Database retrieved 2024-09-13 13:41:38.211 +05:30 7f4efd32-48e3-48a2-9e75-0c4475ec903a INF Token generated 2024-09-13 13:41:38.213 +05:30 7f4efd32-48e3-48a2-9e75-0c4475ec903a INF Token generated 2024-09-13 13:41:38.216 +05:30 7f4efd32-48e3-48a2-9e75-0c4475ec903a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 13:41:38.217 +05:30 7f4efd32-48e3-48a2-9e75-0c4475ec903a INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 201.447ms 2024-09-13 13:41:38.217 +05:30 7f4efd32-48e3-48a2-9e75-0c4475ec903a INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 13:41:38.218 +05:30 7f4efd32-48e3-48a2-9e75-0c4475ec903a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 287c94e1-596a-42b9-829b-9f70ecb3c48b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 876} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjE1MDk4LCJleHAiOjE3MjYyMTU2OTgsImlhdCI6MTcyNjIxNTA5OH0.t0hRA48fsx-JCUd7VcoM_YVbvI0FhLqnvrarlJPMLuE\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjE1MDk4LCJleHAiOjE3MjYyMTU5OTgsImlhdCI6MTcyNjIxNTA5OH0.2-UpHCRdIVmhms36VIkweNd_loFutv5_05iqhLS948Y\"}"} 2024-09-13 13:41:38.219 +05:30 7f4efd32-48e3-48a2-9e75-0c4475ec903a INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 876 application/json; charset=utf-8 222.3998ms 2024-09-13 13:51:38.456 +05:30 6002f5e1-87ea-44af-8a99-97ada62031de INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjE1MDk4LCJleHAiOjE3MjYyMTU5OTgsImlhdCI6MTcyNjIxNTA5OH0.2-UpHCRdIVmhms36VIkweNd_loFutv5_05iqhLS948Y - null null 2024-09-13 13:51:38.462 +05:30 6002f5e1-87ea-44af-8a99-97ada62031de INF CORS policy execution successful. 2024-09-13 13:51:38.465 +05:30 6002f5e1-87ea-44af-8a99-97ada62031de INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjE1MDk4LCJleHAiOjE3MjYyMTU5OTgsImlhdCI6MTcyNjIxNTA5OH0.2-UpHCRdIVmhms36VIkweNd_loFutv5_05iqhLS948Y Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 13:51:38.469 +05:30 5c48bb69-0ba4-42f0-a826-a05bc8aad58a INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 13:51:38.471 +05:30 5c48bb69-0ba4-42f0-a826-a05bc8aad58a INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 13:51:38.530 +05:30 5c48bb69-0ba4-42f0-a826-a05bc8aad58a INF Token generated 2024-09-13 13:51:38.530 +05:30 5c48bb69-0ba4-42f0-a826-a05bc8aad58a INF Token generated 2024-09-13 13:51:38.533 +05:30 5c48bb69-0ba4-42f0-a826-a05bc8aad58a INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 13:51:38.534 +05:30 5c48bb69-0ba4-42f0-a826-a05bc8aad58a INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 62.8006ms 2024-09-13 13:51:38.534 +05:30 5c48bb69-0ba4-42f0-a826-a05bc8aad58a INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 13:51:38.534 +05:30 5c48bb69-0ba4-42f0-a826-a05bc8aad58a INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 6002f5e1-87ea-44af-8a99-97ada62031de}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 877} Body: {"status":"Success","statusCode":2000,"message":"Tokens Regenerated","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjE1Njk4LCJleHAiOjE3MjYyMTYyOTgsImlhdCI6MTcyNjIxNTY5OH0.aHMxsuQQEhoETVTyn2tWHXiJPacYNIZJxquDBlSvhPY\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjE1Njk4LCJleHAiOjE3MjYyMTY1OTgsImlhdCI6MTcyNjIxNTY5OH0.RAHxq4keEHt9TJ7ZBoP5Cf-rKyItxvs2SNkQ_0ZcOcc\"}"} 2024-09-13 13:51:38.535 +05:30 5c48bb69-0ba4-42f0-a826-a05bc8aad58a INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjE1MDk4LCJleHAiOjE3MjYyMTU5OTgsImlhdCI6MTcyNjIxNTA5OH0.2-UpHCRdIVmhms36VIkweNd_loFutv5_05iqhLS948Y - 200 877 application/json; charset=utf-8 79.7352ms 2024-09-13 14:01:40.078 +05:30 ce71af91-433c-425a-bffe-03f8d6c5d835 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjE1Njk4LCJleHAiOjE3MjYyMTY1OTgsImlhdCI6MTcyNjIxNTY5OH0.RAHxq4keEHt9TJ7ZBoP5Cf-rKyItxvs2SNkQ_0ZcOcc - null null 2024-09-13 14:01:40.083 +05:30 ce71af91-433c-425a-bffe-03f8d6c5d835 INF CORS policy execution successful. 2024-09-13 14:01:40.086 +05:30 ce71af91-433c-425a-bffe-03f8d6c5d835 INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjE1Njk4LCJleHAiOjE3MjYyMTY1OTgsImlhdCI6MTcyNjIxNTY5OH0.RAHxq4keEHt9TJ7ZBoP5Cf-rKyItxvs2SNkQ_0ZcOcc Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 14:01:40.088 +05:30 9aaf8aee-5199-488f-ada9-0314dffb5432 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 14:01:40.089 +05:30 9aaf8aee-5199-488f-ada9-0314dffb5432 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 14:01:40.127 +05:30 9aaf8aee-5199-488f-ada9-0314dffb5432 INF Token generated 2024-09-13 14:01:40.128 +05:30 9aaf8aee-5199-488f-ada9-0314dffb5432 INF Token generated 2024-09-13 14:01:40.130 +05:30 9aaf8aee-5199-488f-ada9-0314dffb5432 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 14:01:40.131 +05:30 9aaf8aee-5199-488f-ada9-0314dffb5432 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 41.7005ms 2024-09-13 14:01:40.131 +05:30 9aaf8aee-5199-488f-ada9-0314dffb5432 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 14:01:40.132 +05:30 9aaf8aee-5199-488f-ada9-0314dffb5432 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ce71af91-433c-425a-bffe-03f8d6c5d835}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 877} Body: {"status":"Success","statusCode":2000,"message":"Tokens Regenerated","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjE2MzAwLCJleHAiOjE3MjYyMTY5MDAsImlhdCI6MTcyNjIxNjMwMH0.0VDu5jssxLtHoMD1xFcAAdPvF32hMcSnH7HvNb7K0fs\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjE2MzAwLCJleHAiOjE3MjYyMTcyMDAsImlhdCI6MTcyNjIxNjMwMH0.6Drij3kLjZobYbkjtrXxbdXn18SkZNjNyeZX3JMqlfI\"}"} 2024-09-13 14:01:40.133 +05:30 9aaf8aee-5199-488f-ada9-0314dffb5432 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjE1Njk4LCJleHAiOjE3MjYyMTY1OTgsImlhdCI6MTcyNjIxNTY5OH0.RAHxq4keEHt9TJ7ZBoP5Cf-rKyItxvs2SNkQ_0ZcOcc - 200 877 application/json; charset=utf-8 55.9213ms 2024-09-13 14:11:47.058 +05:30 9f6e31ec-a729-4c94-801d-0430f294d196 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjE2MzAwLCJleHAiOjE3MjYyMTcyMDAsImlhdCI6MTcyNjIxNjMwMH0.6Drij3kLjZobYbkjtrXxbdXn18SkZNjNyeZX3JMqlfI - null null 2024-09-13 14:11:47.062 +05:30 9f6e31ec-a729-4c94-801d-0430f294d196 INF CORS policy execution successful. 2024-09-13 14:11:47.065 +05:30 9f6e31ec-a729-4c94-801d-0430f294d196 INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjE2MzAwLCJleHAiOjE3MjYyMTcyMDAsImlhdCI6MTcyNjIxNjMwMH0.6Drij3kLjZobYbkjtrXxbdXn18SkZNjNyeZX3JMqlfI Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 14:11:47.066 +05:30 126ba149-32d8-48f2-9d9b-4bebb1206e21 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 14:11:47.067 +05:30 126ba149-32d8-48f2-9d9b-4bebb1206e21 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 14:11:47.115 +05:30 126ba149-32d8-48f2-9d9b-4bebb1206e21 INF Token generated 2024-09-13 14:11:47.116 +05:30 126ba149-32d8-48f2-9d9b-4bebb1206e21 INF Token generated 2024-09-13 14:11:47.117 +05:30 126ba149-32d8-48f2-9d9b-4bebb1206e21 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 14:11:47.119 +05:30 126ba149-32d8-48f2-9d9b-4bebb1206e21 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 50.9748ms 2024-09-13 14:11:47.119 +05:30 126ba149-32d8-48f2-9d9b-4bebb1206e21 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 14:11:47.119 +05:30 126ba149-32d8-48f2-9d9b-4bebb1206e21 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9f6e31ec-a729-4c94-801d-0430f294d196}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 877} Body: {"status":"Success","statusCode":2000,"message":"Tokens Regenerated","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjE2OTA3LCJleHAiOjE3MjYyMTc1MDcsImlhdCI6MTcyNjIxNjkwN30.gxir0T-kVEh7ZFooH1wNhum2QafuvjJrDZsu4MqnM6k\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjE2OTA3LCJleHAiOjE3MjYyMTc4MDcsImlhdCI6MTcyNjIxNjkwN30.Q8iuaRElzqIjJYtd4nUi3W8JZgijHWsZITfQNo4rr_k\"}"} 2024-09-13 14:11:47.121 +05:30 126ba149-32d8-48f2-9d9b-4bebb1206e21 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjE2MzAwLCJleHAiOjE3MjYyMTcyMDAsImlhdCI6MTcyNjIxNjMwMH0.6Drij3kLjZobYbkjtrXxbdXn18SkZNjNyeZX3JMqlfI - 200 877 application/json; charset=utf-8 63.041ms 2024-09-13 14:21:55.334 +05:30 INF Application is shutting down... 2024-09-13 14:21:58.717 +05:30 WRN Using an in-memory repository. Keys will not be persisted to storage. 2024-09-13 14:21:58.774 +05:30 WRN Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. 2024-09-13 14:21:58.796 +05:30 INF Creating key {afda226b-f423-46b6-bf54-1ca3ffddc0eb} with creation date 2024-09-13 08:51:58Z, activation date 2024-09-13 08:51:58Z, and expiration date 2024-12-12 08:51:58Z. 2024-09-13 14:21:58.812 +05:30 WRN No XML encryptor configured. Key {afda226b-f423-46b6-bf54-1ca3ffddc0eb} may be persisted to storage in unencrypted form. 2024-09-13 14:21:59.003 +05:30 INF Application started. Press Ctrl+C to shut down. 2024-09-13 14:21:59.004 +05:30 INF Hosting environment: Production 2024-09-13 14:21:59.004 +05:30 INF Content root path: C:\inetpub\wwwroot\SangSecurityAPI 2024-09-13 14:21:59.017 +05:30 6e5d536d-de7d-4b98-9e82-b151976acd0d INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjE2OTA3LCJleHAiOjE3MjYyMTc4MDcsImlhdCI6MTcyNjIxNjkwN30.Q8iuaRElzqIjJYtd4nUi3W8JZgijHWsZITfQNo4rr_k - null null 2024-09-13 14:21:59.076 +05:30 6e5d536d-de7d-4b98-9e82-b151976acd0d INF CORS policy execution successful. 2024-09-13 14:21:59.094 +05:30 6e5d536d-de7d-4b98-9e82-b151976acd0d INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjE2OTA3LCJleHAiOjE3MjYyMTc4MDcsImlhdCI6MTcyNjIxNjkwN30.Q8iuaRElzqIjJYtd4nUi3W8JZgijHWsZITfQNo4rr_k Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 14:21:59.139 +05:30 123e3231-7fa4-4533-8900-874edf04f3ef INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 14:21:59.165 +05:30 123e3231-7fa4-4533-8900-874edf04f3ef INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 14:21:59.450 +05:30 123e3231-7fa4-4533-8900-874edf04f3ef ERR Login failed for user ''. 2024-09-13 14:21:59.469 +05:30 123e3231-7fa4-4533-8900-874edf04f3ef ERR Token Regeneration failed System.Data.SqlClient.SqlException (0x80131904): Login failed for user ''. at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken) at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen() --- End of stack trace from previous location --- at Sang.Service.Common.CommonService.CommonEntityService.ExecuteProcedureWithResult(String procedureName, SqlParameter[] parameters) at Sang.Service.Common.Authentication.TokenService.RegenerateTokens(String refershToken) at Sang.Security.Api.Controllers.TokenController.RegenerateTokens(String refreshToken) ClientConnectionId:fc3c8d41-9787-44d5-b552-8f9ef00b74bc Error Number:18456,State:1,Class:14 2024-09-13 14:21:59.480 +05:30 123e3231-7fa4-4533-8900-874edf04f3ef INF Executing ObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 14:21:59.598 +05:30 123e3231-7fa4-4533-8900-874edf04f3ef INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 426.8035ms 2024-09-13 14:21:59.602 +05:30 123e3231-7fa4-4533-8900-874edf04f3ef INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 14:21:59.603 +05:30 123e3231-7fa4-4533-8900-874edf04f3ef INF HTTP Response: StatusCode: 500 Headers: {X-Correlation-Id: 6e5d536d-de7d-4b98-9e82-b151976acd0d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 89} Body: {"status":"Failure","statusCode":5000,"message":"Login failed for user ''","result":null} 2024-09-13 14:21:59.616 +05:30 123e3231-7fa4-4533-8900-874edf04f3ef INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjE2OTA3LCJleHAiOjE3MjYyMTc4MDcsImlhdCI6MTcyNjIxNjkwN30.Q8iuaRElzqIjJYtd4nUi3W8JZgijHWsZITfQNo4rr_k - 500 89 application/json; charset=utf-8 600.8647ms 2024-09-13 14:24:12.945 +05:30 5c544a9e-a0c6-4f38-a75a-df6bbe656241 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - null null 2024-09-13 14:24:12.954 +05:30 5c544a9e-a0c6-4f38-a75a-df6bbe656241 INF CORS policy execution successful. 2024-09-13 14:24:12.958 +05:30 5c544a9e-a0c6-4f38-a75a-df6bbe656241 INF HTTP request: Path: /login/getcompany QueryString: ?userName=dipin Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 14:24:12.962 +05:30 fe56cb7a-e113-4295-8feb-b44b2e049bd0 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 14:24:12.978 +05:30 fe56cb7a-e113-4295-8feb-b44b2e049bd0 INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 14:24:13.407 +05:30 fe56cb7a-e113-4295-8feb-b44b2e049bd0 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 14:24:13.409 +05:30 fe56cb7a-e113-4295-8feb-b44b2e049bd0 INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 430.5583ms 2024-09-13 14:24:13.409 +05:30 fe56cb7a-e113-4295-8feb-b44b2e049bd0 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 14:24:13.409 +05:30 fe56cb7a-e113-4295-8feb-b44b2e049bd0 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 5c544a9e-a0c6-4f38-a75a-df6bbe656241}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 14:24:13.411 +05:30 fe56cb7a-e113-4295-8feb-b44b2e049bd0 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - 200 138 application/json; charset=utf-8 466.7729ms 2024-09-13 14:24:13.963 +05:30 3e65847f-c7dd-4711-88ff-020d233fc9e9 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 14:24:13.967 +05:30 3e65847f-c7dd-4711-88ff-020d233fc9e9 INF CORS policy execution successful. 2024-09-13 14:24:13.969 +05:30 3e65847f-c7dd-4711-88ff-020d233fc9e9 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 5.9744ms 2024-09-13 14:24:14.016 +05:30 dcfe2f69-2d89-4861-ac0a-52f001ebe679 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 112 2024-09-13 14:24:14.017 +05:30 dcfe2f69-2d89-4861-ac0a-52f001ebe679 INF CORS policy execution successful. 2024-09-13 14:24:14.019 +05:30 dcfe2f69-2d89-4861-ac0a-52f001ebe679 INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 112}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"dipin","password":"UjgEpa1oE5f/WyfCWCwrcg==","entityId":8,"Company Name":"Entity10"} 2024-09-13 14:24:14.020 +05:30 f258c4c7-6bfa-4ec0-8ec2-dacc4f45dd47 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 14:24:14.026 +05:30 f258c4c7-6bfa-4ec0-8ec2-dacc4f45dd47 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 14:24:14.118 +05:30 f258c4c7-6bfa-4ec0-8ec2-dacc4f45dd47 INF Database retrieved 2024-09-13 14:24:14.168 +05:30 f258c4c7-6bfa-4ec0-8ec2-dacc4f45dd47 INF Token generated 2024-09-13 14:24:14.170 +05:30 f258c4c7-6bfa-4ec0-8ec2-dacc4f45dd47 INF Token generated 2024-09-13 14:24:14.174 +05:30 f258c4c7-6bfa-4ec0-8ec2-dacc4f45dd47 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 14:24:14.175 +05:30 f258c4c7-6bfa-4ec0-8ec2-dacc4f45dd47 INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 148.6814ms 2024-09-13 14:24:14.175 +05:30 f258c4c7-6bfa-4ec0-8ec2-dacc4f45dd47 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 14:24:14.176 +05:30 f258c4c7-6bfa-4ec0-8ec2-dacc4f45dd47 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: dcfe2f69-2d89-4861-ac0a-52f001ebe679}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 876} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjE3NjU0LCJleHAiOjE3MjYyMTgyNTQsImlhdCI6MTcyNjIxNzY1NH0.P57LcFPmfwKcct9Gh-hppsagR3vzxwqn0VoUPqc6piw\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjE3NjU0LCJleHAiOjE3MjYyMTg1NTQsImlhdCI6MTcyNjIxNzY1NH0.SXQbpIp_AHpPBf91mnPRfEnu9WcS3zijETqPjzN-IkU\"}"} 2024-09-13 14:24:14.176 +05:30 f258c4c7-6bfa-4ec0-8ec2-dacc4f45dd47 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 876 application/json; charset=utf-8 159.9155ms 2024-09-13 14:34:36.430 +05:30 f2e9e05f-3505-48ba-98e2-9b8472d68d42 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjE3NjU0LCJleHAiOjE3MjYyMTg1NTQsImlhdCI6MTcyNjIxNzY1NH0.SXQbpIp_AHpPBf91mnPRfEnu9WcS3zijETqPjzN-IkU - null null 2024-09-13 14:34:36.435 +05:30 f2e9e05f-3505-48ba-98e2-9b8472d68d42 INF CORS policy execution successful. 2024-09-13 14:34:36.437 +05:30 f2e9e05f-3505-48ba-98e2-9b8472d68d42 INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjE3NjU0LCJleHAiOjE3MjYyMTg1NTQsImlhdCI6MTcyNjIxNzY1NH0.SXQbpIp_AHpPBf91mnPRfEnu9WcS3zijETqPjzN-IkU Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 14:34:36.442 +05:30 cddd0ffe-8e01-418c-9f96-10329deaaf03 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 14:34:36.444 +05:30 cddd0ffe-8e01-418c-9f96-10329deaaf03 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 14:34:36.490 +05:30 cddd0ffe-8e01-418c-9f96-10329deaaf03 INF Token generated 2024-09-13 14:34:36.491 +05:30 cddd0ffe-8e01-418c-9f96-10329deaaf03 INF Token generated 2024-09-13 14:34:36.493 +05:30 cddd0ffe-8e01-418c-9f96-10329deaaf03 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 14:34:36.494 +05:30 cddd0ffe-8e01-418c-9f96-10329deaaf03 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 49.9913ms 2024-09-13 14:34:36.494 +05:30 cddd0ffe-8e01-418c-9f96-10329deaaf03 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 14:34:36.495 +05:30 cddd0ffe-8e01-418c-9f96-10329deaaf03 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f2e9e05f-3505-48ba-98e2-9b8472d68d42}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 877} Body: {"status":"Success","statusCode":2000,"message":"Tokens Regenerated","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjE4Mjc2LCJleHAiOjE3MjYyMTg4NzYsImlhdCI6MTcyNjIxODI3Nn0.rx615Ey-0WjBWbhIeX-jO1_pEruAL7hlb9-i6cuwYSA\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjE4Mjc2LCJleHAiOjE3MjYyMTkxNzYsImlhdCI6MTcyNjIxODI3Nn0.33eJClIb8QBqpq_z4HDWkCJoKGnfl706b9vkBJyDxJo\"}"} 2024-09-13 14:34:36.496 +05:30 cddd0ffe-8e01-418c-9f96-10329deaaf03 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjE3NjU0LCJleHAiOjE3MjYyMTg1NTQsImlhdCI6MTcyNjIxNzY1NH0.SXQbpIp_AHpPBf91mnPRfEnu9WcS3zijETqPjzN-IkU - 200 877 application/json; charset=utf-8 66.4471ms 2024-09-13 14:44:57.615 +05:30 INF Application is shutting down... 2024-09-13 14:45:31.866 +05:30 WRN Using an in-memory repository. Keys will not be persisted to storage. 2024-09-13 14:45:31.919 +05:30 WRN Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. 2024-09-13 14:45:31.949 +05:30 INF Creating key {c3b066fd-633c-45c1-b07a-b86a4316f52b} with creation date 2024-09-13 09:15:31Z, activation date 2024-09-13 09:15:31Z, and expiration date 2024-12-12 09:15:31Z. 2024-09-13 14:45:31.968 +05:30 WRN No XML encryptor configured. Key {c3b066fd-633c-45c1-b07a-b86a4316f52b} may be persisted to storage in unencrypted form. 2024-09-13 14:45:32.176 +05:30 INF Application started. Press Ctrl+C to shut down. 2024-09-13 14:45:32.177 +05:30 INF Hosting environment: Production 2024-09-13 14:45:32.177 +05:30 INF Content root path: C:\inetpub\wwwroot\SangSecurityAPI 2024-09-13 14:45:32.189 +05:30 fa7f1ab0-f585-48ec-ba65-11326a8326a3 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjE4Mjc2LCJleHAiOjE3MjYyMTkxNzYsImlhdCI6MTcyNjIxODI3Nn0.33eJClIb8QBqpq_z4HDWkCJoKGnfl706b9vkBJyDxJo - null null 2024-09-13 14:45:32.255 +05:30 fa7f1ab0-f585-48ec-ba65-11326a8326a3 INF CORS policy execution successful. 2024-09-13 14:45:32.277 +05:30 fa7f1ab0-f585-48ec-ba65-11326a8326a3 INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjE4Mjc2LCJleHAiOjE3MjYyMTkxNzYsImlhdCI6MTcyNjIxODI3Nn0.33eJClIb8QBqpq_z4HDWkCJoKGnfl706b9vkBJyDxJo Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 14:45:32.316 +05:30 24929712-fe2a-45d3-a160-92a45766e025 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 14:45:32.343 +05:30 24929712-fe2a-45d3-a160-92a45766e025 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 14:45:32.649 +05:30 24929712-fe2a-45d3-a160-92a45766e025 ERR Login failed for user ''. 2024-09-13 14:45:32.668 +05:30 24929712-fe2a-45d3-a160-92a45766e025 ERR Token Regeneration failed System.Data.SqlClient.SqlException (0x80131904): Login failed for user ''. at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken) at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen() --- End of stack trace from previous location --- at Sang.Service.Common.CommonService.CommonEntityService.ExecuteProcedureWithResult(String procedureName, SqlParameter[] parameters) at Sang.Service.Common.Authentication.TokenService.RegenerateTokens(String refershToken) at Sang.Security.Api.Controllers.TokenController.RegenerateTokens(String refreshToken) ClientConnectionId:b033bd48-23cd-4dee-b0ee-ec4f2c26738a Error Number:18456,State:1,Class:14 2024-09-13 14:45:32.678 +05:30 24929712-fe2a-45d3-a160-92a45766e025 INF Executing ObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 14:45:32.795 +05:30 24929712-fe2a-45d3-a160-92a45766e025 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 447.1338ms 2024-09-13 14:45:32.799 +05:30 24929712-fe2a-45d3-a160-92a45766e025 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 14:45:32.801 +05:30 24929712-fe2a-45d3-a160-92a45766e025 INF HTTP Response: StatusCode: 500 Headers: {X-Correlation-Id: fa7f1ab0-f585-48ec-ba65-11326a8326a3}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 89} Body: {"status":"Failure","statusCode":5000,"message":"Login failed for user ''","result":null} 2024-09-13 14:45:32.813 +05:30 24929712-fe2a-45d3-a160-92a45766e025 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjE4Mjc2LCJleHAiOjE3MjYyMTkxNzYsImlhdCI6MTcyNjIxODI3Nn0.33eJClIb8QBqpq_z4HDWkCJoKGnfl706b9vkBJyDxJo - 500 89 application/json; charset=utf-8 626.0891ms 2024-09-13 14:56:30.724 +05:30 INF Application is shutting down... 2024-09-13 15:02:05.060 +05:30 WRN Using an in-memory repository. Keys will not be persisted to storage. 2024-09-13 15:02:05.122 +05:30 WRN Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. 2024-09-13 15:02:05.157 +05:30 INF Creating key {7d8b0bfd-1bec-47a6-b348-b8f35faaeab7} with creation date 2024-09-13 09:32:05Z, activation date 2024-09-13 09:32:05Z, and expiration date 2024-12-12 09:32:05Z. 2024-09-13 15:02:05.175 +05:30 WRN No XML encryptor configured. Key {7d8b0bfd-1bec-47a6-b348-b8f35faaeab7} may be persisted to storage in unencrypted form. 2024-09-13 15:02:05.446 +05:30 INF Application started. Press Ctrl+C to shut down. 2024-09-13 15:02:05.447 +05:30 INF Hosting environment: Production 2024-09-13 15:02:05.447 +05:30 INF Content root path: C:\inetpub\wwwroot\SangSecurityAPI 2024-09-13 15:02:05.471 +05:30 a3a8f0d9-43a8-4cb9-b654-b09193a41f66 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - null null 2024-09-13 15:02:05.551 +05:30 a3a8f0d9-43a8-4cb9-b654-b09193a41f66 INF CORS policy execution successful. 2024-09-13 15:02:05.577 +05:30 a3a8f0d9-43a8-4cb9-b654-b09193a41f66 INF HTTP request: Path: /login/getcompany QueryString: ?userName=dipin Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 15:02:05.633 +05:30 0373f502-9d55-45c4-b6c8-8c9b1d090536 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 15:02:05.666 +05:30 0373f502-9d55-45c4-b6c8-8c9b1d090536 INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 15:02:06.607 +05:30 0373f502-9d55-45c4-b6c8-8c9b1d090536 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 15:02:06.666 +05:30 0373f502-9d55-45c4-b6c8-8c9b1d090536 INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 993.0109ms 2024-09-13 15:02:06.673 +05:30 0373f502-9d55-45c4-b6c8-8c9b1d090536 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 15:02:06.675 +05:30 0373f502-9d55-45c4-b6c8-8c9b1d090536 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a3a8f0d9-43a8-4cb9-b654-b09193a41f66}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 15:02:06.695 +05:30 0373f502-9d55-45c4-b6c8-8c9b1d090536 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - 200 138 application/json; charset=utf-8 1226.1439ms 2024-09-13 15:05:10.768 +05:30 a9dfc2aa-7727-494e-8bb8-bd1ff287756c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 15:05:10.785 +05:30 a9dfc2aa-7727-494e-8bb8-bd1ff287756c INF CORS policy execution successful. 2024-09-13 15:05:10.790 +05:30 a9dfc2aa-7727-494e-8bb8-bd1ff287756c INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 22.6681ms 2024-09-13 15:05:10.835 +05:30 982e8efd-8bde-45d4-81ce-10f98e5f9d27 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 112 2024-09-13 15:05:10.843 +05:30 982e8efd-8bde-45d4-81ce-10f98e5f9d27 INF CORS policy execution successful. 2024-09-13 15:05:10.847 +05:30 982e8efd-8bde-45d4-81ce-10f98e5f9d27 INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 112}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"dipin","password":"UjgEpa1oE5f/WyfCWCwrcg==","entityId":8,"Company Name":"Entity10"} 2024-09-13 15:05:10.854 +05:30 b112f865-823c-4542-8038-e4a036b2b5ef INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 15:05:10.872 +05:30 b112f865-823c-4542-8038-e4a036b2b5ef INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 15:05:11.085 +05:30 b112f865-823c-4542-8038-e4a036b2b5ef INF Database retrieved 2024-09-13 15:05:11.256 +05:30 b112f865-823c-4542-8038-e4a036b2b5ef INF Token generated 2024-09-13 15:05:11.259 +05:30 b112f865-823c-4542-8038-e4a036b2b5ef INF Token generated 2024-09-13 15:05:11.266 +05:30 b112f865-823c-4542-8038-e4a036b2b5ef INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 15:05:11.269 +05:30 b112f865-823c-4542-8038-e4a036b2b5ef INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 396.3911ms 2024-09-13 15:05:11.270 +05:30 b112f865-823c-4542-8038-e4a036b2b5ef INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 15:05:11.271 +05:30 b112f865-823c-4542-8038-e4a036b2b5ef INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 982e8efd-8bde-45d4-81ce-10f98e5f9d27}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 876} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIwMTExLCJleHAiOjE3MjYyMjA3MTEsImlhdCI6MTcyNjIyMDExMX0.4qnOuV71tEK2iKf0SQ4fHjZwlW_JF1nAgh1BVLd1bQU\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIwMTExLCJleHAiOjE3MjYyMjEwMTEsImlhdCI6MTcyNjIyMDExMX0.DpNftXZ6MXaaQ72LnAID0MOx_aGbTynZC-RNpy9fFr0\"}"} 2024-09-13 15:05:11.275 +05:30 b112f865-823c-4542-8038-e4a036b2b5ef INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 876 application/json; charset=utf-8 439.4774ms 2024-09-13 15:08:18.120 +05:30 4839edee-ca6b-4d49-bd33-813cc548f45d INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json-patch+json 99 2024-09-13 15:08:18.127 +05:30 4839edee-ca6b-4d49-bd33-813cc548f45d INF HTTP request: Path: /login/login QueryString: Headers: {Accept: */*}, {Accept-Encoding: gzip, deflate, br}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 99}, {Content-Type: application/json-patch+json}, {Host: 103.120.178.195}, {User-Agent: PostmanRuntime/7.42.0}, {Postman-Token: 6e89331f-2eb4-43ff-94b6-c81f68c83702} Host: 103.120.178.195 Body: { "loginName": "TestUser1", "password": "TestUser1", "entityId": 7, "channelId": 2 } 2024-09-13 15:08:18.129 +05:30 bbbe6b5d-d5d4-4476-a108-8ac497a5a7cb INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 15:08:18.130 +05:30 bbbe6b5d-d5d4-4476-a108-8ac497a5a7cb INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 15:08:18.172 +05:30 bbbe6b5d-d5d4-4476-a108-8ac497a5a7cb INF Database retrieved 2024-09-13 15:08:18.207 +05:30 bbbe6b5d-d5d4-4476-a108-8ac497a5a7cb INF Token generated 2024-09-13 15:08:18.208 +05:30 bbbe6b5d-d5d4-4476-a108-8ac497a5a7cb INF Token generated 2024-09-13 15:08:18.209 +05:30 bbbe6b5d-d5d4-4476-a108-8ac497a5a7cb INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 15:08:18.210 +05:30 bbbe6b5d-d5d4-4476-a108-8ac497a5a7cb INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 79.1881ms 2024-09-13 15:08:18.210 +05:30 bbbe6b5d-d5d4-4476-a108-8ac497a5a7cb INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 15:08:18.210 +05:30 bbbe6b5d-d5d4-4476-a108-8ac497a5a7cb INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 4839edee-ca6b-4d49-bd33-813cc548f45d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 898} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIxIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjEiLCJuYW1laWQiOiI0IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMjAyOTgsImV4cCI6MTcyNjIyMDg5OCwiaWF0IjoxNzI2MjIwMjk4fQ.MPZRusVuqFtG7bOHIV347EOXmiSg9QM06IekEcVT4js\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIxIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjEiLCJuYW1laWQiOiI0IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMjAyOTgsImV4cCI6MTcyNjIyMTE5OCwiaWF0IjoxNzI2MjIwMjk4fQ.Z3YlNWCEUHdYkKWrOiwndgsfO7AqgIvnpvvn8IMJkmY\"}"} 2024-09-13 15:08:18.212 +05:30 bbbe6b5d-d5d4-4476-a108-8ac497a5a7cb INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 898 application/json; charset=utf-8 92.4903ms 2024-09-13 15:16:41.702 +05:30 331d6aaa-0c28-470b-b03b-31105033919f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIwMTExLCJleHAiOjE3MjYyMjEwMTEsImlhdCI6MTcyNjIyMDExMX0.DpNftXZ6MXaaQ72LnAID0MOx_aGbTynZC-RNpy9fFr0 - null null 2024-09-13 15:16:41.708 +05:30 331d6aaa-0c28-470b-b03b-31105033919f INF CORS policy execution successful. 2024-09-13 15:16:41.713 +05:30 331d6aaa-0c28-470b-b03b-31105033919f INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIwMTExLCJleHAiOjE3MjYyMjEwMTEsImlhdCI6MTcyNjIyMDExMX0.DpNftXZ6MXaaQ72LnAID0MOx_aGbTynZC-RNpy9fFr0 Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 15:16:41.715 +05:30 4f2e52d0-41b5-49bc-9e9c-9b50ecff62d2 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 15:16:41.734 +05:30 4f2e52d0-41b5-49bc-9e9c-9b50ecff62d2 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 15:16:41.873 +05:30 4f2e52d0-41b5-49bc-9e9c-9b50ecff62d2 ERR Login successful. 2024-09-13 15:16:41.899 +05:30 4f2e52d0-41b5-49bc-9e9c-9b50ecff62d2 ERR Token Regeneration failed System.Exception: Login successful. at Sang.Service.Common.Authentication.TokenService.RegenerateTokens(String refershToken) at Sang.Security.Api.Controllers.TokenController.RegenerateTokens(String refreshToken) 2024-09-13 15:16:41.905 +05:30 4f2e52d0-41b5-49bc-9e9c-9b50ecff62d2 INF Executing ObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 15:16:41.908 +05:30 4f2e52d0-41b5-49bc-9e9c-9b50ecff62d2 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 173.4712ms 2024-09-13 15:16:41.908 +05:30 4f2e52d0-41b5-49bc-9e9c-9b50ecff62d2 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 15:16:41.909 +05:30 4f2e52d0-41b5-49bc-9e9c-9b50ecff62d2 INF HTTP Response: StatusCode: 500 Headers: {X-Correlation-Id: 331d6aaa-0c28-470b-b03b-31105033919f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 81} Body: {"status":"Failure","statusCode":5000,"message":"Login successful","result":null} 2024-09-13 15:16:41.914 +05:30 4f2e52d0-41b5-49bc-9e9c-9b50ecff62d2 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIwMTExLCJleHAiOjE3MjYyMjEwMTEsImlhdCI6MTcyNjIyMDExMX0.DpNftXZ6MXaaQ72LnAID0MOx_aGbTynZC-RNpy9fFr0 - 500 81 application/json; charset=utf-8 212.0377ms 2024-09-13 15:16:50.171 +05:30 d9977579-10d0-44b6-ac7d-03ad727553eb INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - null null 2024-09-13 15:16:50.172 +05:30 d9977579-10d0-44b6-ac7d-03ad727553eb INF CORS policy execution successful. 2024-09-13 15:16:50.173 +05:30 d9977579-10d0-44b6-ac7d-03ad727553eb INF HTTP request: Path: /login/getcompany QueryString: ?userName=dipin Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 15:16:50.173 +05:30 83f6c858-004e-421d-8bbe-d82ee9e86ed7 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 15:16:50.174 +05:30 83f6c858-004e-421d-8bbe-d82ee9e86ed7 INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 15:16:50.210 +05:30 83f6c858-004e-421d-8bbe-d82ee9e86ed7 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 15:16:50.211 +05:30 83f6c858-004e-421d-8bbe-d82ee9e86ed7 INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 36.7871ms 2024-09-13 15:16:50.211 +05:30 83f6c858-004e-421d-8bbe-d82ee9e86ed7 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 15:16:50.211 +05:30 83f6c858-004e-421d-8bbe-d82ee9e86ed7 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d9977579-10d0-44b6-ac7d-03ad727553eb}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 15:16:50.212 +05:30 83f6c858-004e-421d-8bbe-d82ee9e86ed7 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - 200 138 application/json; charset=utf-8 41.7852ms 2024-09-13 15:16:51.768 +05:30 63c1af24-96aa-4afc-b661-cf14eb256008 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 15:16:51.768 +05:30 63c1af24-96aa-4afc-b661-cf14eb256008 INF CORS policy execution successful. 2024-09-13 15:16:51.769 +05:30 63c1af24-96aa-4afc-b661-cf14eb256008 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 1.17ms 2024-09-13 15:16:51.803 +05:30 d62b4570-7d70-4823-bd58-3bcde47d8fb4 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 112 2024-09-13 15:16:51.803 +05:30 d62b4570-7d70-4823-bd58-3bcde47d8fb4 INF CORS policy execution successful. 2024-09-13 15:16:51.804 +05:30 d62b4570-7d70-4823-bd58-3bcde47d8fb4 INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 112}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"dipin","password":"UjgEpa1oE5f/WyfCWCwrcg==","entityId":8,"Company Name":"Entity10"} 2024-09-13 15:16:51.804 +05:30 ccd004c2-b2bd-4120-b918-3fc4f690f73e INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 15:16:51.804 +05:30 ccd004c2-b2bd-4120-b918-3fc4f690f73e INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 15:16:51.817 +05:30 ccd004c2-b2bd-4120-b918-3fc4f690f73e INF Database retrieved 2024-09-13 15:16:51.837 +05:30 ccd004c2-b2bd-4120-b918-3fc4f690f73e INF Token generated 2024-09-13 15:16:51.838 +05:30 ccd004c2-b2bd-4120-b918-3fc4f690f73e INF Token generated 2024-09-13 15:16:51.838 +05:30 ccd004c2-b2bd-4120-b918-3fc4f690f73e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 15:16:51.839 +05:30 ccd004c2-b2bd-4120-b918-3fc4f690f73e INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 34.0309ms 2024-09-13 15:16:51.839 +05:30 ccd004c2-b2bd-4120-b918-3fc4f690f73e INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 15:16:51.839 +05:30 ccd004c2-b2bd-4120-b918-3fc4f690f73e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d62b4570-7d70-4823-bd58-3bcde47d8fb4}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 876} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIwODExLCJleHAiOjE3MjYyMjE0MTEsImlhdCI6MTcyNjIyMDgxMX0.kStsf6LY3noxVVzusK_bL2ajuhkamvhVRvv9unUs-tw\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIwODExLCJleHAiOjE3MjYyMjE3MTEsImlhdCI6MTcyNjIyMDgxMX0.3ldaarU_SwIFuW--c6qF6l6d6J5049JK4I9LfxmAMk0\"}"} 2024-09-13 15:16:51.839 +05:30 ccd004c2-b2bd-4120-b918-3fc4f690f73e INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 876 application/json; charset=utf-8 36.338ms 2024-09-13 15:18:48.024 +05:30 cda4b0c4-7b42-4dec-98eb-f097aee14df2 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json-patch+json 97 2024-09-13 15:18:48.028 +05:30 cda4b0c4-7b42-4dec-98eb-f097aee14df2 INF HTTP request: Path: /login/login QueryString: Headers: {Accept: */*}, {Accept-Encoding: gzip, deflate, br}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 97}, {Content-Type: application/json-patch+json}, {Host: 103.120.178.195}, {User-Agent: PostmanRuntime/7.42.0}, {Postman-Token: ca257cb3-2e65-4321-a558-5f56c6bce56f} Host: 103.120.178.195 Body: { "loginName": "TestUser2", "password": "TestUser2", "entityId": 7, "channelId": 2 } 2024-09-13 15:18:48.029 +05:30 f43f78b9-1bc4-4d7f-b897-448f143a5aae INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 15:18:48.031 +05:30 f43f78b9-1bc4-4d7f-b897-448f143a5aae INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 15:18:48.051 +05:30 f43f78b9-1bc4-4d7f-b897-448f143a5aae INF Database retrieved 2024-09-13 15:18:48.068 +05:30 f43f78b9-1bc4-4d7f-b897-448f143a5aae INF Token generated 2024-09-13 15:18:48.069 +05:30 f43f78b9-1bc4-4d7f-b897-448f143a5aae INF Token generated 2024-09-13 15:18:48.070 +05:30 f43f78b9-1bc4-4d7f-b897-448f143a5aae INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 15:18:48.071 +05:30 f43f78b9-1bc4-4d7f-b897-448f143a5aae INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 38.9107ms 2024-09-13 15:18:48.071 +05:30 f43f78b9-1bc4-4d7f-b897-448f143a5aae INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 15:18:48.072 +05:30 f43f78b9-1bc4-4d7f-b897-448f143a5aae INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: cda4b0c4-7b42-4dec-98eb-f097aee14df2}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 898} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMjA5MjgsImV4cCI6MTcyNjIyMTUyOCwiaWF0IjoxNzI2MjIwOTI4fQ.TPoT0sY4O_Apzx6y_80bbc5nWWOJfb9OI4CWngwwm2s\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIyIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjIiLCJuYW1laWQiOiI3IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMjA5MjgsImV4cCI6MTcyNjIyMTgyOCwiaWF0IjoxNzI2MjIwOTI4fQ.ctKK88d3hMTlGrmca52Lvt-JR3yHh7C-e9T5_am0Ris\"}"} 2024-09-13 15:18:48.073 +05:30 f43f78b9-1bc4-4d7f-b897-448f143a5aae INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 898 application/json; charset=utf-8 49.365ms 2024-09-13 15:26:12.289 +05:30 82c0421c-4e8b-4dba-868e-64a8a16ab93f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjEwOTI2LCJleHAiOjE3MjYyMTE4MjYsImlhdCI6MTcyNjIxMDkyNn0.t60zYYiYZo4qLWkQCHmBpNvAloKAMvHasMqzI7W3Bbc - null null 2024-09-13 15:26:12.291 +05:30 82c0421c-4e8b-4dba-868e-64a8a16ab93f INF CORS policy execution successful. 2024-09-13 15:26:12.294 +05:30 82c0421c-4e8b-4dba-868e-64a8a16ab93f INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjEwOTI2LCJleHAiOjE3MjYyMTE4MjYsImlhdCI6MTcyNjIxMDkyNn0.t60zYYiYZo4qLWkQCHmBpNvAloKAMvHasMqzI7W3Bbc Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9,ml;q=0.8}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 15:26:12.297 +05:30 ee2ddc2a-7dd5-4411-aa68-f89e41469249 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 15:26:12.297 +05:30 ee2ddc2a-7dd5-4411-aa68-f89e41469249 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 15:26:12.308 +05:30 ee2ddc2a-7dd5-4411-aa68-f89e41469249 INF Executing BadRequestObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 15:26:12.310 +05:30 ee2ddc2a-7dd5-4411-aa68-f89e41469249 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 12.3375ms 2024-09-13 15:26:12.310 +05:30 ee2ddc2a-7dd5-4411-aa68-f89e41469249 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 15:26:12.311 +05:30 ee2ddc2a-7dd5-4411-aa68-f89e41469249 INF HTTP Response: StatusCode: 400 Headers: {X-Correlation-Id: 82c0421c-4e8b-4dba-868e-64a8a16ab93f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 90} Body: {"status":"Failure","statusCode":4000,"message":"Refresh token has expired","result":null} 2024-09-13 15:26:12.312 +05:30 ee2ddc2a-7dd5-4411-aa68-f89e41469249 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjEwOTI2LCJleHAiOjE3MjYyMTE4MjYsImlhdCI6MTcyNjIxMDkyNn0.t60zYYiYZo4qLWkQCHmBpNvAloKAMvHasMqzI7W3Bbc - 400 90 application/json; charset=utf-8 23.1946ms 2024-09-13 15:26:21.401 +05:30 e1f56578-c90d-4126-a681-77297ed64e8e INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=gokul - null null 2024-09-13 15:26:21.402 +05:30 e1f56578-c90d-4126-a681-77297ed64e8e INF CORS policy execution successful. 2024-09-13 15:26:21.402 +05:30 e1f56578-c90d-4126-a681-77297ed64e8e INF HTTP request: Path: /login/getcompany QueryString: ?userName=gokul Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9,ml;q=0.8}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 15:26:21.403 +05:30 7fe006e9-6355-488c-9a8d-28b871a57c85 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 15:26:21.403 +05:30 7fe006e9-6355-488c-9a8d-28b871a57c85 INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 15:26:21.612 +05:30 7fe006e9-6355-488c-9a8d-28b871a57c85 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 15:26:21.613 +05:30 7fe006e9-6355-488c-9a8d-28b871a57c85 INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 209.315ms 2024-09-13 15:26:21.613 +05:30 7fe006e9-6355-488c-9a8d-28b871a57c85 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 15:26:21.613 +05:30 7fe006e9-6355-488c-9a8d-28b871a57c85 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e1f56578-c90d-4126-a681-77297ed64e8e}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 15:26:21.614 +05:30 7fe006e9-6355-488c-9a8d-28b871a57c85 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=gokul - 200 138 application/json; charset=utf-8 213.012ms 2024-09-13 15:26:26.771 +05:30 5eed0939-bb6f-41f8-8376-cb183f892ae9 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 15:26:26.772 +05:30 5eed0939-bb6f-41f8-8376-cb183f892ae9 INF CORS policy execution successful. 2024-09-13 15:26:26.773 +05:30 5eed0939-bb6f-41f8-8376-cb183f892ae9 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 1.8449ms 2024-09-13 15:26:26.810 +05:30 2cc355ec-4766-4641-b492-94748a3204c4 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 112 2024-09-13 15:26:26.810 +05:30 2cc355ec-4766-4641-b492-94748a3204c4 INF CORS policy execution successful. 2024-09-13 15:26:26.811 +05:30 2cc355ec-4766-4641-b492-94748a3204c4 INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9,ml;q=0.8}, {Connection: keep-alive}, {Content-Length: 112}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"gokul","entityId":8,"Company Name":"Entity10","password":"R+0wAuT6gjV130YwaLArtA=="} 2024-09-13 15:26:26.812 +05:30 c19aa104-7d4b-408e-b69c-772dabb906eb INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 15:26:26.812 +05:30 c19aa104-7d4b-408e-b69c-772dabb906eb INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 15:26:26.894 +05:30 c19aa104-7d4b-408e-b69c-772dabb906eb INF Database retrieved 2024-09-13 15:26:26.912 +05:30 c19aa104-7d4b-408e-b69c-772dabb906eb INF Token generated 2024-09-13 15:26:26.912 +05:30 c19aa104-7d4b-408e-b69c-772dabb906eb INF Token generated 2024-09-13 15:26:26.913 +05:30 c19aa104-7d4b-408e-b69c-772dabb906eb INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 15:26:26.914 +05:30 c19aa104-7d4b-408e-b69c-772dabb906eb INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 101.6814ms 2024-09-13 15:26:26.914 +05:30 c19aa104-7d4b-408e-b69c-772dabb906eb INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 15:26:26.914 +05:30 c19aa104-7d4b-408e-b69c-772dabb906eb INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 2cc355ec-4766-4641-b492-94748a3204c4}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 876} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIxMzg2LCJleHAiOjE3MjYyMjE5ODYsImlhdCI6MTcyNjIyMTM4Nn0.6jFG9B17myTDpVxXmap0ThjlkZONYvck-_l1OF3hEXc\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIxMzg2LCJleHAiOjE3MjYyMjIyODYsImlhdCI6MTcyNjIyMTM4Nn0.DH3mB7iNTSmpXjbxI5m0zxAEtS-uAh-cC4V1PmiwUMA\"}"} 2024-09-13 15:26:26.915 +05:30 c19aa104-7d4b-408e-b69c-772dabb906eb INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 876 application/json; charset=utf-8 104.6436ms 2024-09-13 15:26:33.707 +05:30 d89c0a1d-31e5-4810-afdc-7dc331dca6ba INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - null null 2024-09-13 15:26:33.709 +05:30 d89c0a1d-31e5-4810-afdc-7dc331dca6ba INF CORS policy execution successful. 2024-09-13 15:26:33.712 +05:30 d89c0a1d-31e5-4810-afdc-7dc331dca6ba INF HTTP request: Path: /login/getcompany QueryString: ?userName=dipin Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 15:26:33.712 +05:30 79d19f62-36bf-4cfd-ad92-1f007dbc8fb6 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 15:26:33.713 +05:30 79d19f62-36bf-4cfd-ad92-1f007dbc8fb6 INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 15:26:33.870 +05:30 79d19f62-36bf-4cfd-ad92-1f007dbc8fb6 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 15:26:33.871 +05:30 79d19f62-36bf-4cfd-ad92-1f007dbc8fb6 INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 158.2307ms 2024-09-13 15:26:33.872 +05:30 79d19f62-36bf-4cfd-ad92-1f007dbc8fb6 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 15:26:33.872 +05:30 79d19f62-36bf-4cfd-ad92-1f007dbc8fb6 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d89c0a1d-31e5-4810-afdc-7dc331dca6ba}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 15:26:33.873 +05:30 79d19f62-36bf-4cfd-ad92-1f007dbc8fb6 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - 200 138 application/json; charset=utf-8 165.886ms 2024-09-13 15:26:36.417 +05:30 09523dcc-e37b-488c-a01f-4ec69723242f INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - null null 2024-09-13 15:26:36.418 +05:30 09523dcc-e37b-488c-a01f-4ec69723242f INF CORS policy execution successful. 2024-09-13 15:26:36.418 +05:30 09523dcc-e37b-488c-a01f-4ec69723242f INF HTTP request: Path: /login/getcompany QueryString: ?userName=dipin Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 15:26:36.419 +05:30 e6412ad4-035d-4d43-bc6e-4d8d5bb4e2c5 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 15:26:36.420 +05:30 e6412ad4-035d-4d43-bc6e-4d8d5bb4e2c5 INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 15:26:36.432 +05:30 e6412ad4-035d-4d43-bc6e-4d8d5bb4e2c5 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 15:26:36.432 +05:30 e6412ad4-035d-4d43-bc6e-4d8d5bb4e2c5 INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 12.2055ms 2024-09-13 15:26:36.432 +05:30 e6412ad4-035d-4d43-bc6e-4d8d5bb4e2c5 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 15:26:36.432 +05:30 e6412ad4-035d-4d43-bc6e-4d8d5bb4e2c5 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 09523dcc-e37b-488c-a01f-4ec69723242f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 15:26:36.433 +05:30 e6412ad4-035d-4d43-bc6e-4d8d5bb4e2c5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - 200 138 application/json; charset=utf-8 16.089ms 2024-09-13 15:26:42.622 +05:30 32c1f08b-06de-4261-83f9-0984886d4da3 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 15:26:42.623 +05:30 32c1f08b-06de-4261-83f9-0984886d4da3 INF CORS policy execution successful. 2024-09-13 15:26:42.625 +05:30 32c1f08b-06de-4261-83f9-0984886d4da3 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 2.7269ms 2024-09-13 15:26:42.665 +05:30 455cfe61-bafd-4887-899c-80a5cf693075 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 112 2024-09-13 15:26:42.666 +05:30 455cfe61-bafd-4887-899c-80a5cf693075 INF CORS policy execution successful. 2024-09-13 15:26:42.666 +05:30 455cfe61-bafd-4887-899c-80a5cf693075 INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 112}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"dipin","password":"UjgEpa1oE5f/WyfCWCwrcg==","entityId":8,"Company Name":"Entity10"} 2024-09-13 15:26:42.667 +05:30 541422b9-3713-45f8-b710-630328601039 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 15:26:42.667 +05:30 541422b9-3713-45f8-b710-630328601039 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 15:26:42.787 +05:30 541422b9-3713-45f8-b710-630328601039 INF Database retrieved 2024-09-13 15:26:42.810 +05:30 541422b9-3713-45f8-b710-630328601039 INF Token generated 2024-09-13 15:26:42.810 +05:30 541422b9-3713-45f8-b710-630328601039 INF Token generated 2024-09-13 15:26:42.811 +05:30 541422b9-3713-45f8-b710-630328601039 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 15:26:42.811 +05:30 541422b9-3713-45f8-b710-630328601039 INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 144.0766ms 2024-09-13 15:26:42.811 +05:30 541422b9-3713-45f8-b710-630328601039 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 15:26:42.811 +05:30 541422b9-3713-45f8-b710-630328601039 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 455cfe61-bafd-4887-899c-80a5cf693075}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 876} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIxNDAyLCJleHAiOjE3MjYyMjIwMDIsImlhdCI6MTcyNjIyMTQwMn0.FUmONAegbMpwJgLvaVNBmmiF9Sh3DUyfRJYTSBF5jvc\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIxNDAyLCJleHAiOjE3MjYyMjIzMDIsImlhdCI6MTcyNjIyMTQwMn0.NMcWEuM5ZwIPKDG39twrguCF16HsaDp--_qExCArNjc\"}"} 2024-09-13 15:26:42.812 +05:30 541422b9-3713-45f8-b710-630328601039 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 876 application/json; charset=utf-8 146.6453ms 2024-09-13 15:36:28.113 +05:30 e209f569-f50d-475c-ba5d-79580f0ffb54 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIxMzg2LCJleHAiOjE3MjYyMjIyODYsImlhdCI6MTcyNjIyMTM4Nn0.DH3mB7iNTSmpXjbxI5m0zxAEtS-uAh-cC4V1PmiwUMA - null null 2024-09-13 15:36:28.116 +05:30 e209f569-f50d-475c-ba5d-79580f0ffb54 INF CORS policy execution successful. 2024-09-13 15:36:28.120 +05:30 e209f569-f50d-475c-ba5d-79580f0ffb54 INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIxMzg2LCJleHAiOjE3MjYyMjIyODYsImlhdCI6MTcyNjIyMTM4Nn0.DH3mB7iNTSmpXjbxI5m0zxAEtS-uAh-cC4V1PmiwUMA Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9,ml;q=0.8}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 15:36:28.121 +05:30 37b064bc-2863-416b-bd2e-3bd5d28056c5 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 15:36:28.122 +05:30 37b064bc-2863-416b-bd2e-3bd5d28056c5 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 15:36:28.180 +05:30 37b064bc-2863-416b-bd2e-3bd5d28056c5 INF Token generated 2024-09-13 15:36:28.180 +05:30 37b064bc-2863-416b-bd2e-3bd5d28056c5 INF Token generated 2024-09-13 15:36:28.181 +05:30 37b064bc-2863-416b-bd2e-3bd5d28056c5 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 15:36:28.182 +05:30 37b064bc-2863-416b-bd2e-3bd5d28056c5 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 59.9384ms 2024-09-13 15:36:28.182 +05:30 37b064bc-2863-416b-bd2e-3bd5d28056c5 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 15:36:28.183 +05:30 37b064bc-2863-416b-bd2e-3bd5d28056c5 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: e209f569-f50d-475c-ba5d-79580f0ffb54}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 877} Body: {"status":"Success","statusCode":2000,"message":"Tokens Regenerated","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIxOTg4LCJleHAiOjE3MjYyMjI1ODgsImlhdCI6MTcyNjIyMTk4OH0.A0SnAU2CEUEW_r2zZ1_AUw41snUzqifSjGT4WCbp0dA\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIxOTg4LCJleHAiOjE3MjYyMjI4ODgsImlhdCI6MTcyNjIyMTk4OH0.WpQJD9p406KH75oCKwNeEWljIqtQcCIueMwrcNIcFMg\"}"} 2024-09-13 15:36:28.183 +05:30 37b064bc-2863-416b-bd2e-3bd5d28056c5 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIxMzg2LCJleHAiOjE3MjYyMjIyODYsImlhdCI6MTcyNjIyMTM4Nn0.DH3mB7iNTSmpXjbxI5m0zxAEtS-uAh-cC4V1PmiwUMA - 200 877 application/json; charset=utf-8 70.3167ms 2024-09-13 15:37:20.596 +05:30 ff1e2392-2ade-4aa0-aaad-2b6de37b72cb INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIxNDAyLCJleHAiOjE3MjYyMjIzMDIsImlhdCI6MTcyNjIyMTQwMn0.NMcWEuM5ZwIPKDG39twrguCF16HsaDp--_qExCArNjc - null null 2024-09-13 15:37:20.599 +05:30 ff1e2392-2ade-4aa0-aaad-2b6de37b72cb INF CORS policy execution successful. 2024-09-13 15:37:20.601 +05:30 ff1e2392-2ade-4aa0-aaad-2b6de37b72cb INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIxNDAyLCJleHAiOjE3MjYyMjIzMDIsImlhdCI6MTcyNjIyMTQwMn0.NMcWEuM5ZwIPKDG39twrguCF16HsaDp--_qExCArNjc Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 15:37:20.602 +05:30 e110544d-c141-45b3-aa3e-f7481a5d1114 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 15:37:20.602 +05:30 65b8d976-93bd-4d64-9671-694158323802 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIxNDAyLCJleHAiOjE3MjYyMjIzMDIsImlhdCI6MTcyNjIyMTQwMn0.NMcWEuM5ZwIPKDG39twrguCF16HsaDp--_qExCArNjc - null null 2024-09-13 15:37:20.602 +05:30 65b8d976-93bd-4d64-9671-694158323802 INF CORS policy execution successful. 2024-09-13 15:37:20.603 +05:30 65b8d976-93bd-4d64-9671-694158323802 INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIxNDAyLCJleHAiOjE3MjYyMjIzMDIsImlhdCI6MTcyNjIyMTQwMn0.NMcWEuM5ZwIPKDG39twrguCF16HsaDp--_qExCArNjc Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 15:37:20.603 +05:30 480c3082-0c47-40e3-b783-f3b42ec3b1c0 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 15:37:20.603 +05:30 e110544d-c141-45b3-aa3e-f7481a5d1114 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 15:37:20.603 +05:30 480c3082-0c47-40e3-b783-f3b42ec3b1c0 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 15:37:20.680 +05:30 e110544d-c141-45b3-aa3e-f7481a5d1114 INF Token generated 2024-09-13 15:37:20.680 +05:30 480c3082-0c47-40e3-b783-f3b42ec3b1c0 INF Token generated 2024-09-13 15:37:20.681 +05:30 480c3082-0c47-40e3-b783-f3b42ec3b1c0 INF Token generated 2024-09-13 15:37:20.681 +05:30 e110544d-c141-45b3-aa3e-f7481a5d1114 INF Token generated 2024-09-13 15:37:20.682 +05:30 e110544d-c141-45b3-aa3e-f7481a5d1114 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 15:37:20.682 +05:30 480c3082-0c47-40e3-b783-f3b42ec3b1c0 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 15:37:20.683 +05:30 e110544d-c141-45b3-aa3e-f7481a5d1114 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 80.4569ms 2024-09-13 15:37:20.683 +05:30 480c3082-0c47-40e3-b783-f3b42ec3b1c0 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 80.394ms 2024-09-13 15:37:20.684 +05:30 e110544d-c141-45b3-aa3e-f7481a5d1114 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 15:37:20.684 +05:30 480c3082-0c47-40e3-b783-f3b42ec3b1c0 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 15:37:20.684 +05:30 e110544d-c141-45b3-aa3e-f7481a5d1114 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ff1e2392-2ade-4aa0-aaad-2b6de37b72cb}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 877} Body: {"status":"Success","statusCode":2000,"message":"Tokens Regenerated","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIyMDQwLCJleHAiOjE3MjYyMjI2NDAsImlhdCI6MTcyNjIyMjA0MH0.lmrDgRC2mZvaCZppb2wis6NPA3dwY0n4-dhOOD2xbQ4\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIyMDQwLCJleHAiOjE3MjYyMjI5NDAsImlhdCI6MTcyNjIyMjA0MH0.ER6HJwpnugSrfhNQw8ruefEfDAtQVhqo24l6vp7eLmc\"}"} 2024-09-13 15:37:20.684 +05:30 480c3082-0c47-40e3-b783-f3b42ec3b1c0 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 65b8d976-93bd-4d64-9671-694158323802}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 877} Body: {"status":"Success","statusCode":2000,"message":"Tokens Regenerated","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIyMDQwLCJleHAiOjE3MjYyMjI2NDAsImlhdCI6MTcyNjIyMjA0MH0.lmrDgRC2mZvaCZppb2wis6NPA3dwY0n4-dhOOD2xbQ4\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIyMDQwLCJleHAiOjE3MjYyMjI5NDAsImlhdCI6MTcyNjIyMjA0MH0.ER6HJwpnugSrfhNQw8ruefEfDAtQVhqo24l6vp7eLmc\"}"} 2024-09-13 15:37:20.685 +05:30 e110544d-c141-45b3-aa3e-f7481a5d1114 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIxNDAyLCJleHAiOjE3MjYyMjIzMDIsImlhdCI6MTcyNjIyMTQwMn0.NMcWEuM5ZwIPKDG39twrguCF16HsaDp--_qExCArNjc - 200 877 application/json; charset=utf-8 89.2557ms 2024-09-13 15:37:20.685 +05:30 480c3082-0c47-40e3-b783-f3b42ec3b1c0 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIxNDAyLCJleHAiOjE3MjYyMjIzMDIsImlhdCI6MTcyNjIyMTQwMn0.NMcWEuM5ZwIPKDG39twrguCF16HsaDp--_qExCArNjc - 200 877 application/json; charset=utf-8 82.7032ms 2024-09-13 15:48:03.776 +05:30 INF Application is shutting down... 2024-09-13 15:51:54.647 +05:30 WRN Using an in-memory repository. Keys will not be persisted to storage. 2024-09-13 15:51:54.690 +05:30 WRN Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. 2024-09-13 15:51:54.710 +05:30 INF Creating key {655b616d-eafe-4b39-818f-0e2710166794} with creation date 2024-09-13 10:21:54Z, activation date 2024-09-13 10:21:54Z, and expiration date 2024-12-12 10:21:54Z. 2024-09-13 15:51:54.723 +05:30 WRN No XML encryptor configured. Key {655b616d-eafe-4b39-818f-0e2710166794} may be persisted to storage in unencrypted form. 2024-09-13 15:51:54.866 +05:30 INF Application started. Press Ctrl+C to shut down. 2024-09-13 15:51:54.867 +05:30 INF Hosting environment: Production 2024-09-13 15:51:54.867 +05:30 INF Content root path: C:\inetpub\wwwroot\SangSecurityAPI 2024-09-13 15:51:54.881 +05:30 e9c24a3f-36c7-47a3-a3b2-5005591c3664 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIxOTg4LCJleHAiOjE3MjYyMjI4ODgsImlhdCI6MTcyNjIyMTk4OH0.WpQJD9p406KH75oCKwNeEWljIqtQcCIueMwrcNIcFMg - null null 2024-09-13 15:51:54.933 +05:30 e9c24a3f-36c7-47a3-a3b2-5005591c3664 INF CORS policy execution successful. 2024-09-13 15:51:54.952 +05:30 e9c24a3f-36c7-47a3-a3b2-5005591c3664 INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIxOTg4LCJleHAiOjE3MjYyMjI4ODgsImlhdCI6MTcyNjIyMTk4OH0.WpQJD9p406KH75oCKwNeEWljIqtQcCIueMwrcNIcFMg Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9,ml;q=0.8}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 15:51:54.993 +05:30 eeeb1bd9-9726-4d3e-857a-f9e78827c9ae INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 15:51:55.016 +05:30 eeeb1bd9-9726-4d3e-857a-f9e78827c9ae INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 15:51:55.150 +05:30 eeeb1bd9-9726-4d3e-857a-f9e78827c9ae INF Executing BadRequestObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 15:51:55.278 +05:30 eeeb1bd9-9726-4d3e-857a-f9e78827c9ae INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 255.6914ms 2024-09-13 15:51:55.283 +05:30 eeeb1bd9-9726-4d3e-857a-f9e78827c9ae INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 15:51:55.284 +05:30 eeeb1bd9-9726-4d3e-857a-f9e78827c9ae INF HTTP Response: StatusCode: 400 Headers: {X-Correlation-Id: e9c24a3f-36c7-47a3-a3b2-5005591c3664}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 90} Body: {"status":"Failure","statusCode":4000,"message":"Refresh token has expired","result":null} 2024-09-13 15:51:55.296 +05:30 eeeb1bd9-9726-4d3e-857a-f9e78827c9ae INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIxOTg4LCJleHAiOjE3MjYyMjI4ODgsImlhdCI6MTcyNjIyMTk4OH0.WpQJD9p406KH75oCKwNeEWljIqtQcCIueMwrcNIcFMg - 400 90 application/json; charset=utf-8 416.5998ms 2024-09-13 15:52:02.363 +05:30 0fdf3ffe-9b77-419d-8590-51a70b12ef88 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=gokul - null null 2024-09-13 15:52:02.369 +05:30 0fdf3ffe-9b77-419d-8590-51a70b12ef88 INF CORS policy execution successful. 2024-09-13 15:52:02.373 +05:30 0fdf3ffe-9b77-419d-8590-51a70b12ef88 INF HTTP request: Path: /login/getcompany QueryString: ?userName=gokul Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9,ml;q=0.8}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 15:52:02.376 +05:30 d97b86ae-79d2-4f17-aedd-d621be176ee8 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 15:52:02.386 +05:30 d97b86ae-79d2-4f17-aedd-d621be176ee8 INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 15:52:02.908 +05:30 d97b86ae-79d2-4f17-aedd-d621be176ee8 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 15:52:02.910 +05:30 d97b86ae-79d2-4f17-aedd-d621be176ee8 INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 523.6321ms 2024-09-13 15:52:02.911 +05:30 d97b86ae-79d2-4f17-aedd-d621be176ee8 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 15:52:02.912 +05:30 d97b86ae-79d2-4f17-aedd-d621be176ee8 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 0fdf3ffe-9b77-419d-8590-51a70b12ef88}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 15:52:02.916 +05:30 d97b86ae-79d2-4f17-aedd-d621be176ee8 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=gokul - 200 138 application/json; charset=utf-8 553.6365ms 2024-09-13 15:52:09.078 +05:30 1d07a138-5291-4c68-97b7-9bc81b318434 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 15:52:09.087 +05:30 1d07a138-5291-4c68-97b7-9bc81b318434 INF CORS policy execution successful. 2024-09-13 15:52:09.091 +05:30 1d07a138-5291-4c68-97b7-9bc81b318434 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 13.293ms 2024-09-13 15:52:09.128 +05:30 c696b350-511c-4fe3-8f4d-f2bfb095f5f5 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 112 2024-09-13 15:52:09.129 +05:30 c696b350-511c-4fe3-8f4d-f2bfb095f5f5 INF CORS policy execution successful. 2024-09-13 15:52:09.130 +05:30 c696b350-511c-4fe3-8f4d-f2bfb095f5f5 INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9,ml;q=0.8}, {Connection: keep-alive}, {Content-Length: 112}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"gokul","entityId":8,"Company Name":"Entity10","password":"neP7s+8AdnJl5LCoNrYJvw=="} 2024-09-13 15:52:09.132 +05:30 108190e9-235f-40e3-9f45-30e880771281 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 15:52:09.146 +05:30 108190e9-235f-40e3-9f45-30e880771281 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 15:52:09.295 +05:30 108190e9-235f-40e3-9f45-30e880771281 INF Database retrieved 2024-09-13 15:52:09.352 +05:30 108190e9-235f-40e3-9f45-30e880771281 INF Executing BadRequestObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 15:52:09.353 +05:30 108190e9-235f-40e3-9f45-30e880771281 INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 206.6576ms 2024-09-13 15:52:09.354 +05:30 108190e9-235f-40e3-9f45-30e880771281 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 15:52:09.354 +05:30 108190e9-235f-40e3-9f45-30e880771281 INF HTTP Response: StatusCode: 400 Headers: {X-Correlation-Id: c696b350-511c-4fe3-8f4d-f2bfb095f5f5}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 82} Body: {"status":"Failure","statusCode":3000,"message":"Invalid password.","result":null} 2024-09-13 15:52:09.355 +05:30 108190e9-235f-40e3-9f45-30e880771281 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 400 82 application/json; charset=utf-8 227.258ms 2024-09-13 15:52:32.286 +05:30 f127b9e1-6522-48a0-81d6-f3d77f5fc561 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 15:52:32.289 +05:30 f127b9e1-6522-48a0-81d6-f3d77f5fc561 INF CORS policy execution successful. 2024-09-13 15:52:32.292 +05:30 f127b9e1-6522-48a0-81d6-f3d77f5fc561 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 6.4985ms 2024-09-13 15:52:32.328 +05:30 a557d10e-2633-487d-8de1-a21fc345d7a4 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 112 2024-09-13 15:52:32.328 +05:30 a557d10e-2633-487d-8de1-a21fc345d7a4 INF CORS policy execution successful. 2024-09-13 15:52:32.330 +05:30 a557d10e-2633-487d-8de1-a21fc345d7a4 INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9,ml;q=0.8}, {Connection: keep-alive}, {Content-Length: 112}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"gokul","entityId":8,"Company Name":"Entity10","password":"R+0wAuT6gjV130YwaLArtA=="} 2024-09-13 15:52:32.332 +05:30 269f3f5d-8746-4dba-8db5-5702674714ff INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 15:52:32.333 +05:30 269f3f5d-8746-4dba-8db5-5702674714ff INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 15:52:32.374 +05:30 269f3f5d-8746-4dba-8db5-5702674714ff INF Database retrieved 2024-09-13 15:52:32.414 +05:30 269f3f5d-8746-4dba-8db5-5702674714ff INF Token generated 2024-09-13 15:52:32.416 +05:30 269f3f5d-8746-4dba-8db5-5702674714ff INF Token generated 2024-09-13 15:52:32.420 +05:30 269f3f5d-8746-4dba-8db5-5702674714ff INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 15:52:32.421 +05:30 269f3f5d-8746-4dba-8db5-5702674714ff INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 87.4207ms 2024-09-13 15:52:32.421 +05:30 269f3f5d-8746-4dba-8db5-5702674714ff INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 15:52:32.422 +05:30 269f3f5d-8746-4dba-8db5-5702674714ff INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a557d10e-2633-487d-8de1-a21fc345d7a4}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 876} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIyOTUyLCJleHAiOjE3MjYyMjM1NTIsImlhdCI6MTcyNjIyMjk1Mn0.Q52fff3-uZ4hQdbyshaSYxeLPbjuPIg9JmlrNgxpwIc\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIyOTUyLCJleHAiOjE3MjYyMjM4NTIsImlhdCI6MTcyNjIyMjk1Mn0.mbWTFfP3gwiVaOlcXRJPAUC9-FDXC6kXgTEvCrzlPdk\"}"} 2024-09-13 15:52:32.424 +05:30 269f3f5d-8746-4dba-8db5-5702674714ff INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 876 application/json; charset=utf-8 95.8898ms 2024-09-13 16:02:53.576 +05:30 INF Application is shutting down... 2024-09-13 16:14:19.754 +05:30 WRN Using an in-memory repository. Keys will not be persisted to storage. 2024-09-13 16:14:19.801 +05:30 WRN Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. 2024-09-13 16:14:19.824 +05:30 INF Creating key {0fb5efb8-f697-44e3-9819-518286552c81} with creation date 2024-09-13 10:44:19Z, activation date 2024-09-13 10:44:19Z, and expiration date 2024-12-12 10:44:19Z. 2024-09-13 16:14:19.837 +05:30 WRN No XML encryptor configured. Key {0fb5efb8-f697-44e3-9819-518286552c81} may be persisted to storage in unencrypted form. 2024-09-13 16:14:20.038 +05:30 INF Application started. Press Ctrl+C to shut down. 2024-09-13 16:14:20.039 +05:30 INF Hosting environment: Production 2024-09-13 16:14:20.039 +05:30 INF Content root path: C:\inetpub\wwwroot\SangSecurityAPI 2024-09-13 16:14:20.054 +05:30 bbcc8493-7999-41e3-bda3-e6acf58a10bd INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json-patch+json 99 2024-09-13 16:14:20.131 +05:30 bbcc8493-7999-41e3-bda3-e6acf58a10bd INF HTTP request: Path: /login/login QueryString: Headers: {Accept: */*}, {Accept-Encoding: gzip, deflate, br}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 99}, {Content-Type: application/json-patch+json}, {Host: 103.120.178.195}, {User-Agent: PostmanRuntime/7.42.0}, {Postman-Token: 0f1514c9-c2d6-4caa-8f96-2547cc45d072} Host: 103.120.178.195 Body: { "loginName": "TestUser1", "password": "TestUser1", "entityId": 7, "channelId": 2 } 2024-09-13 16:14:20.178 +05:30 8e1e4cd2-5e16-46c9-8d53-e27220c339e3 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 16:14:20.220 +05:30 8e1e4cd2-5e16-46c9-8d53-e27220c339e3 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 16:14:20.748 +05:30 8e1e4cd2-5e16-46c9-8d53-e27220c339e3 INF Database retrieved 2024-09-13 16:14:20.846 +05:30 8e1e4cd2-5e16-46c9-8d53-e27220c339e3 INF Token generated 2024-09-13 16:14:20.849 +05:30 8e1e4cd2-5e16-46c9-8d53-e27220c339e3 INF Token generated 2024-09-13 16:14:20.879 +05:30 8e1e4cd2-5e16-46c9-8d53-e27220c339e3 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 16:14:20.901 +05:30 8e1e4cd2-5e16-46c9-8d53-e27220c339e3 INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 676.3861ms 2024-09-13 16:14:20.905 +05:30 8e1e4cd2-5e16-46c9-8d53-e27220c339e3 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 16:14:20.906 +05:30 8e1e4cd2-5e16-46c9-8d53-e27220c339e3 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: bbcc8493-7999-41e3-bda3-e6acf58a10bd}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 898} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIxIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjEiLCJuYW1laWQiOiI0IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMjQyNjAsImV4cCI6MTcyNjIyNDg2MCwiaWF0IjoxNzI2MjI0MjYwfQ.P2ILA9ExPOmg6YppLsiFbq1aowvNjickA1k27tnhqwk\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIxIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjEiLCJuYW1laWQiOiI0IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMjQyNjAsImV4cCI6MTcyNjIyNTE2MCwiaWF0IjoxNzI2MjI0MjYwfQ.iQTAXXERYwMscfBgfIGjcuUkXdeSPKgGDrCTDKIKiIY\"}"} 2024-09-13 16:14:20.917 +05:30 8e1e4cd2-5e16-46c9-8d53-e27220c339e3 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 898 application/json; charset=utf-8 865.543ms 2024-09-13 16:25:18.509 +05:30 INF Application is shutting down... 2024-09-13 16:31:20.409 +05:30 WRN Using an in-memory repository. Keys will not be persisted to storage. 2024-09-13 16:31:20.466 +05:30 WRN Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. 2024-09-13 16:31:20.490 +05:30 INF Creating key {fc9a079f-483b-4811-8c25-d76b2a8f705d} with creation date 2024-09-13 11:01:20Z, activation date 2024-09-13 11:01:20Z, and expiration date 2024-12-12 11:01:20Z. 2024-09-13 16:31:20.504 +05:30 WRN No XML encryptor configured. Key {fc9a079f-483b-4811-8c25-d76b2a8f705d} may be persisted to storage in unencrypted form. 2024-09-13 16:31:20.694 +05:30 INF Application started. Press Ctrl+C to shut down. 2024-09-13 16:31:20.694 +05:30 INF Hosting environment: Production 2024-09-13 16:31:20.695 +05:30 INF Content root path: C:\inetpub\wwwroot\SangSecurityAPI 2024-09-13 16:31:20.708 +05:30 c47c46e4-827d-4e67-a782-caf6564c18f2 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json-patch+json 99 2024-09-13 16:31:20.784 +05:30 c47c46e4-827d-4e67-a782-caf6564c18f2 INF HTTP request: Path: /login/login QueryString: Headers: {Accept: */*}, {Accept-Encoding: gzip, deflate, br}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 99}, {Content-Type: application/json-patch+json}, {Host: 103.120.178.195}, {User-Agent: PostmanRuntime/7.42.0}, {Postman-Token: 273a9648-ff92-4e0e-8577-4e5a995507ae} Host: 103.120.178.195 Body: { "loginName": "TestUser1", "password": "TestUser1", "entityId": 7, "channelId": 2 } 2024-09-13 16:31:20.829 +05:30 0e8af56c-20b4-42cb-809c-2a2f22b4bf76 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 16:31:20.853 +05:30 0e8af56c-20b4-42cb-809c-2a2f22b4bf76 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 16:31:21.363 +05:30 0e8af56c-20b4-42cb-809c-2a2f22b4bf76 INF Database retrieved 2024-09-13 16:31:21.433 +05:30 0e8af56c-20b4-42cb-809c-2a2f22b4bf76 INF Token generated 2024-09-13 16:31:21.436 +05:30 0e8af56c-20b4-42cb-809c-2a2f22b4bf76 INF Token generated 2024-09-13 16:31:21.471 +05:30 0e8af56c-20b4-42cb-809c-2a2f22b4bf76 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 16:31:21.493 +05:30 0e8af56c-20b4-42cb-809c-2a2f22b4bf76 INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 634.538ms 2024-09-13 16:31:21.497 +05:30 0e8af56c-20b4-42cb-809c-2a2f22b4bf76 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 16:31:21.499 +05:30 0e8af56c-20b4-42cb-809c-2a2f22b4bf76 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c47c46e4-827d-4e67-a782-caf6564c18f2}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 898} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIxIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjEiLCJuYW1laWQiOiI0IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMjUyODEsImV4cCI6MTcyNjIyNTg4MSwiaWF0IjoxNzI2MjI1MjgxfQ.Y-q2Xx8dJ4ytCH90bGnwwGuNzFL1q7-Bp3brwBAQrlQ\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIxIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjEiLCJuYW1laWQiOiI0IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMjUyODEsImV4cCI6MTcyNjIyNjE4MSwiaWF0IjoxNzI2MjI1MjgxfQ.jWMSkMoYL_qZiOaRxMeNY1MW_l7_KxdUlnMHw5K_fk0\"}"} 2024-09-13 16:31:21.511 +05:30 0e8af56c-20b4-42cb-809c-2a2f22b4bf76 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 898 application/json; charset=utf-8 804.7472ms 2024-09-13 16:33:36.348 +05:30 73285dec-295f-4119-b408-8ab504515ba7 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIyMDQwLCJleHAiOjE3MjYyMjI5NDAsImlhdCI6MTcyNjIyMjA0MH0.ER6HJwpnugSrfhNQw8ruefEfDAtQVhqo24l6vp7eLmc - null null 2024-09-13 16:33:36.348 +05:30 d62ca2e8-eaf2-42e7-9750-cb5c4a0bfe9c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIyMDQwLCJleHAiOjE3MjYyMjI5NDAsImlhdCI6MTcyNjIyMjA0MH0.ER6HJwpnugSrfhNQw8ruefEfDAtQVhqo24l6vp7eLmc - null null 2024-09-13 16:33:36.357 +05:30 d62ca2e8-eaf2-42e7-9750-cb5c4a0bfe9c INF CORS policy execution successful. 2024-09-13 16:33:36.357 +05:30 73285dec-295f-4119-b408-8ab504515ba7 INF CORS policy execution successful. 2024-09-13 16:33:36.366 +05:30 d62ca2e8-eaf2-42e7-9750-cb5c4a0bfe9c INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIyMDQwLCJleHAiOjE3MjYyMjI5NDAsImlhdCI6MTcyNjIyMjA0MH0.ER6HJwpnugSrfhNQw8ruefEfDAtQVhqo24l6vp7eLmc Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 16:33:36.366 +05:30 73285dec-295f-4119-b408-8ab504515ba7 INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIyMDQwLCJleHAiOjE3MjYyMjI5NDAsImlhdCI6MTcyNjIyMjA0MH0.ER6HJwpnugSrfhNQw8ruefEfDAtQVhqo24l6vp7eLmc Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 16:33:36.369 +05:30 5a065904-11ab-4a0b-a420-60a41a6b04be INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 16:33:36.369 +05:30 58904d53-3834-48ca-9a1f-5cee543a303d INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 16:33:36.380 +05:30 58904d53-3834-48ca-9a1f-5cee543a303d INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 16:33:36.380 +05:30 5a065904-11ab-4a0b-a420-60a41a6b04be INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 16:33:36.470 +05:30 5a065904-11ab-4a0b-a420-60a41a6b04be INF Executing BadRequestObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 16:33:36.470 +05:30 58904d53-3834-48ca-9a1f-5cee543a303d INF Executing BadRequestObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 16:33:36.476 +05:30 58904d53-3834-48ca-9a1f-5cee543a303d INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 95.2561ms 2024-09-13 16:33:36.476 +05:30 5a065904-11ab-4a0b-a420-60a41a6b04be INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 95.1423ms 2024-09-13 16:33:36.476 +05:30 58904d53-3834-48ca-9a1f-5cee543a303d INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 16:33:36.476 +05:30 5a065904-11ab-4a0b-a420-60a41a6b04be INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 16:33:36.477 +05:30 58904d53-3834-48ca-9a1f-5cee543a303d INF HTTP Response: StatusCode: 400 Headers: {X-Correlation-Id: d62ca2e8-eaf2-42e7-9750-cb5c4a0bfe9c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 90} Body: {"status":"Failure","statusCode":4000,"message":"Refresh token has expired","result":null} 2024-09-13 16:33:36.477 +05:30 5a065904-11ab-4a0b-a420-60a41a6b04be INF HTTP Response: StatusCode: 400 Headers: {X-Correlation-Id: 73285dec-295f-4119-b408-8ab504515ba7}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 90} Body: {"status":"Failure","statusCode":4000,"message":"Refresh token has expired","result":null} 2024-09-13 16:33:36.482 +05:30 58904d53-3834-48ca-9a1f-5cee543a303d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIyMDQwLCJleHAiOjE3MjYyMjI5NDAsImlhdCI6MTcyNjIyMjA0MH0.ER6HJwpnugSrfhNQw8ruefEfDAtQVhqo24l6vp7eLmc - 400 90 application/json; charset=utf-8 135.085ms 2024-09-13 16:33:36.482 +05:30 5a065904-11ab-4a0b-a420-60a41a6b04be INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIyMDQwLCJleHAiOjE3MjYyMjI5NDAsImlhdCI6MTcyNjIyMjA0MH0.ER6HJwpnugSrfhNQw8ruefEfDAtQVhqo24l6vp7eLmc - 400 90 application/json; charset=utf-8 135.0602ms 2024-09-13 16:33:44.145 +05:30 c00c4eaf-2df5-41be-aa7c-e12cc305e6f9 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - null null 2024-09-13 16:33:44.152 +05:30 c00c4eaf-2df5-41be-aa7c-e12cc305e6f9 INF CORS policy execution successful. 2024-09-13 16:33:44.154 +05:30 c00c4eaf-2df5-41be-aa7c-e12cc305e6f9 INF HTTP request: Path: /login/getcompany QueryString: ?userName=dipin Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 16:33:44.156 +05:30 f1ce5b5f-8ac9-4bd3-bcd9-4972707fe4f2 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 16:33:44.166 +05:30 f1ce5b5f-8ac9-4bd3-bcd9-4972707fe4f2 INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 16:33:44.234 +05:30 f1ce5b5f-8ac9-4bd3-bcd9-4972707fe4f2 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 16:33:44.235 +05:30 f1ce5b5f-8ac9-4bd3-bcd9-4972707fe4f2 INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 69.0058ms 2024-09-13 16:33:44.235 +05:30 f1ce5b5f-8ac9-4bd3-bcd9-4972707fe4f2 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 16:33:44.236 +05:30 f1ce5b5f-8ac9-4bd3-bcd9-4972707fe4f2 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: c00c4eaf-2df5-41be-aa7c-e12cc305e6f9}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 16:33:44.237 +05:30 f1ce5b5f-8ac9-4bd3-bcd9-4972707fe4f2 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - 200 138 application/json; charset=utf-8 92.5154ms 2024-09-13 16:33:46.312 +05:30 d501a045-1b5f-4d50-b4e6-19c214f7d618 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 16:33:46.314 +05:30 d501a045-1b5f-4d50-b4e6-19c214f7d618 INF CORS policy execution successful. 2024-09-13 16:33:46.316 +05:30 d501a045-1b5f-4d50-b4e6-19c214f7d618 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 3.3738ms 2024-09-13 16:33:46.372 +05:30 6903cbb8-eba9-49cf-923c-1b986ecafa86 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 112 2024-09-13 16:33:46.373 +05:30 6903cbb8-eba9-49cf-923c-1b986ecafa86 INF CORS policy execution successful. 2024-09-13 16:33:46.373 +05:30 6903cbb8-eba9-49cf-923c-1b986ecafa86 INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 112}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"dipin","password":"UjgEpa1oE5f/WyfCWCwrcg==","entityId":8,"Company Name":"Entity10"} 2024-09-13 16:33:46.374 +05:30 756c6409-7ed3-4df3-83f5-4cdf28ecf6a9 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 16:33:46.374 +05:30 756c6409-7ed3-4df3-83f5-4cdf28ecf6a9 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 16:33:46.401 +05:30 756c6409-7ed3-4df3-83f5-4cdf28ecf6a9 INF Database retrieved 2024-09-13 16:33:46.429 +05:30 756c6409-7ed3-4df3-83f5-4cdf28ecf6a9 INF Token generated 2024-09-13 16:33:46.430 +05:30 756c6409-7ed3-4df3-83f5-4cdf28ecf6a9 INF Token generated 2024-09-13 16:33:46.430 +05:30 756c6409-7ed3-4df3-83f5-4cdf28ecf6a9 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 16:33:46.431 +05:30 756c6409-7ed3-4df3-83f5-4cdf28ecf6a9 INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 56.4593ms 2024-09-13 16:33:46.431 +05:30 756c6409-7ed3-4df3-83f5-4cdf28ecf6a9 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 16:33:46.431 +05:30 756c6409-7ed3-4df3-83f5-4cdf28ecf6a9 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 6903cbb8-eba9-49cf-923c-1b986ecafa86}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 876} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjI1NDI2LCJleHAiOjE3MjYyMjYwMjYsImlhdCI6MTcyNjIyNTQyNn0.EyASVGvmvpywNOnQTy0qcNSLlQbg-UykxAbg2UrVfO4\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjI1NDI2LCJleHAiOjE3MjYyMjYzMjYsImlhdCI6MTcyNjIyNTQyNn0.AIMAMyK6DCqDoyglM05yHOGGjtcVdasB7kVdb907LXQ\"}"} 2024-09-13 16:33:46.432 +05:30 756c6409-7ed3-4df3-83f5-4cdf28ecf6a9 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 876 application/json; charset=utf-8 59.7474ms 2024-09-13 16:34:19.158 +05:30 a004000e-3e5e-4dd1-bcbe-d58cabce0840 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - null null 2024-09-13 16:34:19.161 +05:30 a004000e-3e5e-4dd1-bcbe-d58cabce0840 INF CORS policy execution successful. 2024-09-13 16:34:19.163 +05:30 a004000e-3e5e-4dd1-bcbe-d58cabce0840 INF HTTP request: Path: /login/getcompany QueryString: ?userName=dipin Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 16:34:19.164 +05:30 b6970234-c06b-496a-8288-978747121d8c INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 16:34:19.165 +05:30 b6970234-c06b-496a-8288-978747121d8c INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 16:34:19.201 +05:30 b6970234-c06b-496a-8288-978747121d8c INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 16:34:19.204 +05:30 b6970234-c06b-496a-8288-978747121d8c INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 39.39ms 2024-09-13 16:34:19.205 +05:30 b6970234-c06b-496a-8288-978747121d8c INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 16:34:19.205 +05:30 b6970234-c06b-496a-8288-978747121d8c INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a004000e-3e5e-4dd1-bcbe-d58cabce0840}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 16:34:19.207 +05:30 b6970234-c06b-496a-8288-978747121d8c INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - 200 138 application/json; charset=utf-8 49.8652ms 2024-09-13 16:34:20.709 +05:30 f826788a-0981-4a87-a45f-75442d7f305c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - null null 2024-09-13 16:34:20.710 +05:30 f826788a-0981-4a87-a45f-75442d7f305c INF CORS policy execution successful. 2024-09-13 16:34:20.711 +05:30 f826788a-0981-4a87-a45f-75442d7f305c INF HTTP request: Path: /login/getcompany QueryString: ?userName=dipin Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 16:34:20.711 +05:30 c406a0d8-8909-4ca6-b66a-00d866ae230d INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 16:34:20.711 +05:30 c406a0d8-8909-4ca6-b66a-00d866ae230d INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 16:34:20.726 +05:30 c406a0d8-8909-4ca6-b66a-00d866ae230d INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 16:34:20.726 +05:30 c406a0d8-8909-4ca6-b66a-00d866ae230d INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 14.9532ms 2024-09-13 16:34:20.727 +05:30 c406a0d8-8909-4ca6-b66a-00d866ae230d INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 16:34:20.727 +05:30 c406a0d8-8909-4ca6-b66a-00d866ae230d INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: f826788a-0981-4a87-a45f-75442d7f305c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 16:34:20.728 +05:30 c406a0d8-8909-4ca6-b66a-00d866ae230d INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - 200 138 application/json; charset=utf-8 18.7924ms 2024-09-13 16:34:22.032 +05:30 a3fc3142-fa49-4c3c-a959-effc77b2ab1b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 16:34:22.033 +05:30 a3fc3142-fa49-4c3c-a959-effc77b2ab1b INF CORS policy execution successful. 2024-09-13 16:34:22.033 +05:30 a3fc3142-fa49-4c3c-a959-effc77b2ab1b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 1.0032ms 2024-09-13 16:34:22.165 +05:30 3aeac499-15fe-4a07-817e-cdebc07b564d INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 112 2024-09-13 16:34:22.165 +05:30 3aeac499-15fe-4a07-817e-cdebc07b564d INF CORS policy execution successful. 2024-09-13 16:34:22.166 +05:30 3aeac499-15fe-4a07-817e-cdebc07b564d INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 112}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"dipin","password":"UjgEpa1oE5f/WyfCWCwrcg==","entityId":8,"Company Name":"Entity10"} 2024-09-13 16:34:22.166 +05:30 a0210fcc-8952-43e2-b26e-8549cf246b9e INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 16:34:22.166 +05:30 a0210fcc-8952-43e2-b26e-8549cf246b9e INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 16:34:22.176 +05:30 a0210fcc-8952-43e2-b26e-8549cf246b9e INF Database retrieved 2024-09-13 16:34:22.187 +05:30 a0210fcc-8952-43e2-b26e-8549cf246b9e INF Token generated 2024-09-13 16:34:22.188 +05:30 a0210fcc-8952-43e2-b26e-8549cf246b9e INF Token generated 2024-09-13 16:34:22.188 +05:30 a0210fcc-8952-43e2-b26e-8549cf246b9e INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 16:34:22.189 +05:30 a0210fcc-8952-43e2-b26e-8549cf246b9e INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 22.3243ms 2024-09-13 16:34:22.189 +05:30 a0210fcc-8952-43e2-b26e-8549cf246b9e INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 16:34:22.189 +05:30 a0210fcc-8952-43e2-b26e-8549cf246b9e INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 3aeac499-15fe-4a07-817e-cdebc07b564d}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 876} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjI1NDYyLCJleHAiOjE3MjYyMjYwNjIsImlhdCI6MTcyNjIyNTQ2Mn0.bpAdiyvGyvRkFFIZIej_u2OxTfUI08Ngn6oUG9hQKhI\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjI1NDYyLCJleHAiOjE3MjYyMjYzNjIsImlhdCI6MTcyNjIyNTQ2Mn0.OBXmJyVfk76Hb-J_Ba_UnJiprhm9RTZ2DrOXftG-j5Y\"}"} 2024-09-13 16:34:22.190 +05:30 a0210fcc-8952-43e2-b26e-8549cf246b9e INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 876 application/json; charset=utf-8 24.8759ms 2024-09-13 16:45:19.158 +05:30 INF Application is shutting down... 2024-09-13 16:45:50.231 +05:30 WRN Using an in-memory repository. Keys will not be persisted to storage. 2024-09-13 16:45:50.285 +05:30 WRN Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. 2024-09-13 16:45:50.302 +05:30 INF Creating key {fc10c879-c7ed-4352-9c34-ccdbf75707c9} with creation date 2024-09-13 11:15:50Z, activation date 2024-09-13 11:15:50Z, and expiration date 2024-12-12 11:15:50Z. 2024-09-13 16:45:50.320 +05:30 WRN No XML encryptor configured. Key {fc10c879-c7ed-4352-9c34-ccdbf75707c9} may be persisted to storage in unencrypted form. 2024-09-13 16:45:50.489 +05:30 INF Application started. Press Ctrl+C to shut down. 2024-09-13 16:45:50.490 +05:30 INF Hosting environment: Production 2024-09-13 16:45:50.491 +05:30 INF Content root path: C:\inetpub\wwwroot\SangSecurityAPI 2024-09-13 16:45:50.505 +05:30 eb9d8d04-9449-4110-b7f3-18fc8ed10b0c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjI1NDYyLCJleHAiOjE3MjYyMjYzNjIsImlhdCI6MTcyNjIyNTQ2Mn0.OBXmJyVfk76Hb-J_Ba_UnJiprhm9RTZ2DrOXftG-j5Y - null null 2024-09-13 16:45:50.557 +05:30 eb9d8d04-9449-4110-b7f3-18fc8ed10b0c INF CORS policy execution successful. 2024-09-13 16:45:50.577 +05:30 eb9d8d04-9449-4110-b7f3-18fc8ed10b0c INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjI1NDYyLCJleHAiOjE3MjYyMjYzNjIsImlhdCI6MTcyNjIyNTQ2Mn0.OBXmJyVfk76Hb-J_Ba_UnJiprhm9RTZ2DrOXftG-j5Y Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 16:45:50.621 +05:30 7f24566f-bd8c-4355-88d2-40e65ef2f8f8 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 16:45:50.651 +05:30 7f24566f-bd8c-4355-88d2-40e65ef2f8f8 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 16:45:50.940 +05:30 7f24566f-bd8c-4355-88d2-40e65ef2f8f8 ERR Login failed for user ''. 2024-09-13 16:45:50.967 +05:30 7f24566f-bd8c-4355-88d2-40e65ef2f8f8 ERR Token Regeneration failed System.Data.SqlClient.SqlException (0x80131904): Login failed for user ''. at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken) at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen() --- End of stack trace from previous location --- at Sang.Service.Common.CommonService.CommonEntityService.ExecuteProcedureWithResult(String procedureName, SqlParameter[] parameters) at Sang.Service.Common.Authentication.TokenService.RegenerateTokens(String refershToken) at Sang.Security.Api.Controllers.TokenController.RegenerateTokens(String refreshToken) ClientConnectionId:39cb0038-d056-42ce-8abf-d0fab0712a50 Error Number:18456,State:1,Class:14 2024-09-13 16:45:50.980 +05:30 7f24566f-bd8c-4355-88d2-40e65ef2f8f8 INF Executing ObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 16:45:51.088 +05:30 7f24566f-bd8c-4355-88d2-40e65ef2f8f8 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 432.5552ms 2024-09-13 16:45:51.091 +05:30 7f24566f-bd8c-4355-88d2-40e65ef2f8f8 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 16:45:51.093 +05:30 7f24566f-bd8c-4355-88d2-40e65ef2f8f8 INF HTTP Response: StatusCode: 500 Headers: {X-Correlation-Id: eb9d8d04-9449-4110-b7f3-18fc8ed10b0c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 89} Body: {"status":"Failure","statusCode":5000,"message":"Login failed for user ''","result":null} 2024-09-13 16:45:51.105 +05:30 7f24566f-bd8c-4355-88d2-40e65ef2f8f8 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjI1NDYyLCJleHAiOjE3MjYyMjYzNjIsImlhdCI6MTcyNjIyNTQ2Mn0.OBXmJyVfk76Hb-J_Ba_UnJiprhm9RTZ2DrOXftG-j5Y - 500 89 application/json; charset=utf-8 603.2598ms 2024-09-13 16:46:01.832 +05:30 bbd9af82-8af8-4b45-8e20-5aa1e0147e1c INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - null null 2024-09-13 16:46:01.840 +05:30 bbd9af82-8af8-4b45-8e20-5aa1e0147e1c INF CORS policy execution successful. 2024-09-13 16:46:01.844 +05:30 bbd9af82-8af8-4b45-8e20-5aa1e0147e1c INF HTTP request: Path: /login/getcompany QueryString: ?userName=dipin Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 16:46:01.848 +05:30 3bd119bf-9dea-49f3-ab65-1a2331435bb8 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 16:46:01.864 +05:30 3bd119bf-9dea-49f3-ab65-1a2331435bb8 INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 16:46:02.230 +05:30 3bd119bf-9dea-49f3-ab65-1a2331435bb8 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 16:46:02.233 +05:30 3bd119bf-9dea-49f3-ab65-1a2331435bb8 INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 368.3294ms 2024-09-13 16:46:02.233 +05:30 3bd119bf-9dea-49f3-ab65-1a2331435bb8 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 16:46:02.234 +05:30 3bd119bf-9dea-49f3-ab65-1a2331435bb8 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: bbd9af82-8af8-4b45-8e20-5aa1e0147e1c}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 16:46:02.235 +05:30 3bd119bf-9dea-49f3-ab65-1a2331435bb8 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - 200 138 application/json; charset=utf-8 403.6844ms 2024-09-13 16:46:03.918 +05:30 2bc17184-ef74-452a-b6ea-d2e8ab7f171a INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 16:46:03.924 +05:30 2bc17184-ef74-452a-b6ea-d2e8ab7f171a INF CORS policy execution successful. 2024-09-13 16:46:03.927 +05:30 2bc17184-ef74-452a-b6ea-d2e8ab7f171a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 8.6518ms 2024-09-13 16:46:03.969 +05:30 98539007-c5b3-4201-a7cf-94d188c3eb05 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 112 2024-09-13 16:46:03.970 +05:30 98539007-c5b3-4201-a7cf-94d188c3eb05 INF CORS policy execution successful. 2024-09-13 16:46:03.971 +05:30 98539007-c5b3-4201-a7cf-94d188c3eb05 INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 112}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"dipin","password":"UjgEpa1oE5f/WyfCWCwrcg==","entityId":8,"Company Name":"Entity10"} 2024-09-13 16:46:03.973 +05:30 2a3ec7ab-45dc-45a5-8f00-d722ceec7a97 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 16:46:03.984 +05:30 2a3ec7ab-45dc-45a5-8f00-d722ceec7a97 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 16:46:04.068 +05:30 2a3ec7ab-45dc-45a5-8f00-d722ceec7a97 INF Database retrieved 2024-09-13 16:46:04.121 +05:30 2a3ec7ab-45dc-45a5-8f00-d722ceec7a97 INF Token generated 2024-09-13 16:46:04.122 +05:30 2a3ec7ab-45dc-45a5-8f00-d722ceec7a97 INF Token generated 2024-09-13 16:46:04.125 +05:30 2a3ec7ab-45dc-45a5-8f00-d722ceec7a97 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 16:46:04.125 +05:30 2a3ec7ab-45dc-45a5-8f00-d722ceec7a97 INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 140.5823ms 2024-09-13 16:46:04.125 +05:30 2a3ec7ab-45dc-45a5-8f00-d722ceec7a97 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 16:46:04.126 +05:30 2a3ec7ab-45dc-45a5-8f00-d722ceec7a97 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 98539007-c5b3-4201-a7cf-94d188c3eb05}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 876} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjI2MTY0LCJleHAiOjE3MjYyMjY3NjQsImlhdCI6MTcyNjIyNjE2NH0.qeT7g9jR3V4tDebOQSn-mTQlLxbTGs2t8cNOxDqCWWc\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjI2MTY0LCJleHAiOjE3MjYyMjcwNjQsImlhdCI6MTcyNjIyNjE2NH0.wDbrfZ_s-JjXAA_qH-yPrD4KUiGJRAxLE_Rdi2YqO5U\"}"} 2024-09-13 16:46:04.126 +05:30 2a3ec7ab-45dc-45a5-8f00-d722ceec7a97 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 876 application/json; charset=utf-8 157.5273ms 2024-09-13 16:48:54.747 +05:30 cf45aa48-ef82-4e6c-9ade-19c14478ae32 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json-patch+json 99 2024-09-13 16:48:54.754 +05:30 cf45aa48-ef82-4e6c-9ade-19c14478ae32 INF HTTP request: Path: /login/login QueryString: Headers: {Accept: */*}, {Accept-Encoding: gzip, deflate, br}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 99}, {Content-Type: application/json-patch+json}, {Host: 103.120.178.195}, {User-Agent: PostmanRuntime/7.42.0}, {Postman-Token: 0b957929-d668-4bf7-992e-bf1708c91ccb} Host: 103.120.178.195 Body: { "loginName": "TestUser1", "password": "TestUser1", "entityId": 7, "channelId": 2 } 2024-09-13 16:48:54.756 +05:30 fafb0107-2b9f-445f-a902-c191c15f4048 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 16:48:54.757 +05:30 fafb0107-2b9f-445f-a902-c191c15f4048 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 16:48:54.785 +05:30 fafb0107-2b9f-445f-a902-c191c15f4048 INF Database retrieved 2024-09-13 16:48:54.925 +05:30 fafb0107-2b9f-445f-a902-c191c15f4048 INF Token generated 2024-09-13 16:48:54.926 +05:30 fafb0107-2b9f-445f-a902-c191c15f4048 INF Token generated 2024-09-13 16:48:54.927 +05:30 fafb0107-2b9f-445f-a902-c191c15f4048 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 16:48:54.928 +05:30 fafb0107-2b9f-445f-a902-c191c15f4048 INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 170.1428ms 2024-09-13 16:48:54.928 +05:30 fafb0107-2b9f-445f-a902-c191c15f4048 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 16:48:54.929 +05:30 fafb0107-2b9f-445f-a902-c191c15f4048 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: cf45aa48-ef82-4e6c-9ade-19c14478ae32}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 898} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIxIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjEiLCJuYW1laWQiOiI0IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMjYzMzQsImV4cCI6MTcyNjIyNjkzNCwiaWF0IjoxNzI2MjI2MzM0fQ.79MM6bX4ye_FskV00kJ_jrq2ltop0cBprceRUyi-b6I\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIxIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjEiLCJuYW1laWQiOiI0IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMjYzMzQsImV4cCI6MTcyNjIyNzIzNCwiaWF0IjoxNzI2MjI2MzM0fQ.peB4QlAQa05jui1JVb-rKmOQQPbxS5S74hXXb5UO9Ic\"}"} 2024-09-13 16:48:54.930 +05:30 fafb0107-2b9f-445f-a902-c191c15f4048 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 898 application/json; charset=utf-8 183.3647ms 2024-09-13 16:56:16.144 +05:30 f311850e-1a46-438d-b1c5-f2d5a2ac3d43 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjI2MTY0LCJleHAiOjE3MjYyMjcwNjQsImlhdCI6MTcyNjIyNjE2NH0.wDbrfZ_s-JjXAA_qH-yPrD4KUiGJRAxLE_Rdi2YqO5U - null null 2024-09-13 16:56:16.147 +05:30 f311850e-1a46-438d-b1c5-f2d5a2ac3d43 INF CORS policy execution successful. 2024-09-13 16:56:16.150 +05:30 f311850e-1a46-438d-b1c5-f2d5a2ac3d43 INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjI2MTY0LCJleHAiOjE3MjYyMjcwNjQsImlhdCI6MTcyNjIyNjE2NH0.wDbrfZ_s-JjXAA_qH-yPrD4KUiGJRAxLE_Rdi2YqO5U Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 16:56:16.153 +05:30 5ba75ec7-1bdc-4d77-b478-74918ec05b9e INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 16:56:16.155 +05:30 5ba75ec7-1bdc-4d77-b478-74918ec05b9e INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 16:56:16.229 +05:30 5ba75ec7-1bdc-4d77-b478-74918ec05b9e ERR Login successful. 2024-09-13 16:56:16.232 +05:30 5ba75ec7-1bdc-4d77-b478-74918ec05b9e ERR Token Regeneration failed System.Exception: Login successful. at Sang.Service.Common.Authentication.TokenService.RegenerateTokens(String refershToken) at Sang.Security.Api.Controllers.TokenController.RegenerateTokens(String refreshToken) 2024-09-13 16:56:16.233 +05:30 5ba75ec7-1bdc-4d77-b478-74918ec05b9e INF Executing ObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 16:56:16.234 +05:30 5ba75ec7-1bdc-4d77-b478-74918ec05b9e INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 78.955ms 2024-09-13 16:56:16.235 +05:30 5ba75ec7-1bdc-4d77-b478-74918ec05b9e INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 16:56:16.235 +05:30 5ba75ec7-1bdc-4d77-b478-74918ec05b9e INF HTTP Response: StatusCode: 500 Headers: {X-Correlation-Id: f311850e-1a46-438d-b1c5-f2d5a2ac3d43}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 81} Body: {"status":"Failure","statusCode":5000,"message":"Login successful","result":null} 2024-09-13 16:56:16.236 +05:30 5ba75ec7-1bdc-4d77-b478-74918ec05b9e INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjI2MTY0LCJleHAiOjE3MjYyMjcwNjQsImlhdCI6MTcyNjIyNjE2NH0.wDbrfZ_s-JjXAA_qH-yPrD4KUiGJRAxLE_Rdi2YqO5U - 500 81 application/json; charset=utf-8 92.5132ms 2024-09-13 16:56:19.037 +05:30 a01e5642-17c3-4b33-9f73-78f9a4703207 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - null null 2024-09-13 16:56:19.038 +05:30 a01e5642-17c3-4b33-9f73-78f9a4703207 INF CORS policy execution successful. 2024-09-13 16:56:19.039 +05:30 a01e5642-17c3-4b33-9f73-78f9a4703207 INF HTTP request: Path: /login/getcompany QueryString: ?userName=dipin Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 16:56:19.040 +05:30 ac422d78-bf09-4e35-869b-183b22be1a75 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 16:56:19.040 +05:30 ac422d78-bf09-4e35-869b-183b22be1a75 INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 16:56:19.064 +05:30 ac422d78-bf09-4e35-869b-183b22be1a75 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 16:56:19.065 +05:30 ac422d78-bf09-4e35-869b-183b22be1a75 INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 24.6363ms 2024-09-13 16:56:19.065 +05:30 ac422d78-bf09-4e35-869b-183b22be1a75 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 16:56:19.065 +05:30 ac422d78-bf09-4e35-869b-183b22be1a75 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: a01e5642-17c3-4b33-9f73-78f9a4703207}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 16:56:19.066 +05:30 ac422d78-bf09-4e35-869b-183b22be1a75 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=dipin - 200 138 application/json; charset=utf-8 29.1879ms 2024-09-13 16:56:20.221 +05:30 192cf3f5-8b86-46db-a0ba-1a0e3312ae00 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 16:56:20.222 +05:30 192cf3f5-8b86-46db-a0ba-1a0e3312ae00 INF CORS policy execution successful. 2024-09-13 16:56:20.223 +05:30 192cf3f5-8b86-46db-a0ba-1a0e3312ae00 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 1.5267ms 2024-09-13 16:56:20.268 +05:30 efd554b6-2b2c-4eb1-b67f-baf4fdc7233f INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 112 2024-09-13 16:56:20.268 +05:30 efd554b6-2b2c-4eb1-b67f-baf4fdc7233f INF CORS policy execution successful. 2024-09-13 16:56:20.270 +05:30 efd554b6-2b2c-4eb1-b67f-baf4fdc7233f INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9}, {Connection: keep-alive}, {Content-Length: 112}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"dipin","password":"UjgEpa1oE5f/WyfCWCwrcg==","entityId":8,"Company Name":"Entity10"} 2024-09-13 16:56:20.271 +05:30 7f6722ea-c688-410b-9459-271c094c3359 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 16:56:20.272 +05:30 7f6722ea-c688-410b-9459-271c094c3359 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 16:56:20.283 +05:30 7f6722ea-c688-410b-9459-271c094c3359 INF Database retrieved 2024-09-13 16:56:20.308 +05:30 7f6722ea-c688-410b-9459-271c094c3359 INF Token generated 2024-09-13 16:56:20.309 +05:30 7f6722ea-c688-410b-9459-271c094c3359 INF Token generated 2024-09-13 16:56:20.309 +05:30 7f6722ea-c688-410b-9459-271c094c3359 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 16:56:20.310 +05:30 7f6722ea-c688-410b-9459-271c094c3359 INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 37.2003ms 2024-09-13 16:56:20.310 +05:30 7f6722ea-c688-410b-9459-271c094c3359 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 16:56:20.310 +05:30 7f6722ea-c688-410b-9459-271c094c3359 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: efd554b6-2b2c-4eb1-b67f-baf4fdc7233f}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 876} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjI2NzgwLCJleHAiOjE3MjYyMjczODAsImlhdCI6MTcyNjIyNjc4MH0.f20BfmfrPp1TbVMxge7H_2MWhw7CMNuzy6ZlK_tzyWY\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZGlwaW4iLCJ1bmlxdWVfbmFtZSI6ImRpcGluIiwibmFtZWlkIjoiMiIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjI2NzgwLCJleHAiOjE3MjYyMjc2ODAsImlhdCI6MTcyNjIyNjc4MH0.a_2e9KvGoD_dd-XtZNVwqqX_fksSAQ5oKWnnsl4FqWQ\"}"} 2024-09-13 16:56:20.310 +05:30 7f6722ea-c688-410b-9459-271c094c3359 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 876 application/json; charset=utf-8 42.4785ms 2024-09-13 17:06:40.725 +05:30 67c19713-8e81-455b-b671-8e54749fee8b INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json-patch+json 99 2024-09-13 17:06:40.730 +05:30 67c19713-8e81-455b-b671-8e54749fee8b INF HTTP request: Path: /login/login QueryString: Headers: {Accept: */*}, {Accept-Encoding: gzip, deflate, br}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 99}, {Content-Type: application/json-patch+json}, {Host: 103.120.178.195}, {User-Agent: PostmanRuntime/7.42.0}, {Postman-Token: 645d3fb4-bbe7-4201-9aaa-b6ecf878fd00} Host: 103.120.178.195 Body: { "loginName": "TestUser1", "password": "TestUser1", "entityId": 7, "channelId": 2 } 2024-09-13 17:06:40.731 +05:30 57e686e9-fbec-4d40-aa4c-a01d20afa2dc INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 17:06:40.733 +05:30 57e686e9-fbec-4d40-aa4c-a01d20afa2dc INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 17:06:40.779 +05:30 57e686e9-fbec-4d40-aa4c-a01d20afa2dc INF Database retrieved 2024-09-13 17:06:40.821 +05:30 57e686e9-fbec-4d40-aa4c-a01d20afa2dc INF Token generated 2024-09-13 17:06:40.821 +05:30 57e686e9-fbec-4d40-aa4c-a01d20afa2dc INF Token generated 2024-09-13 17:06:40.822 +05:30 57e686e9-fbec-4d40-aa4c-a01d20afa2dc INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 17:06:40.823 +05:30 57e686e9-fbec-4d40-aa4c-a01d20afa2dc INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 89.9261ms 2024-09-13 17:06:40.823 +05:30 57e686e9-fbec-4d40-aa4c-a01d20afa2dc INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 17:06:40.824 +05:30 57e686e9-fbec-4d40-aa4c-a01d20afa2dc INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 67c19713-8e81-455b-b671-8e54749fee8b}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 898} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIxIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjEiLCJuYW1laWQiOiI0IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMjc0MDAsImV4cCI6MTcyNjIyODAwMCwiaWF0IjoxNzI2MjI3NDAwfQ.V-1egh6n4lJPxzcXYFLLB8MBS4LtI_QUk-OrkN7FfWg\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIxIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjEiLCJuYW1laWQiOiI0IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMjc0MDAsImV4cCI6MTcyNjIyODMwMCwiaWF0IjoxNzI2MjI3NDAwfQ.2iBnTauBc0hqBZbMYVfpPdb9OmGRUbKzLuTaKNTQRi4\"}"} 2024-09-13 17:06:40.825 +05:30 57e686e9-fbec-4d40-aa4c-a01d20afa2dc INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 898 application/json; charset=utf-8 100.4475ms 2024-09-13 17:16:49.210 +05:30 INF Application is shutting down... 2024-09-13 17:28:30.898 +05:30 WRN Using an in-memory repository. Keys will not be persisted to storage. 2024-09-13 17:28:30.946 +05:30 WRN Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. 2024-09-13 17:28:30.970 +05:30 INF Creating key {0c312831-6a02-4398-9cc5-a5624a05c327} with creation date 2024-09-13 11:58:30Z, activation date 2024-09-13 11:58:30Z, and expiration date 2024-12-12 11:58:30Z. 2024-09-13 17:28:30.983 +05:30 WRN No XML encryptor configured. Key {0c312831-6a02-4398-9cc5-a5624a05c327} may be persisted to storage in unencrypted form. 2024-09-13 17:28:31.173 +05:30 INF Application started. Press Ctrl+C to shut down. 2024-09-13 17:28:31.174 +05:30 INF Hosting environment: Production 2024-09-13 17:28:31.177 +05:30 INF Content root path: C:\inetpub\wwwroot\SangSecurityAPI 2024-09-13 17:28:31.190 +05:30 9eee8164-66b9-489d-8bdf-bc6fe74543d3 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json-patch+json 99 2024-09-13 17:28:31.284 +05:30 9eee8164-66b9-489d-8bdf-bc6fe74543d3 INF HTTP request: Path: /login/login QueryString: Headers: {Accept: */*}, {Accept-Encoding: gzip, deflate, br}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 99}, {Content-Type: application/json-patch+json}, {Host: 103.120.178.195}, {User-Agent: PostmanRuntime/7.42.0}, {Postman-Token: 86b74e3c-a7dc-4237-9ff3-464c7d2c885b} Host: 103.120.178.195 Body: { "loginName": "TestUser1", "password": "TestUser1", "entityId": 7, "channelId": 2 } 2024-09-13 17:28:31.345 +05:30 804f72dd-8c7f-4cb3-a4a5-af715399f8b1 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 17:28:31.380 +05:30 804f72dd-8c7f-4cb3-a4a5-af715399f8b1 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 17:28:31.938 +05:30 804f72dd-8c7f-4cb3-a4a5-af715399f8b1 INF Database retrieved 2024-09-13 17:28:32.014 +05:30 804f72dd-8c7f-4cb3-a4a5-af715399f8b1 INF Token generated 2024-09-13 17:28:32.016 +05:30 804f72dd-8c7f-4cb3-a4a5-af715399f8b1 INF Token generated 2024-09-13 17:28:32.051 +05:30 804f72dd-8c7f-4cb3-a4a5-af715399f8b1 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 17:28:32.078 +05:30 804f72dd-8c7f-4cb3-a4a5-af715399f8b1 INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 692.2829ms 2024-09-13 17:28:32.084 +05:30 804f72dd-8c7f-4cb3-a4a5-af715399f8b1 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 17:28:32.086 +05:30 804f72dd-8c7f-4cb3-a4a5-af715399f8b1 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 9eee8164-66b9-489d-8bdf-bc6fe74543d3}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 898} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIxIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjEiLCJuYW1laWQiOiI0IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMjg3MTEsImV4cCI6MTcyNjIyOTMxMSwiaWF0IjoxNzI2MjI4NzExfQ.Qi-RaRKg7MntGvIHXqG0N7ZwprzidpR-GLo04Yzmcgc\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIxIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjEiLCJuYW1laWQiOiI0IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMjg3MTIsImV4cCI6MTcyNjIyOTYxMiwiaWF0IjoxNzI2MjI4NzEyfQ.9qvXUcoKHbxaW3NUj_Gdosoh7WAd7D4WR1lkN_MeYUU\"}"} 2024-09-13 17:28:32.097 +05:30 804f72dd-8c7f-4cb3-a4a5-af715399f8b1 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 898 application/json; charset=utf-8 908.883ms 2024-09-13 17:39:11.270 +05:30 ec59750c-4518-4904-a9ba-0197b0213d94 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json-patch+json 99 2024-09-13 17:39:11.283 +05:30 ec59750c-4518-4904-a9ba-0197b0213d94 INF HTTP request: Path: /login/login QueryString: Headers: {Accept: */*}, {Accept-Encoding: gzip, deflate, br}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 99}, {Content-Type: application/json-patch+json}, {Host: 103.120.178.195}, {User-Agent: PostmanRuntime/7.42.0}, {Postman-Token: 6da8fc81-95f5-4a90-aaad-d9d6f4e78540} Host: 103.120.178.195 Body: { "loginName": "TestUser1", "password": "TestUser1", "entityId": 7, "channelId": 2 } 2024-09-13 17:39:11.298 +05:30 8075b067-bbb0-4c73-b2c9-c46a293a5215 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 17:39:11.304 +05:30 8075b067-bbb0-4c73-b2c9-c46a293a5215 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 17:39:11.416 +05:30 8075b067-bbb0-4c73-b2c9-c46a293a5215 INF Database retrieved 2024-09-13 17:39:11.445 +05:30 8075b067-bbb0-4c73-b2c9-c46a293a5215 INF Token generated 2024-09-13 17:39:11.445 +05:30 8075b067-bbb0-4c73-b2c9-c46a293a5215 INF Token generated 2024-09-13 17:39:11.447 +05:30 8075b067-bbb0-4c73-b2c9-c46a293a5215 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 17:39:11.450 +05:30 8075b067-bbb0-4c73-b2c9-c46a293a5215 INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 143.419ms 2024-09-13 17:39:11.450 +05:30 8075b067-bbb0-4c73-b2c9-c46a293a5215 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 17:39:11.451 +05:30 8075b067-bbb0-4c73-b2c9-c46a293a5215 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ec59750c-4518-4904-a9ba-0197b0213d94}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 898} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIxIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjEiLCJuYW1laWQiOiI0IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMjkzNTEsImV4cCI6MTcyNjIyOTk1MSwiaWF0IjoxNzI2MjI5MzUxfQ.D1Mg2X0-5iLexOglerwgn8HyfWwVbwJZ-9WOU9WHEgs\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIxIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjEiLCJuYW1laWQiOiI0IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMjkzNTEsImV4cCI6MTcyNjIzMDI1MSwiaWF0IjoxNzI2MjI5MzUxfQ.KVrlLU8n4PCZiTL4W93gP0VVy-e-lSFUYiPpUToEKDQ\"}"} 2024-09-13 17:39:11.453 +05:30 8075b067-bbb0-4c73-b2c9-c46a293a5215 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 898 application/json; charset=utf-8 183.643ms 2024-09-13 17:49:29.654 +05:30 INF Application is shutting down... 2024-09-13 17:58:27.616 +05:30 WRN Using an in-memory repository. Keys will not be persisted to storage. 2024-09-13 17:58:27.672 +05:30 WRN Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. 2024-09-13 17:58:27.702 +05:30 INF Creating key {bc3dec6c-ee9a-47ce-b772-960e2dcb842d} with creation date 2024-09-13 12:28:27Z, activation date 2024-09-13 12:28:27Z, and expiration date 2024-12-12 12:28:27Z. 2024-09-13 17:58:27.716 +05:30 WRN No XML encryptor configured. Key {bc3dec6c-ee9a-47ce-b772-960e2dcb842d} may be persisted to storage in unencrypted form. 2024-09-13 17:58:27.891 +05:30 INF Application started. Press Ctrl+C to shut down. 2024-09-13 17:58:27.892 +05:30 INF Hosting environment: Production 2024-09-13 17:58:27.892 +05:30 INF Content root path: C:\inetpub\wwwroot\SangSecurityAPI 2024-09-13 17:58:27.906 +05:30 beb2112a-f6d8-42f4-a9ce-be95f244de65 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIyOTUyLCJleHAiOjE3MjYyMjM4NTIsImlhdCI6MTcyNjIyMjk1Mn0.mbWTFfP3gwiVaOlcXRJPAUC9-FDXC6kXgTEvCrzlPdk - null null 2024-09-13 17:58:27.970 +05:30 beb2112a-f6d8-42f4-a9ce-be95f244de65 INF CORS policy execution successful. 2024-09-13 17:58:27.988 +05:30 beb2112a-f6d8-42f4-a9ce-be95f244de65 INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIyOTUyLCJleHAiOjE3MjYyMjM4NTIsImlhdCI6MTcyNjIyMjk1Mn0.mbWTFfP3gwiVaOlcXRJPAUC9-FDXC6kXgTEvCrzlPdk Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9,ml;q=0.8}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 17:58:28.031 +05:30 aa7fb478-ec86-4e6a-9456-20d22076a8f3 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 17:58:28.062 +05:30 aa7fb478-ec86-4e6a-9456-20d22076a8f3 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 17:58:28.220 +05:30 aa7fb478-ec86-4e6a-9456-20d22076a8f3 INF Executing BadRequestObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 17:58:28.346 +05:30 aa7fb478-ec86-4e6a-9456-20d22076a8f3 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 278.4356ms 2024-09-13 17:58:28.350 +05:30 aa7fb478-ec86-4e6a-9456-20d22076a8f3 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 17:58:28.351 +05:30 aa7fb478-ec86-4e6a-9456-20d22076a8f3 INF HTTP Response: StatusCode: 400 Headers: {X-Correlation-Id: beb2112a-f6d8-42f4-a9ce-be95f244de65}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 90} Body: {"status":"Failure","statusCode":4000,"message":"Refresh token has expired","result":null} 2024-09-13 17:58:28.363 +05:30 aa7fb478-ec86-4e6a-9456-20d22076a8f3 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjIyOTUyLCJleHAiOjE3MjYyMjM4NTIsImlhdCI6MTcyNjIyMjk1Mn0.mbWTFfP3gwiVaOlcXRJPAUC9-FDXC6kXgTEvCrzlPdk - 400 90 application/json; charset=utf-8 460.4308ms 2024-09-13 17:58:35.122 +05:30 d91dc71f-a672-4b19-9a86-a73d418a1cc6 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=gokul - null null 2024-09-13 17:58:35.126 +05:30 d91dc71f-a672-4b19-9a86-a73d418a1cc6 INF CORS policy execution successful. 2024-09-13 17:58:35.129 +05:30 d91dc71f-a672-4b19-9a86-a73d418a1cc6 INF HTTP request: Path: /login/getcompany QueryString: ?userName=gokul Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9,ml;q=0.8}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 17:58:35.132 +05:30 d602c1f5-bf7b-4d5a-b4dc-53551e09ac40 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 17:58:35.143 +05:30 d602c1f5-bf7b-4d5a-b4dc-53551e09ac40 INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany(System.String) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 17:58:35.510 +05:30 d602c1f5-bf7b-4d5a-b4dc-53551e09ac40 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 17:58:35.512 +05:30 d602c1f5-bf7b-4d5a-b4dc-53551e09ac40 INF Executed action Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api) in 368.7751ms 2024-09-13 17:58:35.513 +05:30 d602c1f5-bf7b-4d5a-b4dc-53551e09ac40 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.GetCompany (Sang.Security.Api)' 2024-09-13 17:58:35.515 +05:30 d602c1f5-bf7b-4d5a-b4dc-53551e09ac40 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: d91dc71f-a672-4b19-9a86-a73d418a1cc6}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 138} Body: {"status":"Success","statusCode":2000,"message":"Record(s) successfully retrieved.","result":"[{\"ID\":8,\"Company Name\":\"Entity10\"}]"} 2024-09-13 17:58:35.518 +05:30 d602c1f5-bf7b-4d5a-b4dc-53551e09ac40 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/login/getcompany?userName=gokul - 200 138 application/json; charset=utf-8 395.6723ms 2024-09-13 17:58:40.217 +05:30 8bb59f10-86df-408b-b9f0-b3fce4473d1b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - null null 2024-09-13 17:58:40.225 +05:30 8bb59f10-86df-408b-b9f0-b3fce4473d1b INF CORS policy execution successful. 2024-09-13 17:58:40.228 +05:30 8bb59f10-86df-408b-b9f0-b3fce4473d1b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/SangSecurityAPI/login/login - 204 null null 11.8993ms 2024-09-13 17:58:40.264 +05:30 8cd28268-91ac-4083-84af-fb7dc0fb07b4 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json 112 2024-09-13 17:58:40.265 +05:30 8cd28268-91ac-4083-84af-fb7dc0fb07b4 INF CORS policy execution successful. 2024-09-13 17:58:40.268 +05:30 8cd28268-91ac-4083-84af-fb7dc0fb07b4 INF HTTP request: Path: /login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9,ml;q=0.8}, {Connection: keep-alive}, {Content-Length: 112}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"channelId":2,"loginName":"gokul","entityId":8,"Company Name":"Entity10","password":"R+0wAuT6gjV130YwaLArtA=="} 2024-09-13 17:58:40.272 +05:30 058a2357-8ac7-4eec-825f-17f2995c4c83 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 17:58:40.281 +05:30 058a2357-8ac7-4eec-825f-17f2995c4c83 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 17:58:40.390 +05:30 058a2357-8ac7-4eec-825f-17f2995c4c83 INF Database retrieved 2024-09-13 17:58:40.463 +05:30 058a2357-8ac7-4eec-825f-17f2995c4c83 INF Token generated 2024-09-13 17:58:40.464 +05:30 058a2357-8ac7-4eec-825f-17f2995c4c83 INF Token generated 2024-09-13 17:58:40.467 +05:30 058a2357-8ac7-4eec-825f-17f2995c4c83 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 17:58:40.468 +05:30 058a2357-8ac7-4eec-825f-17f2995c4c83 INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 186.4548ms 2024-09-13 17:58:40.468 +05:30 058a2357-8ac7-4eec-825f-17f2995c4c83 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 17:58:40.468 +05:30 058a2357-8ac7-4eec-825f-17f2995c4c83 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 8cd28268-91ac-4083-84af-fb7dc0fb07b4}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 876} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjMwNTIwLCJleHAiOjE3MjYyMzExMjAsImlhdCI6MTcyNjIzMDUyMH0.BD9c0cTbK6nsvpcBsbABSayKvjTjtBgbapiezko4epE\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjMwNTIwLCJleHAiOjE3MjYyMzE0MjAsImlhdCI6MTcyNjIzMDUyMH0.4HmiDdZlhnXF2TM9so7wpzyz06644Ucew1Zwx7q3bSQ\"}"} 2024-09-13 17:58:40.469 +05:30 058a2357-8ac7-4eec-825f-17f2995c4c83 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 876 application/json; charset=utf-8 205.2958ms 2024-09-13 18:09:26.470 +05:30 INF Application is shutting down... 2024-09-13 18:29:55.922 +05:30 WRN Using an in-memory repository. Keys will not be persisted to storage. 2024-09-13 18:29:55.985 +05:30 WRN Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. 2024-09-13 18:29:56.006 +05:30 INF Creating key {c39cc57e-2628-4d55-ab99-1a0b54e522bf} with creation date 2024-09-13 12:59:56Z, activation date 2024-09-13 12:59:55Z, and expiration date 2024-12-12 12:59:55Z. 2024-09-13 18:29:56.024 +05:30 WRN No XML encryptor configured. Key {c39cc57e-2628-4d55-ab99-1a0b54e522bf} may be persisted to storage in unencrypted form. 2024-09-13 18:29:56.225 +05:30 INF Application started. Press Ctrl+C to shut down. 2024-09-13 18:29:56.225 +05:30 INF Hosting environment: Production 2024-09-13 18:29:56.225 +05:30 INF Content root path: C:\inetpub\wwwroot\SangSecurityAPI 2024-09-13 18:29:56.240 +05:30 c1811fc2-835a-40f5-aac0-1e864bc74c37 INF Request starting HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjMwNTIwLCJleHAiOjE3MjYyMzE0MjAsImlhdCI6MTcyNjIzMDUyMH0.4HmiDdZlhnXF2TM9so7wpzyz06644Ucew1Zwx7q3bSQ - null null 2024-09-13 18:29:56.303 +05:30 c1811fc2-835a-40f5-aac0-1e864bc74c37 INF CORS policy execution successful. 2024-09-13 18:29:56.324 +05:30 c1811fc2-835a-40f5-aac0-1e864bc74c37 INF HTTP request: Path: /token/regeneratetokens QueryString: ?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjMwNTIwLCJleHAiOjE3MjYyMzE0MjAsImlhdCI6MTcyNjIzMDUyMH0.4HmiDdZlhnXF2TM9so7wpzyz06644Ucew1Zwx7q3bSQ Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9,ml;q=0.8}, {Connection: keep-alive}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: 2024-09-13 18:29:56.376 +05:30 171147aa-b61b-49b1-b4a1-591156abc310 INF Executing endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 18:29:56.412 +05:30 171147aa-b61b-49b1-b4a1-591156abc310 INF Route matched with {action = "RegenerateTokens", controller = "Token"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Service.Common.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.Api.Controllers.TokenController (Sang.Security.Api). 2024-09-13 18:29:56.574 +05:30 171147aa-b61b-49b1-b4a1-591156abc310 INF Executing BadRequestObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 18:29:56.681 +05:30 171147aa-b61b-49b1-b4a1-591156abc310 INF Executed action Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api) in 263.8064ms 2024-09-13 18:29:56.684 +05:30 171147aa-b61b-49b1-b4a1-591156abc310 INF Executed endpoint 'Sang.Security.Api.Controllers.TokenController.RegenerateTokens (Sang.Security.Api)' 2024-09-13 18:29:56.685 +05:30 171147aa-b61b-49b1-b4a1-591156abc310 INF HTTP Response: StatusCode: 400 Headers: {X-Correlation-Id: c1811fc2-835a-40f5-aac0-1e864bc74c37}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 90} Body: {"status":"Failure","statusCode":4000,"message":"Refresh token has expired","result":null} 2024-09-13 18:29:56.695 +05:30 171147aa-b61b-49b1-b4a1-591156abc310 INF Request finished HTTP/1.1 GET http://103.120.178.195/SangSecurityAPI/token/regeneratetokens?refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZ29rdWwiLCJ1bmlxdWVfbmFtZSI6Imdva3VsIiwibmFtZWlkIjoiMyIsIkN1c3RvbUNsYWltVHlwZSI6WyJEYXRhYmFzZUtleSIsIkRhdGFiYXNlTmFtZSIsIkNoYW5uZWxJZCJdLCJEYXRhYmFzZUtleSI6IjgiLCJEYXRhYmFzZU5hbWUiOiJTUzAwMDIiLCJDaGFubmVsSWQiOiIyIiwibmJmIjoxNzI2MjMwNTIwLCJleHAiOjE3MjYyMzE0MjAsImlhdCI6MTcyNjIzMDUyMH0.4HmiDdZlhnXF2TM9so7wpzyz06644Ucew1Zwx7q3bSQ - 400 90 application/json; charset=utf-8 457.5153ms 2024-09-13 18:40:54.716 +05:30 INF Application is shutting down... 2024-09-13 20:32:15.649 +05:30 WRN Using an in-memory repository. Keys will not be persisted to storage. 2024-09-13 20:32:15.705 +05:30 WRN Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. 2024-09-13 20:32:15.734 +05:30 INF Creating key {84e93da4-5f15-43e9-8820-9edc5d65554a} with creation date 2024-09-13 15:02:15Z, activation date 2024-09-13 15:02:15Z, and expiration date 2024-12-12 15:02:15Z. 2024-09-13 20:32:15.758 +05:30 WRN No XML encryptor configured. Key {84e93da4-5f15-43e9-8820-9edc5d65554a} may be persisted to storage in unencrypted form. 2024-09-13 20:32:15.968 +05:30 INF Application started. Press Ctrl+C to shut down. 2024-09-13 20:32:15.969 +05:30 INF Hosting environment: Production 2024-09-13 20:32:15.969 +05:30 INF Content root path: C:\inetpub\wwwroot\SangSecurityAPI 2024-09-13 20:32:15.984 +05:30 7295a15e-4fbc-4aea-ab3d-c2c057f22db6 INF Request starting HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - application/json-patch+json 99 2024-09-13 20:32:16.063 +05:30 7295a15e-4fbc-4aea-ab3d-c2c057f22db6 INF HTTP request: Path: /login/login QueryString: Headers: {Accept: */*}, {Accept-Encoding: gzip, deflate, br}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 99}, {Content-Type: application/json-patch+json}, {Host: 103.120.178.195}, {User-Agent: PostmanRuntime/7.42.0}, {Postman-Token: a409ac89-b78b-4f85-a6ff-804387278604} Host: 103.120.178.195 Body: { "loginName": "TestUser1", "password": "TestUser1", "entityId": 7, "channelId": 2 } 2024-09-13 20:32:16.116 +05:30 44a60b37-0a32-4787-bc86-74a6f656a547 INF Executing endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 20:32:16.152 +05:30 44a60b37-0a32-4787-bc86-74a6f656a547 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.Api.Models.APIRequest.LoginRequest) on controller Sang.Security.Api.Controllers.LoginController (Sang.Security.Api). 2024-09-13 20:32:16.685 +05:30 44a60b37-0a32-4787-bc86-74a6f656a547 INF Database retrieved 2024-09-13 20:32:16.787 +05:30 44a60b37-0a32-4787-bc86-74a6f656a547 INF Token generated 2024-09-13 20:32:16.793 +05:30 44a60b37-0a32-4787-bc86-74a6f656a547 INF Token generated 2024-09-13 20:32:16.834 +05:30 44a60b37-0a32-4787-bc86-74a6f656a547 INF Executing OkObjectResult, writing value of type 'Sang.Service.Common.ApiResponse.ApiResponse'. 2024-09-13 20:32:16.858 +05:30 44a60b37-0a32-4787-bc86-74a6f656a547 INF Executed action Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api) in 699.7256ms 2024-09-13 20:32:16.862 +05:30 44a60b37-0a32-4787-bc86-74a6f656a547 INF Executed endpoint 'Sang.Security.Api.Controllers.LoginController.Login (Sang.Security.Api)' 2024-09-13 20:32:16.864 +05:30 44a60b37-0a32-4787-bc86-74a6f656a547 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 7295a15e-4fbc-4aea-ab3d-c2c057f22db6}, {Content-Type: application/json; charset=utf-8}, {Content-Length: 898} Body: {"status":"Success","statusCode":2000,"message":"Login successful.","result":"{\"AccessToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIxIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjEiLCJuYW1laWQiOiI0IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMzk3MzYsImV4cCI6MTcyNjI0MDMzNiwiaWF0IjoxNzI2MjM5NzM2fQ.-aCXj91FduVhMFq8HXqEJ-kXXDWvL9zzAm3bCOpX_4E\",\"RefreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVGVzdFVzZXIxIiwidW5pcXVlX25hbWUiOiJUZXN0VXNlcjEiLCJuYW1laWQiOiI0IiwiQ3VzdG9tQ2xhaW1UeXBlIjpbIkRhdGFiYXNlS2V5IiwiRGF0YWJhc2VOYW1lIiwiQ2hhbm5lbElkIl0sIkRhdGFiYXNlS2V5IjoiNyIsIkRhdGFiYXNlTmFtZSI6IlNTMDAwMSIsIkNoYW5uZWxJZCI6IjIiLCJuYmYiOjE3MjYyMzk3MzYsImV4cCI6MTcyNjI0MDYzNiwiaWF0IjoxNzI2MjM5NzM2fQ.dznqLrpOi3hOo2aFO4RxRSAScZK6hK3sT-LJm-hmgT0\"}"} 2024-09-13 20:32:16.876 +05:30 44a60b37-0a32-4787-bc86-74a6f656a547 INF Request finished HTTP/1.1 POST http://103.120.178.195/SangSecurityAPI/login/login - 200 898 application/json; charset=utf-8 893.5631ms 2024-09-13 20:43:14.387 +05:30 INF Application is shutting down...