L
L
lemonlimelike2018-05-28 22:31:39
Laravel
lemonlimelike, 2018-05-28 22:31:39

Why are the roots not displayed like this?

Good evening everyone. I do not know why, but the root on the server does not work correctly.
Here is the form and the root: 5b0c588d2593d220061298.png5b0c58972a99a821071075.png
On the local server (open server), the root redirects to a page with this url: 5b0c58cf89ee5258436748.png
And on the server it also goes to the same url and this is what it says:
5b0c5976defd9259877830.png
What's wrong?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Yan-s, 2018-05-29
@lemonlimelike

On the local, you have a csrf token in the URL, because you inserted such a field into the form. You don't need a token for csrf get requests.
On the production server, you most likely have apache / nginx configured incorrectly, find out what you have there and google the config for laravel.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question