A proxy with the ability to record and playback HTTP Responses. Ideally made to record service calls (SOAP/REST)
Visit releases page
java -jar Rekodi-X-X-X.jar -webPort [PORT]
-proxyPort [PORT]
- webPort: Specify the port for the web interface
(Optional)
[Default: 8090]
- proxyPort: Specify the port for the proxy
(Optional)
[Default: 9090]
Java 1.7
- mvn clean
- mvn install package