I have an image in WORKAREA/rsc/contrib/image/myimage.png
When I try to preview a page which contains this image, the image loads perfectly. When I try to access this image alone by framing a URL as http://<teamsite_Host>/rsc/contrib/image/myimage.png it returns 404 error.
The image path is rendered as <img src="/rsc/contrib/image/myimage.png"> in the page. However in page preview I see a 302 redirect to /iw-mount/default/main/....../rsc/contrib/image/myimage.png and then the image loads fine in the page.
But this 302 redirect does not happen when I try to load the image alone separately in a browser window using absolute URL.
Can anybody help me understand why does the same image loads perfectly when accessed within a page preview, but fails to load when accessing separately using absolute URL.
Thanks in advance for your help.