Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/linq/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
facebook调试器URL返回了错误的HTTP响应代码_Facebook - Fatal编程技术网

facebook调试器URL返回了错误的HTTP响应代码

facebook调试器URL返回了错误的HTTP响应代码,facebook,Facebook,我已经为我的一个客户创建了一个商店网站 Facebook调试器向我发送了许多错误: Could Not Follow Redirect Path Using data from http://www.yupeshop.it/IT/prodotto.php?id=84&label=Sciarpa+Stampa+con+fantasia+UK because there was an error following the redirect path. 但没有重定向。URL返回了错误的

我已经为我的一个客户创建了一个商店网站

Facebook调试器向我发送了许多错误:

Could Not Follow Redirect Path Using data from 
http://www.yupeshop.it/IT/prodotto.php?id=84&label=Sciarpa+Stampa+con+fantasia+UK 
because there was an error following the redirect path.
但没有重定向。URL返回了错误的HTTP响应代码


但是如果我尝试通过在线检查获取页面,我会看到200 OK作为答案,有什么问题吗?

在OG元标记中,您已经给出了

<meta property="og:url" content="http://www.yupeshop.it/prodotto.php?id=84" />

这个URL,你告诉Facebook是这个对象使用的“真实”URL,目前只返回一个404NotFound

(我猜这实际上意味着它也在目录中?)