2.2.2. Target URI
2.2.2. Target URI
The @target-uri derived component refers to the target URI of a request message. The component value is the target URI of the request ([HTTP], Section 7.1), assembled from all available URI components, including the authority.
For example, the following message sent over HTTPS:
POST /path?param=value HTTP/1.1 Host: www.example.com
would result in the following @target-uri component value:
https://www.example.com/path?param=value
and the following signature base line:
"@target-uri": https://www.example.com/path?param=value