Forum Discussion
Philippe_CLOUP_
Historic F5 Account
something like this for the HTTP Profile:
ltm profile http /Common/HTTP_Insert_ClientIP { app-service none defaults-from /Common/http header-insert "HeaderInsert: [IP::client_addr]" }
Vsevolod_Petrov
Nov 20, 2013Cirrostratus
I'm sorry Philou I didn't noticed you are talking about profiles.
HTTP profiles in this case are very limited because you can't insert multiple headers based on different conditions.
With policies we have ability to filter request by any condition and insert any specific header.