SessionGetRedirectTargetURL Method (String, String) |
Gets a redirect-target from a base URI and a Location header
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static string GetRedirectTargetURL(
string sBase,
string sLocation
)
Public Shared Function GetRedirectTargetURL (
sBase As String,
sLocation As String
) As String
public:
static String^ GetRedirectTargetURL(
String^ sBase,
String^ sLocation
)
Parameters
- sBase
- Type: SystemString
- sLocation
- Type: SystemString
Return Value
Type:
Stringnull, or Target URL. Note, you may want to call Utilities.TrimAfter(sTarget, '#');
See Also