Hi,I am using the abp commercial Framework 4.3
angular.
How to disable "HTTPS only" on HttpApi.Host?
4 Answer(s)
-
0
hi
IDS may cause some problems, and it is easy to use https. Why do you want to do this?
https://community.abp.io/articles/patch-for-chrome-login-issue-identityserver4-samesite-cookie-problem-weypwp3n
-
0
I am having the same issue. The samesite thing from the article did not work for me. Is the samesite thing also required in the IdentityServer project?
The reason to want http is for development in Docker, it makes it easier not having to worry about certs
-
0
hi
Is the samesite thing also required in the IdentityServer project?
Yes, It should be add in the project that using the IdentityServer.
-
0
hi
Is the samesite thing also required in the IdentityServer project?
Yes, It should be add in the project that using the IdentityServer.
Thanks, that was it!