z-song / laravel-admin

Build a full-featured administrative interface in ten minutes
https://laravel-admin.org
MIT License
11.12k stars 2.81k forks source link

Converting from HTTPS to HTTP after submit #5782

Open sivanaikk opened 1 year ago

sivanaikk commented 1 year ago

Description:

The request is going from HTTPS to HTTP when I submit the form. I want to stay convert to HTTPS.

"https://example.domain.com/admin/auth/login" to "http//example.domain.com/admin/auth/login"

image

when I try to submit it, It's showing

Steps To Reproduce:

tbqh511 commented 1 year ago

i tired with the same problem

sivanaikk commented 1 year ago

It worked.

I change false to true in config/admin.php to access from HTTPS

image