Use a application-specific useragent string instead of GuzzleHttp/7.
Include:
- the application name
- the application version
- any user-specific strings passed via the environment variable USER_AGENT_EXTRA (may be empty)
for example if USER_AGENT_EXTRA=prod/docker1rood the user-agent string becomes engineblock/7.0.1/prod/docker1rood.
Use a application-specific useragent string instead of
GuzzleHttp/7.Include:
for example if
USER_AGENT_EXTRA=prod/docker1roodthe user-agent string becomesengineblock/7.0.1/prod/docker1rood.