Altaher Emhemed

Results 1 comments of Altaher Emhemed

> I had the same issue on .NET Core 6. > > Fixed it by removing line https://github.com/StoneAgeTechnologies/HangfireBasicAuthenticationFilter/blob/master/source/HangfireBasicAuthenticationFilter/HangfireCustomBasicAuthenticationFilter.cs#L93 > > `httpContext.Response.WriteAsync("Authentication is required.");` I had the same issue with .NET...