|
@@ -18,6 +18,6 @@ class Cors
|
|
|
return $next($request)
|
|
|
->header('Access-Control-Allow-Origin', '*')
|
|
|
->header('Access-Control-Allow-Methods', 'GET, POST, PATCH, PUT, DELETE, OPTIONS')
|
|
|
- ->header('Access-Control-Allow-Headers', 'Origin, Content-Type, Accept, Authorization, X-Request-With');
|
|
|
+ ->header('Access-Control-Allow-Headers', 'Origin, Content-Type, Accept, Authorization, X-Requested-With');
|
|
|
}
|
|
|
}
|