I can display a google static map image in my site. I create
<img src="url"/>
with the same url in email. The image is displayed but very different way (i,e the map of the world).
I inspected the element in chrome, and I see that the mail server added a "proxy" url in front of it ( https://ci6.googleusercontent.com/proxy... ) and changed the elements-tags (e.g. &= &).
I removed the proxy manually, and it didn't help.
I changed the '& to & and it didn't help.
Only when I manually changed the element to the original URL I see the right image.
Is there a way to send it via email?
Now I have some more data that may explain this problem.
I created another image and displayed it in IE browser - it works OK, showing the right image. I tried to display it in Chrome, it returns and error: 400
. That’s an error. Your client has issued a malformed or illegal request. That’s all we know.