One Hat Cyber Team
Your IP :
216.73.216.84
Server IP :
50.6.229.107
Server :
Linux server.hostburly.com 5.14.0-611.38.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 10 17:21:28 EDT 2026 x86_64
Server Software :
Apache
PHP Version :
8.2.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
andjemzt
/
ggh_api
/
config
/
Edit File:
cors.php
<?php return [ 'paths' => ['api/*', 'sanctum/csrf-cookie'], 'allowed_methods' => ['*'], // 'allowed_origins' => [ // 'http://localhost:3000', // 'http://localhost:1000', // 'http://localhost:5173', // 'https://gghub.andjemztech.com', // 'http://gghub.andjemztech.com', // // 'https://your-frontend-domain.com', // ], 'allowed_origins' => ['*'], 'allowed_origins_patterns' => [], 'allowed_headers' => ['*'], 'exposed_headers' => ['Authorization'], 'max_age' => 0, // For Bearer-token APIs, keep this false 'supports_credentials' => false, ];
Simpan