public sealed class CrawledUrl : IMessage<CrawledUrl>, IEquatable<CrawledUrl>, IDeepCloneable<CrawledUrl>, IBufferMessage, IMessage
Reference documentation and code samples for the Web Security Scanner v1 API class CrawledUrl.
A CrawledUrl resource represents a URL that was crawled during a ScanRun. Web
Security Scanner Service crawls the web applications, following all links
within the scope of sites, to find the URLs to test against.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `CrawledUrl` class represents a URL crawled during a ScanRun by the Web Security Scanner service."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the Web Security Scanner API is 2.5.0, while the current page is for version 2.4.0, with older versions available as low as 1.0.0."],["`CrawledUrl` objects have properties for `Body`, `HttpMethod`, and `Url`, providing details about the crawled request."],["The Web Security Scanner service follows links within the scope of sites to find the URLs for security testing."]]],[]]