I'm making a POST call to an external API. Is there any mechanism for seeing the POST body that is being sent? TIA
Hi,
Unfortunately not, you have to use a service like Beeceptor or a program like Mockbin
Thank you! Was afraid of that!
If I understand it correctly, you can store all the inputs in a table, doing your own schema
Something like $_POST.value1+$_POST.value2 etc..