fix: use HTTPS in egress traffic examples
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 60
- Forks
- 221
- Avg merge
- 4h 32m
- Merged PRs (30d)
- 1
Description
## Description
Updates the egress traffic examples in the documentation to use HTTPS instead of HTTP.
## Changes
- Update curl examples from `http://httpbin.org/get` to `https://httpbin.org/get`
- Update curl example from `http://google.com` to `https://google.com`
- Update expected responses to reflect HTTPS URLs
## Type
- [x] Documentation
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 the egress traffic documentation examples and review the curl commands and expected responses described in the issue. Update the listed HTTP URLs to HTTPS, then check the examples to confirm both the commands and expected responses consistently use HTTPS.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100