Skip to content

Commit d900b57

Browse files
Update src/content/docs/identityserver/troubleshooting/export-har-files.md
Co-authored-by: Maarten Balliauw <maarten.balliauw@duendesoftware.com>
1 parent c47861f commit d900b57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/identityserver/troubleshooting/export-har-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77
order: 16
88
---
99

10-
[HTTP Archive (HAR)](<https://en.wikipedia.org/wiki/HAR_(file_format)>) files are logs of network interactions made by a web browser. They contain headers, request bodies, response payloads, and even sensitive information like cookie values sent and received for each interaction.
10+
[HTTP Archive (HAR)](https://en.wikipedia.org/wiki/HAR_(file_format)) files are logs of network interactions made by a web browser. They contain headers, request bodies, response payloads, and even sensitive information like cookie values sent and received for each interaction.
1111

1212
:::caution[Do not share sensitive information]
1313
Before sharing any HAR files that contain sensitive values for diagnosing, you can sanitize that data by following the [steps below](#sanitize-a-har-file).

0 commit comments

Comments
 (0)