Closed matryer closed 8 years ago
Silk shouldn't necessarily follow redirects - after all, it's an API testing framework and redirects are part of the API.
Possibly make it false by default, but with an option:
false
runner.FollowRedirects = true
Silk shouldn't necessarily follow redirects - after all, it's an API testing framework and redirects are part of the API.
Possibly make it
false
by default, but with an option: