HTTP重定向
One of the most common and largely overlooked vulnerabilities by web developers is Open Redirect (also known as “Unvalidated Redirects and Forwards”). 其中一个最常见的,也是大部分被网站开发者忽视的漏洞是开放重定向(也称为 “无效重定向和转发”)。 A website is vulnerable to Open Redirect when parameter values (the portion of URL after “?”) in an HTTP GET request allow for information that will redirect a user to a new website without any validation of the target of redirect.