Outlook Web客户端html电子邮件图像和ImageProxy.mvc [英] Outlook web client html email images and ImageProxy.mvc

查看:178
本文介绍了Outlook Web客户端html电子邮件图像和ImageProxy.mvc的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



当您放置像这样的图像时:

 < img src =http://www.nortpalet.com/newsletter/green_btn.png< / a> 

Outlook更改src为:

  https://dub112.mail.live.com/Handlers/ImageProxy.mvc?bicild=&canary=Gff8%2btl0q5SE4gsUVuSNwElf3c8f0rsyViXwF0k6Sy8%3d0&url=http%3a%2f%2fwww.nortpalet .com%2fnewsletter%2fgreen_btn.png 

,浏览器在此网址中找不到任何图片。



有没有人有同样的问题?



谢谢!

解决方案

意外地,我们发现,微软的邮件服务代理仅适用于HTTP映像,而不适用于HTTPS。所以如果你有HTTPS端点只是使用它以前的HTTP一个图像。



为什么这样做的HTTP?我不知道,但也许可以摆脱在HTTPS页面上有HTTP内容的安全通知。


I'm having a problem with images in html emails in Outlook web client.

When a you put a image like this:

<img src="http://www.nortpalet.com/newsletter/green_btn.png"</a>

Outlook change the src for:

https://dub112.mail.live.com/Handlers/ImageProxy.mvc?bicild=&canary=Gff8%2btl0q5SE4gsUVuSNwElf3c8f0rsyViXwF0k6Sy8%3d0&url=http%3a%2f%2fwww.nortpalet.com%2fnewsletter%2fgreen_btn.png

and the browser can't find any image in this url.

Does anyone have the same problem?

Thanks!

解决方案

Accidentally we discovered that proxifying on Microsoft's mail services applies only for HTTP images, not for HTTPS ones. So if you have HTTPS endpoint just use it prior HTTP one for images.

Why do that for HTTP? I don't know but maybe to get rid of secure notifications on having HTTP content on HTTPS page.

这篇关于Outlook Web客户端html电子邮件图像和ImageProxy.mvc的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆