Click or drag to resize
SessionutilReplaceInRequest Method
Perform a string replacement on the request body. Adjusts the Content-Length header if needed.

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

Parameters

sSearchFor
Type: SystemString
The case-sensitive string to search for.
sReplaceWith
Type: SystemString
The text to replace.

Return Value

Type: Boolean
TRUE if one or more replacements occurred.
See Also