<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Todos on Blowing in the wind</title>
    <link>https://zheng-bobo.github.io/en/todo/</link>
    <description>Recent content in Todos on Blowing in the wind</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Thu, 04 Feb 2021 17:32:47 +0800</lastBuildDate>

  <atom:link href="https://zheng-bobo.github.io/en/todo/index.xml" rel="self" type="application/rss+xml" />


    <item>
      <title>Introduction to CSRF and CORS</title>
      <link>https://zheng-bobo.github.io/en/todo/csrf-and-cors-introduction/</link>
      <pubDate>Thu, 04 Feb 2021 17:32:47 +0800</pubDate>

      <guid>https://zheng-bobo.github.io/en/todo/csrf-and-cors-introduction/</guid>
      <description>Introduction  Before introducing CRSF(Cross-site request forgery)&amp;amp;CORS(Cross-origin resource sharing), we first introduce HTTP. If readers are familiar with HTTP, they can skip this content directly.
HTTP request ﻿An HTTP request consists of four parts: request line, request header, blank line and request body.
1 2 3 4 5 6 7  GET /mix/76.html?name=kelvin&amp;amp;password=123456 HTTP/1.1 Host: www.fishbay.cn Upgrade-Insecure-Requests: 1 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.</description>
    </item>

  </channel>
</rss>