@Pigeo or anyone willing to help. I'm a noobie and can someone please explain the following Apache 2.4 syntax:
Header onsuccess edit Set-Cookie ^(.*(?i:HttpOnly).*)$ ;;;HttpOnly_ALREADY_SET;;;$1
Especially
^(.*(?i:HttpOnly).*)$ ;;;HttpOnly_ALREADY_SET;;;$1
I'm assuming that the * is a wildcard, but how is this syntax read? If someone can please explain or direct me to somewhere (page) that may explain it. Thanks.