This is the default response from Smockhouse. You can use the following keywords anywhere in the request URL (e.g. in the query-string) to customize the response: - SMK_RANDOM_STATUS_-[_-] (with rateX being a percentage between 0 and 100 and codeX being a HTTP status code): will draw and eventually force the returned HTTP status (e.g. SMK_RANDOM_STATUS_100-404 will systematically return a "not found" response, SMK_RANDOM_STATUS_33-403_33-500 will have 1 in 3 chance of returning either a 403, a 500 or the normal response); - SMK_SHOW_INPUT: show, in the response body, the "event" input that will be available if you want to develop a custom mock; - SMK_NO_TRACE: will not log the request for future consultation (please use this option when using Smockhouse in stress tests).