dgtlmoon / dgtlmoon/changedetection.io
[feature] HTTP/2 Basic fast Plaintext/HTTP Client
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 34.3k
- Forks
- 2.1k
- Avg merge
- 22h 52m
- Merged PRs (30d)
- 70
Description
Version and OS
v0.47.03 on ubuntu/docker
Is your feature request related to a problem? Please describe.
Websites block access to HTTP/1 but if sent HTTP/2 everything works correctly
Describe the solution you'd like
Ability to send basic requests using HTTP/2 possibly using https://github.com/jawah/niquests
Describe the use-case and give concrete real-world examples
get requests to certain APIs will fail unless sent by HTTP/2. Tested using Postman. Sent a request using HTTP/1.1 and it was denied. Sent the same request by HTTP/2 and was granted access.
Contributor guide
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
Start by locating changedetection.io's existing HTTP client and dependency configuration, then review whether niquests supports the requested basic HTTP/2 requests. Check the project's request-related tests, if present, and confirm that the same APIs that fail over HTTP/1.1 can be requested successfully over HTTP/2 without breaking existing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend, networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100