Earlier quoted context omitted.
Is this a GET request? What if my browser wants to peek ahead on some links?
If the Image is being created dynamically there won't be anything for browser to peek ahead at. Edit: I'd be more worried about repeated calls - but presumably the service being called is idempotent.
https://stackoverflow.com/questions/705782/why-shouldnt-data...