Loading TOC...

MarkLogic 12 Product Documentation
xdmp.getRequestPath

xdmp.getRequestPath() as String

Summary

Returns the HTTP request path.

In an isolated evaluation context (see xdmp.isIsolated), this function is not available and throws XDMP-ISOLATED.

Example

xdmp.getRequestPath();
=> "/example.xqy"

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.