practicalli / practicalli/engineering-playbook
Troubleshoot http requests
Nobody has claimed this yet.
- Dominant language
- Makefile
- Stars
- 12
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
How to diagnose issues that involve HTTP(s) calls
- tools
- workflow
Browser Developer tooling
Browser applications provide developer tooling that monitors the communication between the browser and services, including the network traffic.
Performance Data
HAR (HTTP Archive) files - a JSON-formatted format used to save collected HTTP performance data. It contains information about webpages a web browser has loaded, which includes the tracked webpages, response times, and web browser version. HAR files also store metadata, such as the HAR format version and the creator of the file.
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 with the existing Browser Developer tooling and Performance Data sections, then review the linked HAR and JSON references. Expand the tools and workflow guidance for diagnosing HTTP(S) calls, including what HAR files contain. Done means the guide provides a clear, usable troubleshooting process.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- json
- Domain
- devtools, documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100