gpt4 book ai didi

php - 重定向到 php 中的数据 url

转载 作者:行者123 更新时间:2023-12-04 04:58:25 24 4
gpt4 key购买 nike

如何使用 header 请求重定向到数据 url? echo 工作正常。但我想重定向。

header ('Location: data://text/html,<h1>stackoverflow</h1>');

这是行不通的。

最佳答案

正确的代码应该是:

header('Location: data:text/html,<h1>stackoverflow</h1>');
exit;

但目前看来 it only works in Firefox . Chrome 显示“不安全重定向”...

关于php - 重定向到 php 中的数据 url,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16452904/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com