Support the ongoing development of Laravel.io →
Security Views Architecture
Last updated 1 year ago.
0

hi, first, if you have a named route

Route::post(
    'login', array(
        'as'   => 'front.login',
        'https',
        ....
    )
);

if a named route exists, it will look up in routes collections to produce by itself that kind of link

https://host/login

Fortunately, you can not change his "definition" but only his parameters as { id, name ... }, and even more if it's secured or not, besides a complete inconsistency, it could lead to somes security breachs.

regards :)

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

xaoseric xaoseric Joined 3 Mar 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.