wordfence-cli
wordfence-cli copied to clipboard
Use a specific/identifiable user agent when making requests to Wordfence APIs
Currently CLI uses the generic user agent from the requests library (i.e. python-requests/2.22.0). @wf-mattr suggested using a more specific user agent for this purpose. I'm thinking something like Wordfence CLI/4.0.3 (where the version number matches the version of CLI).