<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Cookie - 标签 - 研发日志 · R&amp;D Log</title><link>https://rd163.visword.com/tags/cookie/</link><description>Cookie - 标签 - 研发日志 · R&amp;D Log</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>whutluohui@gmail.com (小智晖)</managingEditor><webMaster>whutluohui@gmail.com (小智晖)</webMaster><copyright>本作品采用知识共享署名-非商业性使用 4.0 国际许可协议进行许可。</copyright><lastBuildDate>Sun, 12 Jan 2025 00:00:00 +0800</lastBuildDate><atom:link href="https://rd163.visword.com/tags/cookie/" rel="self" type="application/rss+xml"/><item><title>CSRF 跨站请求伪造详解</title><link>https://rd163.visword.com/posts/http-csrf/</link><pubDate>Sun, 12 Jan 2025 00:00:00 +0800</pubDate><author><name>小智晖</name></author><guid>https://rd163.visword.com/posts/http-csrf/</guid><description><![CDATA[<h2 id="简介" class="headerLink">
    <a href="#%e7%ae%80%e4%bb%8b" class="header-mark"></a>简介</h2><p>CSRF(Cross-Site Request Forgery，跨站请求伪造)是一种针对 Web 应用的攻击方式。攻击者诱导已登录（已通过身份认证）的用户，在他们不知情的情况下，以其身份向目标网站发送了一个恶意请求。由于浏览器在跨站请求中<strong>会自动携带目标域的 Cookie</strong>,服务器看到请求带着有效的会话凭证，就会把它当作合法用户本人的操作并予以执行。</p>]]></description></item></channel></rss>