Commit 383a041d authored by Russell Dickenson's avatar Russell Dickenson

Merge branch '285020-support-for-url-api-fuzzing' into 'master'

Describe support for url in postman and har

See merge request gitlab-org/gitlab!56130
parents 0081e0d0 756d9e1e
......@@ -209,7 +209,8 @@ target API to test:
FUZZAPI_PROFILE: Quick-10
```
1. Add the `FUZZAPI_HAR` variable and set it to the HAR file's location:
1. Provide the location of the HAR specification. You can provide the specification as a file
or URL. [URL support was introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/285020) in GitLab 13.10 and later. Specify the location by adding the `FUZZAPI_HAR` variable:
```yaml
include:
......@@ -300,7 +301,8 @@ information about the target API to test:
FUZZAPI_PROFILE: Quick-10
```
1. Add the `FUZZAPI_POSTMAN_COLLECTION` variable and set it to the Postman Collection's location:
1. Provide the location of the Postman Collection specification. You can provide the specification as a file
or URL. [URL support was introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/285020) in GitLab 13.10 and later. Specify the location by adding the `FUZZAPI_POSTMAN_COLLECTION` variable:
```yaml
include:
......
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