Click or drag to resize
SessionutilReplaceOnceInResponse Method
Perform a one-time string replacement on the response body. Adjust the Content-Length header if needed.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public bool utilReplaceOnceInResponse(
	string sSearchFor,
	string sReplaceWith,
	bool bCaseSensitive
)

Parameters

sSearchFor
Type: SystemString
String to find (case-sensitive)
sReplaceWith
Type: SystemString
String to use to replace
bCaseSensitive
Type: SystemBoolean
TRUE for Case-Sensitive

Return Value

Type: Boolean
TRUE if a replacement occurred
See Also