microsoft/restler-fuzzer
Question regarding providing dynamic HTTP headers to the fuzzer
開放
#396 建立於 2021年11月3日
authenhancementhelp wanted
倉庫指標
- 星標
- (2,929 顆星)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
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!