在NuGet安装完后
测试http://localhost:16001/static/images/a1.png?width=500 通过
http://localhost:16001/remote.axd/外部图片
和
http://localhost:16001/remote.axd?http://外部图片
均返回404 not found
由于网上资料较少,参考github上其他人提的issue
最终发现,外部图片后面加参数比如?width=n才能够解析图片url..