I am developing a Symbian client that retrieves specific content (stock tickers, in this case) via HTTP. Currently, when connected via Vodacom GPRS i get stale data even after multiple requests:
- I've tried setting the 'Pragma:no-cache' and 'Cache-Control:no-cache' headers in my HTTP requests, to no avail. What proxy is Vodacom using? Is there specific headers i can use to enforce a refresh on it's part?
- The default 'Internet.GPRS' APN setup on a Nokia 6600 uses 196.6.128.12:8080 as the proxy. Creating a APN without setting a proxy solves the problem, but we would like to be able to use the default Vodacom settings.
Any pointers would be greatly appreciated?
- I've tried setting the 'Pragma:no-cache' and 'Cache-Control:no-cache' headers in my HTTP requests, to no avail. What proxy is Vodacom using? Is there specific headers i can use to enforce a refresh on it's part?
- The default 'Internet.GPRS' APN setup on a Nokia 6600 uses 196.6.128.12:8080 as the proxy. Creating a APN without setting a proxy solves the problem, but we would like to be able to use the default Vodacom settings.
Any pointers would be greatly appreciated?