In the context of incremental migration, i can make the cookie between asp.net core and asp.net webform compatible
At this moment I can't find a way to make anti forgery token compatible
The only way to make it work is to remove ValidateAntiForgeryToken attribute in asp.net webform site but that is not ideal.
In the context of incremental migration, i can make the cookie between asp.net core and asp.net webform compatible At this moment I can't find a way to make anti forgery token compatible The only way to make it work is to remove ValidateAntiForgeryToken attribute in asp.net webform site but that is not ideal.
Is there any way we can make it work?