maliming
maliming
hi You can consider using `CustomPropertyTypeMap`. This is more related to Dapper. https://github.com/DapperLib/Dapper/blob/6ec3804f2c44f2bf6b757dc3522bf009cc64b27d/tests/Dapper.Tests/TypeHandlerTests.cs#L59
hi > When I try to start the project via IIS I get cors policy error on the gateway. This is a CROS problem instead of ABP. You can check...
I'm not sure, You can refer to the Microsoft document.
I will download your project and try it out.
You must first call invocation.Proceed() and then await. Then don't call invocation.Proceed() again. Please refer to: https://aspnetboilerplate.com/Pages/Documents/Articles/Aspect-Oriented-Programming-using-Interceptors/index.html#ArticleInterceptAsync
Related to https://github.com/abpframework/abp/pull/16822
hi This doesn't seem to be related to abp. If you can reproduce this problem with some code or a simple project, Please share them, Thanks.
hi https://support.abp.io/QA/Questions/5540/Authentication-issue---WindowsCryptographicException-Keyset-does-not-exist https://support.abp.io/QA/Questions/3537/OpenIddict-WindowsCryptographicException-Access-is-denied
hi **Reproduction Steps**
hi Maybe you can override the `IRemoteServiceHttpClientAuthenticator` to `fetch the existing "Authorization" header from httpContext, and append it to the outgoing request.`