Click or drag to resize
HTTPResponseHeadersSetStatus Method
Update the response status code and text

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public void SetStatus(
	int iCode,
	string sDescription
)

Parameters

iCode
Type: SystemInt32
HTTP Status code (e.g. 401)
sDescription
Type: SystemString
HTTP Status text (e.g. "Access Denied")
See Also