使用referrer信息从url获取图像
您好,我想从另一个网站获取图像,但我需要引用信息才能显示图像。
图片地址为: http://www.foo.com/hist.gif?21918+ 201020 如果您从 foo.com 访问此页面,则此地址会显示 gif 图像 我想我可以用curl 做到这一点,但我不知道该怎么做。
我必须用 img 标签显示图像
Hi I want to get image from another site but I requires referrer information to show image.
image address is: http://www.foo.com/hist.gif?21918+201020
this adress show gif image if you came this page from foo.com
Think I can do this with curl but I don't know how to do this.
I have to show image with img tag
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 CURLOPT_REFERER 选项。有关一些示例代码,请参阅此答案。
You can use the CURLOPT_REFERER option. See this answer for some sample code.