欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

镜像存储配置好目标域名之后,访问的参数没有带上去.有什么方法能实现吗?

程序员文章站 2024-02-15 18:17:22
...
镜像前的域名
http://flowerpassword.sinaapp.com/html/image.php?filetype=JPEG&dpi=72&scale=1&rotation=0&font_family=Arial.ttf&font_size=10&text=15651256113&thickness=30&code=BCGcode11

配置镜像之后的域名
http://7xojci.com1.z0.glb.clouddn.com/html/image.php?filetype=JPEG&dpi=72&scale=1&rotation=0&font_family=Arial.ttf&font_size=10&text=15651256113&thickness=30&code=BCGcode11

目标服务器日志查到的域名
[22/Nov/2015:08:15:21 +0800] /html/image.php 200 11734 4 1367
flowerpassword.sinaapp.com "GET HTTP/1.0" "-" "qiniu-imgstg-spider-1.0" 183.136.139.14.1448151321567426 yq22

回复内容:

镜像前的域名
http://flowerpassword.sinaapp.com/html/image.php?filetype=JPEG&dpi=72&scale=1&rotation=0&font_family=Arial.ttf&font_size=10&text=15651256113&thickness=30&code=BCGcode11

配置镜像之后的域名
http://7xojci.com1.z0.glb.clouddn.com/html/image.php?filetype=JPEG&dpi=72&scale=1&rotation=0&font_family=Arial.ttf&font_size=10&text=15651256113&thickness=30&code=BCGcode11

目标服务器日志查到的域名
[22/Nov/2015:08:15:21 +0800] /html/image.php 200 11734 4 1367
flowerpassword.sinaapp.com "GET HTTP/1.0" "-" "qiniu-imgstg-spider-1.0" 183.136.139.14.1448151321567426 yq22

七牛不支持加速动态文件,会将问号后面的参数当做版本号处理,建议您的动态文件放在云主机上

相关标签: 七牛云存储 php