thunderclient / thunder-client-support

Thunder Client is a lightweight Rest API Client Extension for VS Code.
https://www.thunderclient.com
Other
3.62k stars 127 forks source link

Output Caching works on Postman but not on Thunder client #1441

Closed wgrs closed 8 months ago

wgrs commented 8 months ago

I am testing a web api caching method. The caching was not working ( the breakpoint was being hit inside the endpoint method) when it should not have been.

I installed Postman just to check and the breakpoint does NOT get hit. ( caching working ). I double checked the response type ( 200) and that no auth is being used in the TC call as this nullifies caching. Everything seems correct on TC but it is not working with the caching.

Any ideas?