ok, You can send an email to liming.ma@volosoft.com at tommorom 10.00 am(UTC+8)
Yes, it is missing a token, which means it's an anonymous request.
But maybe we can add cookies to the request.
Can you try to override this class and add a handler, then try to get cookies from HttpContext and add them to request?
https://github.com/abpframework/abp/blob/rel-10.0/framework/src/Volo.Abp.Http.Client/Volo/Abp/Http/Client/Proxying/DefaultProxyHttpClientFactory.cs#L6-L24
Is your actual project also a standalone Blazor Server?
Can you share a simple project? I will check it and make sure it really works.
liming.ma@volosoft.com
Thanks
hi
I will test it in localy docker.
Using AddHttpClientProxies will use HTTP to call your API.
But it will also try to get and use an access token. And there is no access token in your Blazor Server project because it uses Cookie as authentication.
Are you sure it works?
hi
Can you make your repository PRIVATE?
It contains your API key.
hi
Did you use dotnet publish command to publish your blazor project to docker?
Thanks.
hi
Can you download from: https://abp.io/api/abp-studio/download/r/windows/abp-studio-1.4.2-stable-full.nupkg
Thanks.