Yes, I use thedotnet publish
command, then dotnet xx.dll
in publish folder.
I can't reproduce, please create and share a project using the app-pro template. Thanks
hi
https://github.com/dotnet/aspnetcore/issues/37728#issuecomment-948511840
ok, thanks I will check it.
ok, thanks I will check it.
For JWT authentication, it just sets the status code(403
) on Forbidden
.
I think angular can handle this and show a message in the modal.
https://github.com/dotnet/aspnetcore/blob/release/6.0/src/Security/Authentication/JwtBearer/src/JwtBearerHandler.cs#L294
hi
Can you share a project to reproduce the problem?
You can use the free template project. https://abp.io/get-started
liming.ma@volosoft.com
There is no code in ABP that may affect this feature, you can try it without ABP framework.
hi
You can try to override the GetClientIpAddress
method.
https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.AspNetCore/Volo/Abp/AspNetCore/WebClientInfo/HttpContextWebClientInfoProvider.cs#L30