Level 47
Why? IMO it's better to have all endpoints secured instead of only some of them.
2 likes
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Is it possible to accept some requests over http and https in Laravel Forge?
I want to access some urls of my Laravel API from http and https: https://api.example.com/test -> works http://api.example.com/test -> gives a 301
How can I make the http://api.example.com/test work?
Please or to participate in this conversation.