Click or drag to resize
SessionGetRedirectTargetURL Method (String, String)
Gets a redirect-target from a base URI and a Location header

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

Parameters

sBase
Type: SystemString
sLocation
Type: SystemString

Return Value

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