Hi All,
Please provide your inputs. In my API, I use an invoke
statement to call a backend target URL and retrieve a token as a response. I then cache this token for sometime and use the same token instead of making a backend call multiple times. Can the same scenario, including caching the response, be achieved using urlopen
, or can we cache the response when we are reading it after urlopen
is done?"
------------------------------
vijaya k k
------------------------------