1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

「安全なWEBアプリケーションの作り方」を読み進めた時に参考にした内容とかメモ

Last updated at Posted at 2020-12-05

体系的に学ぶ 安全なWEBアプリケーションの作り方 第2版 第8刷

環境
windows10 home
version 2004

#2章
VirtualBoxが起動しない!
P22~図2-18が実行出来ない

このブログの内容で解決

原因は、Dockerを使う為にHyper-Vを有効にしていた為
windows10 homeにはHyper-Vロールをインストール出来ないと書いてあったけど、実際にはすべてのWindowsに組み込まれている。

[Windows 10 上に Hyper-V をインストールする]
(https://docs.microsoft.com/ja-jp/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v)
[WSL2とHyper-Vの関係]
(https://qiita.com/matarillo/items/ca1eecf8f9a3cd76f9ce)

#3章

##3-1
GETとPOSTの使いわけ
[・GETとPOSTの違いについて]
(https://qiita.com/kanataxa/items/522efb74421255f0e0a1)
GETはブックマーク出来て、POSTはブックマーク出来ない
使い分けについては、「プロになるためのWEB技術入門」のP78~にも記載あり

ステートレスってなんだ?
・ステートレスとは

##3-2

受動攻撃について
・能動的な攻撃と受動的な攻撃

##3-3

読み進め中

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?