diff --git a/HttpServer/Http/Response.php b/HttpServer/Http/Response.php index ff6bbe81..366cd527 100644 --- a/HttpServer/Http/Response.php +++ b/HttpServer/Http/Response.php @@ -172,7 +172,6 @@ class Response extends Application { $this->response->status($status); $this->response->header('Content-Type', $this->getContentType()); - $this->response->header('Access-Control-Allow-Origin', '*'); $this->response->header('Run-Time', $this->getRuntime()); if (empty($sendData)) { $sendData = '';