How to pass the RequestVerificationToken module level (globally for all get requests)
ok thanks for the update
seems cli 5.1.2 updated. suite when it will available?
Hi,
I can't reproduce the problem, can you share all steps to reproduce it?
We are sending an email in the ExecuteAsync method, so i doubt delay in sending email is triggering it multiple times.
For test, Even if put a debug point on ExceuteAsync and wait for couple of seconds before continue i'm receiving multiple hits.
Replace means shall i encrypt the data? if i encrypt the AbpServiceproxyScript client server communication may cause any issues?
Actually i need help both encrypting and decrypting the ServiceProxyScript. do you have any inputs please let me know
After setting the cookie path. we are not able to login.
I am getting error like this :
2021-09-18 19:59:22.135 -07:00 [INF] Antiforgery token validation failed. The required antiforgery cookie ".AspNetCore.Antiforgery.BAuz9xcm0sM" is not present. Microsoft.AspNetCore.Antiforgery.AntiforgeryValidationException: The required antiforgery cookie ".AspNetCore.Antiforgery.BAuz9xcm0sM" is not present. at Microsoft.AspNetCore.Antiforgery.DefaultAntiforgery.ValidateRequestAsync(HttpContext httpContext) at Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.ValidateAntiforgeryTokenAuthorizationFilter.OnAuthorizationAsync(AuthorizationFilterContext context) 2021-09-18 19:59:22.254 -07:00 [INF] Authorization failed for the request at filter 'Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.AutoValidateAntiforgeryTokenAuthorizationFilter'. 2021-09-18 19:59:22.260 -07:00 [INF] Executing HttpStatusCodeResult, setting HTTP status code 400