Added new documentation page to show users how to export a HAR file#998
Added new documentation page to show users how to export a HAR file#998ProgrammerAL merged 10 commits intomainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds comprehensive documentation for exporting HAR (HTTP Archive) files, a critical troubleshooting tool for diagnosing network-related issues. The documentation guides users through the process of generating HAR files across multiple browsers and includes important security considerations.
Changes:
- Created new documentation page explaining HAR files and their use in diagnostics
- Added browser-specific instructions for Chrome, Safari, Firefox, and Microsoft Edge
- Included guidance on handling sensitive data and sanitizing HAR files
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…export-har-files.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…export-har-files.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
Could you add a section telling Duende IdentityServer customers some common scenarios that HAR helps resolve? This might be something @AndersAbel and @wcabus can give some background on. |
maartenba
left a comment
There was a problem hiding this comment.
Couple of small suggestions for your consideration
…es.md Co-authored-by: Khalid Abuhakmeh <khalid.abuhakmeh@duendesoftware.com>
One particular one would be cookies not flowing to BFF/IdentityServer when they have incorrect SameSite settings. Which immediately is a good use case of including cookies but removing their sensitive data, although most browsers will automatically remove all cookie information when exporting a HAR file by default. The most recent example where a HAR file helps, is to see the flow between the client application, Duende IdentityServer and external IdPs when these are involved. |
…es.md Co-authored-by: Khalid Abuhakmeh <khalid.abuhakmeh@duendesoftware.com>
…es.md Co-authored-by: Maarten Balliauw <maarten.balliauw@duendesoftware.com>
…es.md Co-authored-by: Maarten Balliauw <maarten.balliauw@duendesoftware.com>
…p. Added the suggested section at the top "When To Use A HAR File". Added a new section towards the bottom, "Viewing A HAR File"
|
Updated the PR. Got in the formatting suggestions everyone mentioned. Reworded the caution tip at the top. Added the suggested section at the top "When To Use A HAR File". Also decided to add a new section towards the bottom, "Viewing A HAR File" |
|
Agreed, looking good. Feel free to merge at will! |
Uh oh!
There was an error while loading. Please reload this page.