SessionutilDecodeRequest Method |
Removes chunking and HTTP Compression from the Request. Adds or updates Content-Length header.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public bool utilDecodeRequest()
Public Function utilDecodeRequest As Boolean
public:
bool utilDecodeRequest()
Return Value
Type:
BooleanReturns TRUE if the request was decoded; returns FALSE on failure, or if request didn't have headers that showed encoding.
See Also