如何在重定向时找到最终网址
我正在使用 file_get_contents('http://someurl.com/1893849')
来获取网址的内容,但是url 被重定向。例如,/1893849
最终位于 /some-url-path
。有没有办法,除了获取文件内容之外,还可以知道结束路径?
Possible Duplicate:
How to get the real URL after file_get_contents if redirection happens?
I'm using file_get_contents('http://someurl.com/1893849')
to get contents of a url, but the url gets redirected. For example /1893849
ends up at /some-url-path
. Is there a way, in addition to getting the file contents, to also know the end path?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用curl示例:
如果您需要知道重定向的地址
Use curl example :
if you need know adres of redirec