diff --git a/res/res_ari.c b/res/res_ari.c index f4eca2e4312e37eebfc1ce0149bd4c54439e6280..d666d8d575d577473cfaa5614cf8dd0c01174878 100644 --- a/res/res_ari.c +++ b/res/res_ari.c @@ -441,7 +441,7 @@ static void handle_options(struct stasis_rest_handlers *handler, /* CORS 6.2 #9 - "Add one or more Access-Control-Allow-Methods headers * consisting of (a subset of) the list of methods." */ - ast_str_append(&response->headers, 0, "%s: OPTIONS,%s\r\n", + ast_str_append(&response->headers, 0, "%s: OPTIONS%s\r\n", ACA_METHODS, ast_str_buffer(allow));