Full HTTP request URL in the form scheme://host[:port]/path?query[#fragment]. Usually the fragment is not transmitted over HTTP, but if it is known, it should be included nevertheless.
Note: http.url MUST NOT contain credentials passed via URL in form of https://username:password@www.example.com/. In such case the attribute's value should be https://www.example.com/.
Full HTTP request URL in the form
scheme://host[:port]/path?query[#fragment]. Usually the fragment is not transmitted over HTTP, but if it is known, it should be included nevertheless.Note:
http.urlMUST NOT contain credentials passed via URL in form ofhttps://username:password@www.example.com/. In such case the attribute's value should behttps://www.example.com/.