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: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public string GetRedirectTargetURL()
Public Function GetRedirectTargetURL As String
public:
String^ GetRedirectTargetURL()
Return Value
Type:
Stringnull, or Target URL. Note, you may want to call Utilities.TrimAfter(sTarget, '#'); on the response
See Also