当客户端向服务器提交内容时,服务器会确认但无法立即返回结果,并提供类似
的页面<html>
<head>
<meta http-equiv='refresh' content='5; url=/somewhere/else' />
</head>
<body>
Your message is accepted, and the page will back to the home after 5 seconds.
但浏览器会将该临时页面放入历史记录中。我的问题是在这种情况下我可以使用什么HTTP状态代码告诉浏览器不记录URL?
答案 0 :(得分:0)
状态代码应为200.如果您不希望浏览器缓存,则应设置与缓存相关的元字段。