🔧 WebView Debug Information

Current URL Status:

URL: {{ url()->current() }}

Full URL: {{ url()->full() }}

Secure: {{ request()->secure() ? '✅ HTTPS' : '❌ HTTP' }}

Scheme: {{ request()->getScheme() }}

Host: {{ request()->getHost() }}

Session Information:

Intended URL: {{ session('url.intended', 'None') }}

User Agent: {{ request()->userAgent() }}

Test Links:

Login Page (should be HTTPS)

Home Page (should be HTTPS)

@auth

✅ User authenticated: {{ auth()->user()->name }}

Role: {{ auth()->user()->role }}

@if(auth()->user()->role == 'AO' || auth()->user()->role == 'CAO')

Collection Activities (should be HTTPS)

@endif @else

❌ User not authenticated

@endauth

🔒 Security Headers Test: