OpenConext / OpenConext/OpenConext-engineblock
Use application-specific useragent string for outgoing http requests
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 17
- Forks
- 25
- Avg merge
- 4d 1h
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect the outgoing HTTP request configuration and identify where the current GuzzleHttp/7 user-agent is set. Build the application-specific value from the application name, version, and optional USER_AGENT_EXTRA, then verify the result with the variable both set and empty.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100