Skip to content

Commit e44e750

Browse files
committed
Fixed some capitalizations of headers
1 parent 805b371 commit e44e750

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Before sharing any HAR files that contain sensitive values for diagnosing, you c
2121
* Generate HAR files with sensitive data
2222
* It is helpful to know that certain fields are have been set, but not necessarily the actual value. Some browsers will exclude sensitive data in HAR file exports by default. The below steps include instructions to enable sensitive data in HAR file exports for browsers that do not include it by default.
2323

24-
## Generating a HAR file
24+
## Generating A HAR File
2525

2626
Generating a HAR file involves steps using your web browser and its associated developer tools. The browser-specific steps outlined below are all similar to each other. Other browsers will have similar steps.
2727

@@ -55,7 +55,7 @@ Generating a HAR file involves steps using your web browser and its associated d
5555
1. In the browser, visit the page(s) and perform the steps that trigger the issue.
5656
1. In the Network tab of the dev tools, click the down arrow and select the "Export HAR (with sensitive data)..." option to export the HAR file and save it locally.
5757

58-
## Sanitize a HAR file
58+
## Sanitize A HAR File
5959

6060
Before sharing your HAR file with anyone, you should remove any sensitive data. You can do this manually by opening the HAR file with any JSON text editor and removing the sensitive data. We recommend replacing the data with a placeholder rather than deleting the entry. When diagnosing issues, it's helpful to know whether a field was set.
6161

0 commit comments

Comments
 (0)