8장. Network 패널로 요청 계약을 읽는다
method, URL, status, initiator, request header/body, response header/body, timing을 순서대로 본다. Disable cache와 throttling이 현재 측정에 어떤 영향을 주는지 표시한다. Chrome Network reference는 Network panel이 DevTools가 열린 동안 request를 기록한다고 설명한다.
POST /api/checkouts
status 409
initiator checkout.ts:84
idempotency-key demo-order-1042
response problem type /idempotency-conflict
Copy as cURL과 HAR에는 Authorization, Cookie, query 개인정보가 포함될 수 있다. 공유 전 sanitize하고 가능하면 synthetic fixture에서 새로 캡처한다.