B4J Question Read incoming Webhook

aaronk

Well-Known Member
Licensed User
Longtime User
Hi,

I am using a server in my B4J (as an non-UI app) and I have used the PayPal Webhooks to trigger my B4J app.

In the server logs I can see the incoming HTTP request. It logs what URL was requested, and the type is POST.

As it's triggering my B4J when a payment is made, it is only logging the URL, and I believe there will be more information in the body of the request being made to my B4J app.

Anyone know how to read the incoming POST part of the request, which I guess is the part I need rather than just a URL coming to my B4J app ?
 
Top