Answer the question
In order to leave comments, you need to log in
Debug application response?
I'm trying to connect to the site Interkasu to receive payment. In the settings, ask to specify certain URLs
. That is, after the payment is made, the service will send a specific request to these URLs with specific data.
The question is how to debug it?
I thought maybe with the help of some online http server such as httpbin.org , but requests are sent exclusively to the pages of the site that has already been added.
That is, I added my site mysite.com and now I need to somehow debug what comes to the page mysite.com/succes.php I
thought about xdegub but it is not supported on my hosting.
Please tell me how can I debug responses from the service on a local or remote machine?
Found something like this
file_put_contents( 'debug' . time() . '.log', var_export( $_POST, true));
Can anyone else come up with options?
PS and the joke is that I don’t pull the service and get a response, but that this service will pull a certain URL on my site
Answer the question
In order to leave comments, you need to log in
text-align: center;
overflow: hidden;
line-height: 1.5;
text-overflow: ellipsis;
white-space: nowrap;
Interkassa shows that your site has responded to the URL interaction request.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question