Problem displaying an embedded image URL
This is not a Dreamweaver problem per se but I hope someone can help me figure out what is going on, might be a browser or HTML issue. I have a webcam image that I am attempting to display on a page on a website. An example of the HTML is below (modified to remove the actual address).
<img border="0" src="http://mywebcam.com:8008/picture/1/current/?_username=user&_signature=0123456789ABCDEF" align="left">
In the Dreamweaver preview, as I am editing the HTML, the image from the webcam appears just fine. But when I view the website using Chrome (or Edge) the image does not display, I get the broken image icon placeholder. If I do a Chrome view source, the img tag is exactly as I typed it into Dreamweaver, so the server is serving up the page and img tag correctly. If I copy and paste the src URL into my browser the image is displayed just fine.
What am I missing here? Shouldn't img and src work here or do I need to modify the tag? The webcam image is visible in the Dreamweaver design or live view mode but not when viewed from a browser accessing the web page.
