Suffix Paths Error
When we reference an external image in the page ( not from DAM ) and that page uses suffixes, we see multiple calls being made to that component.
like our URL was /content/mysite/videos.11.html/path/of/vidoefile and in the videos.html page we have a reference of image
<img src="images/image01.jpg" >
When this piece of HTML code is there , we have multiple calls happening for this component ( this multiple request happens at the server and not from the client as we could get that available in Fiddler ) ..
What could be the issue ?