How To Test HTTP Responses

Опубликовано: 07 Октябрь 2024
на канале: RedBlue Labs
152
10

A task that bug hunters and others do is test to see how a URL responds to various HTTP requests. A single website can have hundreds of URLs, so we automate the process with scripts.
**This is not a how-to for coding. I show the code, and go over it. The primary goal of the video is to inspire those watching to build scripts that serve their purpose.

0:00-0:15 Intro
0:16-1:14 Why Check HTTP Responses
1:15-2:24 Test Environment
2:25-4:32 ZAP Force Browse
4:33-5:53 Code Discussion
5:54-8:08 Running the Script