Slide 15
Slide 15 text
Structured HTTP Traces
Let t = req1, resp1, ..., reqn, respn be a raw
HTTP trace composed of an alternate sequence of HTTP
request reqi and HTTP response respi. The structured
HTTP trace
σ
of t is the sequence (a1(p), θ1)...
(an(p), θn) where:
ai is the HTTP verb used to perform the request in reqi,
p is the parameter set {URI, request, response},
θi is a valuation p → Dp which assigns a value to each
variables of p.
θ
is deduced from the values extracted from
reqi and respi.
The resulting trace set derived from raw traces is denoted ST.