laravel-admin icon indicating copy to clipboard operation
laravel-admin copied to clipboard

Converting from HTTPS to HTTP after submit

Open sivanaikk opened this issue 1 year ago • 2 comments

  • Laravel Version: 8.83.27
  • PHP Version: 8.1.2
  • Laravel-admin: 1.*

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:

sivanaikk avatar May 29 '23 13:05 sivanaikk