The PCA can be configured to capture binary POST types. For example, AMF-based applications submit binary requests to the web server. To capture AMF-based request data, add the type application/x-amf to this list.
- By default, the PCA does not capture binary responses.
- Decoding of AMF data must be enabled in the Windows pipeline.
When the application/x-tlt-ld
is enabled for capture, the requests of all captured hits of this type have the following request variable that is inserted into the [env]
section:
PostRequestBodyEncoding=Base64
For other hits, this value is set to None
.