Forum Discussion
Jul 10, 2022
Hi alchancco,
Can you change the http event and try?
when HTTP_RESPONSE_RELEASE {
if { [HTTP::header WWW-Authenticate] starts_with "Basic" }{
HTTP::header replace WWW-Authenticate "Basic realm='mydomain.com'"
}
}
- alchanccoJul 21, 2022Nimbostratus
HI Enes_Afsin_AI,
I made the change but as before it only changes the header value sporadically.
- alfredo