Hi Abapers.
I'm writting a program which gets from an URL a XML file which is updated daily. For such purpose, I'm using the function HTTP_GET, which is running properly (through a Proxy Server which recognizes by IP).
As said before, the function is running properly but I'm not receiving the proper file: sometimes, I get the one from the day before and, somehow, it starts to get the newer one. When I call this file, I'm not using any setting for dates or similar because the daily file is available in the same URL.
I've also tested the function from a SAP System which acceses the Internet without a proxy and it gets the proper file in every moment.
So, the question is: Can the Proxy server being caching the file obtained? If not, have you ever got a similar problem similar to the one I'm describing?
More info: I'm using the function HTTP_GET in systems ECC 5.0 and ECC 6.0 in both cases.
Thanks for your helping.