microsoft/restler-fuzzer

Authentication documentation needs update

开放

#163 创建于 2021年3月16日

 (4 条评论) (0 个反应) (1 位负责人)Python (329 个派生)auto 404
documentationhelp wanted

仓库指标

星标
 (2,929 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Need detailed description on how to obtain token "by external program". There is no single example how to implement this.

I tried to pass token refresh script as an argument like: restler test --no_ssl --grammar_file Compile/grammar.py --dictionary_file Compile/dict.json --token_refresh_interval 7200 --token_refresh_command "sh token.sh" but it always fails, in logs: "Exception refreshing token with cmd sh token.sh. Error: invalid syntax (, line 1)"

贡献者指南