| setpolicyhttpcallout_urlstemexpr |
Use this method to set string expression for generating the URL stem. Can contain a literal string (for example, "/mysite/index.html") or an expression that derives the value (for example, http.req.url). Mutually exclusive with the full HTTP request expression. |
Syntax |
Parameters |
name |
Name of the HTTP callout to configure. This is mandatory parameter. |
urlstemexpr |
String expression for generating the URL stem. Can contain a literal string (for example, "/mysite/index.html") or an expression that derives the value (for example, http.req.url). Mutually exclusive with the full HTTP request expression. |
Return Value |
Returns simpleResult |
See Also |