openapi-fuzzer
openapi-fuzzer copied to clipboard
feat: ability to read spec file from an http server
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.