Terminology

Agent

This refers to the command-line utility stoobly-agent. See our Core Concept Agent documentation for more information

CLI

This is the command-line interface that comes with stoobly-agent for interacting with Stoobly resources from a terminal or shell.

Proxy

This refers to the proxy server inside stoobly-agent responsible for intercepting, recording, replaying requests, etc.

Request

Unless specified, a request refers to a Stoobly Request. Where applicable, the term "HTTP request" represents a request sent via the HTTP Protocol to and from various sources and destinations.

Response

Unless specified, a response refers to a Stoobly Response.

Scenario

This refers to a collection of requests. See Scenarios for more details.

UI or Dashboard

This refers to the stoobly-agent's frontend component built with HTML, CSS and JavaScript.

499 HTTP Status Code

499 is a custom Stoobly client error response status code. It means that requests are successfully being sent through the stoobly-agentproxy. However, the request does not match any previously recorded requests by Stoobly.

This means that Stoobly is installed and working as expected, but there are issues with not found requests.

This occurs when the Mock Policy configuration is set to all . This will cause requests that have not been recorded yet to not be found resulting in the 499. If the setting is found, then any not found request will go to the remote destination automatically. See the Mock Policy section of Data Rules

To fix this, it is recommended to record the missing requests you're trying to mock.

Last updated

Was this helpful?