microsoft/restler-fuzzer

Support for digest authentication

Open

#336 opened on Sep 3, 2021

 (1 comment) (0 reactions) (0 assignees)Python (329 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (2,929 stars)
PR merge metrics
 (PR metrics pending)

Description

When a authentication type of DIGEST mentioned in RFC7235 https://datatracker.ietf.org/doc/html/rfc7235 is provided in OpenAPI Specification (supported as mentioned at https://swagger.io/docs/specification/authentication/ ) it is not compiled to RESTler grammar and the REST APIs are fuzzed without the mentioned authentication. Is the Digest authentication supported by RESTler Fuzzer?

Contributor guide