[F21_WebFund] Lab1 資工二甲 409261550 洪玉珊
Submitted by 洪玉珊 on 一, 2021-10-11 19:34
Group content visibility:
Use group defaults
Lab1: HTTP analysis with Wireshark + Client content analysis with Browser tool/plugins
(1) Use Wireshark to capture HTTP messages, including GET, POST, Set-Cookie, and Cookie header. Your report should contain the target URLs, captured messages, and anything you learned from this lab.
(2) Use Browser tool/plugin to analyze the web page content. Your report should contain the HTML. CSS, Javascript. Post your lab report on SLS personal blog, and the link on FB course group.
作業1
網址:http://member.udn.com/member/login.jsp?site=city&redirect=http://blog.udn.com/
1.GET
GET向伺服器端發出請求要讀取特定資料,這些資料會以某種編碼形式放在網址後面,所以較不安全。
按忘記密碼或是登入等操作會出現GET。