Closed aaronfay closed 3 years ago
Modifies the default user agent to be Ghost Inspector CLI and adds a new internal parameter to allow for integration tracking.
Ghost Inspector CLI
Example:
ghost-inspector suite execute xxxx --giIntegration CircleCI
This will result in a custom user agent:
GET /healthcheck/ 200 2 - 0.486 ms (Ghost Inspector CLI - CircleCI)
From this we can update our existing integrations that are able to use the CLI to get better insight on usage.
None.
N/A
Description
Modifies the default user agent to be
Ghost Inspector CLI
and adds a new internal parameter to allow for integration tracking.Example:
This will result in a custom user agent:
From this we can update our existing integrations that are able to use the CLI to get better insight on usage.
Security impacts
None.
Deployment requirements
N/A