79415827

Date: 2025-02-05 18:38:03
Score: 2
Natty:
Report link

thank you Tore - the problem was with the samesite feature on the backend - this code resolved the issue

builder.Services.ConfigureApplicationCookie(options =>
{
    options.Cookie.SameSite = SameSiteMode.None;
});
Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Farid Omarzadeh