Click or drag to resize
SessionSaveRequestBody Method
Save the request body to a file. You likely want to call utilDecodeRequest first.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public bool SaveRequestBody(
	string sFilename
)

Parameters

sFilename
Type: SystemString
The name of the file to which the request body should be saved.

Return Value

Type: Boolean
True if the file was successfully written.
See Also