how to disable caching at readyAPI end?
Hi All,
I'm getting error while running test via ReadyAPI, it seems readyAPI is checking its local cache and not hitting server.
In response header I'm getting different value for Age Header (which means response is old one)
Here is My test:
1) create some item
2) get item
3) delete item
4) delay of 8 sec
5) get item (this is getting positive response)
please find response header for my GET request below:
( response header for step no 2)
HTTP/1.1 200
Date: Wed, 15 May 2019 10:53:47 GMT
Content-Type: application/json;charset=UTF-8
Transfer-Encoding: chunked
Connection: Keep-Alive
Age: 0
(Response header for step no 5)
HTTP/1.1 200
Date: Wed, 15 May 2019 10:53:47 GMT
Content-Type: application/json;charset=UTF-8
Transfer-Encoding: chunked
Connection: Keep-Alive
Age: 8
When checking via POSTMAN its working fine.
Response from POSTMAN: