S
S
stdio962016-06-24 23:28:17
Laravel
stdio96, 2016-06-24 23:28:17

POST from 3rd party Laravel server?

Hello. I'm trying to connect the WebMoney payment system to the site. I send them data, it should process it and return it to the result page. But, when I try to display them corny, it gives such an error. 89b73c35c6814071885f3e529fb9bb7e.pngAnd starts outputting my base template. The controller can even be empty. The message will be the same. Even if you just write exit(); the result will be the same.
In what there can be a problem?
Thank you.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
stdio96, 2016-06-25
@stdio96

The decision turned out to be ridiculous. The request processing route (result) was under auth middleware. After moving it out of the auth middleware group, everything worked.

A
Andrzej Wielski, 2016-06-24
@wielski

Turn off csrf checking (in the except variable) in your route.
This will only work with 5.2, with older versions having a bit more tambourine dancing.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question