Race The Web Versions Save

Tests for race conditions in web applications. Includes a RESTful API to integrate into a continuous integration pipeline.

2.0.1

6 years ago

This release fixes a bug when passing in the Content-Type header to the configuration.

2.0.0

6 years ago

RTW CI edition!

Version 2.0.0 now makes it easier than ever to integrate RTW into your continuous integration pipeline (à la Jenkins, Travis, or Drone), through the use of an easy to use HTTP API. Check out the README for updated instructions on how to implement the API functionality in RTW to make testing for race conditions in your web applications easier than ever before!

1.0.0

6 years ago

After some cleanup under the hood and rigorous public testing over the past year, RTW is ready for version 1.0.0! Onward and upward we go...

Stay tuned for some exciting new features being integrated into RTW that makes it even easier to use in a dynamic testing environment.

0.3.1

7 years ago

Minor bug fix: Spelling fix on verbose output.

0.3.0

7 years ago

Added the option to use an HTTP/HTTPS proxy for all requests and responses.

Note that HTTPS certificate validation is explicitly bypassed in Race The Web, so using this on an HTTPS endpoint via Burp Suite will work, even though Burp Suite generates its own self-signed certificates.

0.2.3

7 years ago

A few minor bug fixes, and further options in the configuration file.