f5devcentral / f5-cccl

A Common Controller Core Library for orchestrating an F5 BIG-IP
Apache License 2.0
11 stars 45 forks source link

Ability to set User-Agent #170

Closed amudukutore closed 6 years ago

amudukutore commented 7 years ago

Add the ability to set the User-Agent on the HTTP connection to the BIG-IP. This will allow users of CCCL set a customized User-Agent, which can then later be retrieved via BIG-IP logs to identify the client type.

edarzins commented 6 years ago

iControl REST already has a function to set the User-Agent for a session: append_user_agent(). Controllers can use this function directly, so there's no need to add this functionality to CCCL.

edarzins commented 6 years ago

https://github.com/f5devcentral/f5-cccl/commit/a9f6920f0e114332106afaa2e43c5f7cc0b9e29c