Bug: : Resource from resource path is getting cleared
Hi all, I have found one bug in new Ready API version 3.54.0: Resource from resource path is getting cleared with below steps: 1) Configure and send a API request. 2) Move the cursor to resource. 3) Now again try to send the request. 4) We can see resource is now empty/cleared.37Views0likes2CommentsGroovy script for dynamic response in Readyapi
Our scope of need is to get a dynamic response if the user hits the API request incorrectly and they need to get different response. I have created in readyapi rest, soap, and jdbc protocols with static responses when the user wants to access the response, but when the user requests with payload incorrectly example ( wrong I'd -xxxxx) , they receive the same response from readyAPI. I would like to create script to handle dynamic response; could you please share an example?Solved190Views0likes3CommentsReadyAPI Request to API using security credentials
I am able to reach an API using ReadyAPI with credentials. However, building a request to reach the same API with credentials by building a client in Mulesoft Anypoint does not work. How can I steal the code used by ReadyAPI to use in my client?Solved243Views0likes2CommentsReadyAPI Security Test Duration ???
How long should I expect a ReadyAPI Security Test to take - example for ONE API, testing all possible Security options (fuzzing, SQL injection, etc.)..... Should it Take TWICE as long for TWO API's ?? THRICE as long for testing THREE API's ??? Or... are they executed concurrently... ?? Please share your experience and understanding - trying to get an idea of what duration should be - to compare to what I am experiencing. Please share your thoughts. Thank you.Solved659Views0likes2CommentsReadyAPI OAuth 2.0 authentication
Hi, I have recently started using ReadyAPI, mainly for security tests. Our API uses OAuth, but the custom OAuth settings in Ready API does not work for us, as SSO authentication request should be a json request as below: { "client_id":"<client_id>", "client_secret":"<client_secret>" } If I hard coded the bearer token in the API header, it expires after 30 minutes while scan is still running.204Views0likes0Comments