Blocks within http
List of all the block within the http group. If you're running an older core version, there may be groups listed here that are not available to you (yet).
object v10.4.28
Returns the provided body as object, if the request method is POST or PUT.
single header value v10.4.28
Gets the given header if present in HTTP request.
method value v10.4.28
Returns current HTTP method for this request (e.g. GET, POST, etc).
request id value v10.4.16
Returns the unique request ID
get query object v10.4.28
Returns all query items if present. Query items may be given in the URI like ?query=yes.
original url value v13.0.2
Returns the original URL for this request, before internal routing.
get params object v10.4.28
Returns all params if present, params are optional or required parameters in API URIs, for example :name.
headers object v10.4.28
Returns all headers known to us in the HTTP request.
device info object v10.4.28
Returns the currently connected users device info.
remote ip value v10.4.28
Returns the currently connected user IP.
cookie value v12.0.4
Returns the cookie with the given name.
accepted languages array v13.0.2
Returns the current HTTP accepted languages.
is authenticated condition v10.4.28
Returns true if the user is indeed authenticated.
is user allowed to all scopes condition v10.4.28
Returns true if the authenticated user has wildcard (*) scope.
cookies all object v12.0.4
Returns all set cookies.
get user scopes array v10.4.28
Returns the authenticated users scope.
Back to
http connection
Return to the main group to view all sub-groups