Mocking

What is a 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