microsoft/restler-fuzzer

Question regarding providing dynamic HTTP headers to the fuzzer

Open

#396 opened on Nov 3, 2021

 (6 comments) (1 reaction) (1 assignee)Python (329 forks)auto 404
authenhancementhelp wanted

Repository metrics

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

Description

Is it possible to give the fuzzer a script to run before each request that updates some of the HTTP headers? For instance, I must sign each request in a specific manner (which is different for each request) and add it to the HTTP header. The signature is dynamic (depends on the request content) so I can't add it as a static field.

Thanks!

Contributor guide