Removed polling mechanism and TLS/SSL workaround

This commit is contained in:
Jan Stárek
2019-10-31 21:01:53 +01:00
parent ef8e725451
commit 695a2a06fe
6 changed files with 18 additions and 47 deletions

View File

@@ -42,8 +42,7 @@ The only thing you need to do is create config file. You can find template in ro
In config file you are able to specify following options:
- **fixed_url_attributes** -> if you want to set some attributes to static values
- **headers** -> headers which are sent by each request (useful for AUTH token insertion)
- **polling_interval** -> interval between checks for response (in seconds)
- **response_timeout** -> maximum amount of time waiting for response (in seconds)
- **receive_timeout** -> maximum amount of time waiting for response (in seconds)
- **reporting_interval** -> progress reporting interval (in seconds)
- **http_fuzzing** -> boolean value for enabling / disabling fuzzing of HTTP protocol
- **skipping_endpoints_keywords** [list of string keywords] -> endpoints containing any keyword in it from this list will be skipped (can be used for skipping auth/logout endpoints)