pynautobot icon indicating copy to clipboard operation
pynautobot copied to clipboard

add support for setting a HTTP user agent

Open teunvink opened this issue 3 months ago • 4 comments

This PR adds support for specifying a HTTP user agent string.

Rationale: in our codebase we try to set user agent strings to the script calling the API. This makes it easier to track down which scripts on which machines use specific APIs, which can become quite difficult to figure out on machines behind NAT and with many different scripts and users on them.

teunvink avatar Mar 19 '24 14:03 teunvink