Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c8c8922f
Commit
c8c8922f
authored
May 05, 2021
by
Michael Eddington
Committed by
Russell Dickenson
May 05, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve "Document in GitLab docs how to create HAR files"
parent
674f3cd5
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
235 additions
and
7 deletions
+235
-7
doc/user/application_security/api_fuzzing/create_har_files.md
...user/application_security/api_fuzzing/create_har_files.md
+234
-0
doc/user/application_security/api_fuzzing/img/vscode_har_edit_auth_header.png
..._security/api_fuzzing/img/vscode_har_edit_auth_header.png
+0
-0
doc/user/application_security/api_fuzzing/index.md
doc/user/application_security/api_fuzzing/index.md
+1
-7
No files found.
doc/user/application_security/api_fuzzing/create_har_files.md
0 → 100644
View file @
c8c8922f
This diff is collapsed.
Click to expand it.
doc/user/application_security/api_fuzzing/img/vscode_har_edit_auth_header.png
0 → 100644
View file @
c8c8922f
34.3 KB
doc/user/application_security/api_fuzzing/index.md
View file @
c8c8922f
...
...
@@ -194,13 +194,7 @@ is an archive file format for logging HTTP transactions. When used with the GitL
must contain records of calling the web API to test. The API fuzzer extracts all the requests and
uses them to perform testing.
You can use various tools to generate HAR files:
-
[
Fiddler
](
https://www.telerik.com/fiddler
)
: Web debugging proxy
-
[
Insomnia Core
](
https://insomnia.rest/
)
: API client
-
[
Chrome
](
https://www.google.com/chrome/
)
: Browser
-
[
Firefox
](
https://www.mozilla.org/en-US/firefox/
)
: Browser
-
[
GitLab HAR Recorder
](
https://gitlab.com/gitlab-org/security-products/har-recorder
)
: Command line
For more details, including how to create a HAR file, see
[
HTTP Archive format
](
create_har_files.md
)
.
WARNING:
HAR files may contain sensitive information such as authentication tokens, API keys, and session
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment