79500486

Date: 2025-03-11 11:03:18
Score: 2.5
Natty:
Report link

Solved with @Zacharias answer.
For me the problem was at webserver level. I had the Referrer-Policy header set to strict-origin. By definition that header value makes the webserver to use only the origin and only if HTTPS. Changing that header to 'same-origin' solved the problem in dev environment (because i was on HTTP)

Reasons:
  • No code block (0.5):
  • User mentioned (1): @answer
  • Low reputation (1):
Posted by: Raffaele Bertani