Hi everyone,

I have the following issue:
I use a cHttpTransfer-Object to make a call to an API. Each call to the API should return different results.
The "HttpGetRequest" can be executed multiple times, but the server only receives the first request. All subsequent calls to the function return the same response and no more calls to the server are made.
This happens even if I destroy the oHttpTransfer-Object.

If I append a random url-parameter to the url and change it every time I make the call, it works. I suspect there is something wrong with the implementation of one of the base classes in the framework (or in the way I use them ).

Regards
Raphael