Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/78.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
Html 链接rel=";“预渲染”;带有重定向的页面_Html_Prerender - Fatal编程技术网

Html 链接rel=";“预渲染”;带有重定向的页面

Html 链接rel=";“预渲染”;带有重定向的页面,html,prerender,Html,Prerender,我有一个页面重定向到另一个页面: //www.domainthatredirect.com/mypage 转到: //www.finaldomain.com/mypage 我正试图弄清楚以下预渲染标记的行为方式: <link rel="prerender" href="//www.domainthatredirect.com/mypage"> 浏览器会遵循重定向并预呈现最终页面吗?免责声明:我没有在任何现代浏览器中测试过您的场景 TL

我有一个页面重定向到另一个页面:

//www.domainthatredirect.com/mypage
转到:

//www.finaldomain.com/mypage
我正试图弄清楚以下预渲染标记的行为方式:

<link rel="prerender" href="//www.domainthatredirect.com/mypage">


浏览器会遵循重定向并预呈现最终页面吗?

免责声明:我没有在任何现代浏览器中测试过您的场景

TL;博士: “”_(ツ)_/“”

该规范没有说明如果带有预加载或预呈现提示的链接资源需要遵循重定向,UAs应该做什么

长答覆: