Wrong CSFR in request

I dont know why but my Apache SSL configuration had a line:

Header edit Set-Cookie ^(.*)$ $1;HttpOnly;Secure

:astonished:

I have replace this line with:

Header edit Set-Cookie ^(.*)$ $1;Secure

and SonarQube works! Thanks

2 Likes