Click or drag to resize
SessionGetRedirectTargetURL Method
Returns the fully-qualified URL to which this Session's response points, or null. This method is needed because many servers (illegally) return a relative url in HTTP/3xx Location response headers.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public string GetRedirectTargetURL()

Return Value

Type: String
null, or Target URL. Note, you may want to call Utilities.TrimAfter(sTarget, '#'); on the response
See Also