P
P
pibiv2016-09-19 23:04:12
css
pibiv, 2016-09-19 23:04:12

Debug application response?

I'm trying to connect to the site Interkasu to receive payment. In the settings, ask to specify certain URLs
d971d09a6d004ef5afd791f88c61686b.png
. 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

3 answer(s)
Q
QQ, 2016-08-30
@Wekeed

text-align: center;
overflow: hidden;
line-height: 1.5;
text-overflow: ellipsis;
white-space: nowrap;

S
SuperDoker, 2016-09-19
@SuperDoker

Interkassa shows that your site has responded to the URL interaction request.

R
Rou1997, 2016-09-20
@Rou1997

Rent a VPS, you can install xdebug or a sniffer.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question