Why request doesn't work with slash in the end of URL |
In Controller I have this method:
Code: public function webhook() if I send request like http://localhost/controller/webhook - this works If I send http://localhost/controller/webhook/ it's not worked What is wrong?
What do you mean by "it's not worked"?
What happened?
He has such a bug when, depending on the presence or absence of a slash, he (I don’t remember exactly) either does not send data or uses the GET method instead of POST.
|
Welcome Guest, Not a member yet? Register Sign In |