Click or drag to resize
SessionutilSetRequestBody Method
Replaces the request body with sString. Sets Content-Length header and removes Transfer-Encoding/Content-Encoding.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public void utilSetRequestBody(
	string sString
)

Parameters

sString
Type: SystemString
The desired request Body as a string
See Also