标签: angular http-headers
在典型的网页上,为了响应我的http请求:
<?php header('Location: http://example.com'); exit;
浏览器会自动跟踪位置标题到新网站。
但是,如果前端是Angular2应用程序,则浏览器不遵循此说明。这是设计的吗?有没有人遇到过关于Angular2如何处理Location响应标题的文档?
Location