Hello, I wish to be able to make A10 add debug header informations in the response header when I add a certain header in the request. I dont want all the requests to be in debug mode, just the one I send. I ended up with this code : when HTTP_REQUEST { set ::DEBUG 0 # detection debug if { [HTTP::header exists "X-Debug"] }…