Forum Discussion
Philippe_CLOUP
Nov 04, 2013Employee
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_PetrovNov 20, 2013CirrostratusI'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.