matryer / silk

Markdown based document-driven RESTful API testing.
http://silktest.org/
GNU General Public License v2.0
942 stars 69 forks source link

Silk shouldn't necessarily follow redirects #10

Closed matryer closed 8 years ago

matryer commented 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:

runner.FollowRedirects = true