🔘ReadyAPI

ReadyAPI

ReadyAPI, developed by SmartBear Software, stands as a multifaceted platform crafted for the rigorous testing of APIs across multiple protocols including RESTful, SOAP, GraphQL, and other web services.

API Security Testing with Pynt and ReadyAPI

For this example we will use pynt listen and set it to capture all domains:

pynt listen --captured-domains "*"

We will see the following output, meaning Pynt is listening on port 6666 for incoming traffic

Now on ReadyAPI, click on:

ReadyAPI preferences -> Proxy -> Manual HTTP -> Host: 127.0.0.1, Port: 6666

Run the functional tests on ReadyAPI, when done return to the terminal and hit Enter to start Pynt scan on the traffic generated by ReadyAPI

When scan is complete the Pynt report will open in the browser

Last updated