Commit fb8fc9dc authored by Abhijeet Chatterjee's avatar Abhijeet Chatterjee Committed by Russell Dickenson

Clean-Up-Vale-Admin-Rule-(create_har_files)

parent b27a9766
...@@ -68,8 +68,12 @@ Install GitLab HAR Recorder: ...@@ -68,8 +68,12 @@ Install GitLab HAR Recorder:
1. Make sure proxy is used! 1. Make sure proxy is used!
1. Stop the recorder. 1. Stop the recorder.
To verify the HAR contains all requests, use the [HAR Viewer (online)](http://www.softwareishard.com/har/viewer/). To verify the HAR contains all requests, use an online HAR viewer, for example:
[Google Admin Toolbox HAR Analyzer](https://toolbox.googleapps.com/apps/har_analyzer/)
- [HAR Viewer](http://www.softwareishard.com/har/viewer/)
<!-- vale gitlab.Admin = NO -->
- [Google Admin Toolbox HAR Analyzer](https://toolbox.googleapps.com/apps/har_analyzer/)
<!-- vale gitlab.Admin = YES -->
### Insomnia API Client ### Insomnia API Client
...@@ -190,7 +194,9 @@ a text editor. ...@@ -190,7 +194,9 @@ a text editor.
Tools recommended for viewing HAR files include: Tools recommended for viewing HAR files include:
- [HAR Viewer](http://www.softwareishard.com/har/viewer/) - (online) - [HAR Viewer](http://www.softwareishard.com/har/viewer/) - (online)
<!-- vale gitlab.Admin = NO -->
- [Google Admin Toolbox HAR Analyzer](https://toolbox.googleapps.com/apps/har_analyzer/) - (online) - [Google Admin Toolbox HAR Analyzer](https://toolbox.googleapps.com/apps/har_analyzer/) - (online)
<!-- vale gitlab.Admin = YES -->
- [Fiddler](https://www.telerik.com/fiddler) - local - [Fiddler](https://www.telerik.com/fiddler) - local
- [Insomnia API Client](https://insomnia.rest/) - local - [Insomnia API Client](https://insomnia.rest/) - local
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment