Now, by default, all HTTP OPTIONS responses returns an HTTP 200 status code.
We need to be more precise, so the stubber should return a 200 status code for an OPTIONScall on an existing resource and a 404 for an OPTIONScall on a not existing resource.
Now, by default, all
HTTP OPTIONS
responses returns anHTTP 200
status code. We need to be more precise, so the stubber should return a 200 status code for anOPTIONS
call on an existing resource and a 404 for anOPTIONS
call on a not existing resource.