Hi all.
My B4X app sends POST requests to the server (there is a aspx webpage on the server that gets requests, process it and sends back the JSON strings).
My question is - is there any tools that will show incoming requests? Postman allows to send requests to some API but I need opposite - I need to see what requests were sent from the app. Of course I can modify my code on either side but this is an extra job and I belive there is some tools that can capture incomoing traffic.
My B4X app sends POST requests to the server (there is a aspx webpage on the server that gets requests, process it and sends back the JSON strings).
My question is - is there any tools that will show incoming requests? Postman allows to send requests to some API but I need opposite - I need to see what requests were sent from the app. Of course I can modify my code on either side but this is an extra job and I belive there is some tools that can capture incomoing traffic.