Click or drag to resize
SessionutilReplaceInResponse Method
Perform a string replacement on the response body (potentially multiple times). Adjust the Content-Length header if needed.

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

Parameters

sSearchFor
Type: SystemString
String to find (case-sensitive)
sReplaceWith
Type: SystemString
String to use to replace

Return Value

Type: Boolean
TRUE if replacements occurred
See Also