Used in HTTP Collector and HTTP Exporter → Statement Expression.
Excerpt |
There are variables to reference the username and password for the HTTP Datasource Instance: %USERNAME%
and %PASSWORD%
. |
---|
You can embed expressions within a statement by enclosing the expression in ${…}. Syntax rules depend on the response language; see Embedded Expressions. The statement is encoded based on the Content-Type Header settings. - If the Content-Type Header
charset parameter is set, this is used. - If the Content-Type header is set, but no
charset is specified, then PhixFlow uses a default character set dependant on the content type. - If no Content-Type Header is set, PhixFlow uses the default ISO-8859-1
|