openapi-fuzzer icon indicating copy to clipboard operation
openapi-fuzzer copied to clipboard

feat: ability to read spec file from an http server

Open nponsard opened this issue 1 year ago • 1 comments

This commit add the detection of an url in the spec file path. If an url is passed as argument, the spec file will be downloaded and parsed.

The tls verification is skipped if the --skip-tls-verification flag is passed.

nponsard avatar Jan 29 '24 11:01 nponsard