Forum Discussion

akshays's avatar
5 months ago

http.client.request is caching the response being received from the third-party API. Not required.

http.client.request is caching the response being received from the third-party API for about 5 seconds( approx ,the actual value can be different ). (Ex:  <#assign translatedResp = http.client....
  • cblown's avatar
    5 months ago

    Have you tried adding a random string to the end of the URL?   ?…&r=<random string>