A html tag with src=” (ie img) will cause the browser to try to request that resource at the same URL as the current page, hence causes double requests.
A html tag with src=” (ie img) will cause the browser to try to request that resource at the same URL as the current page, hence causes double requests.