I am receiving a JSON packet of data from a third party server which I need to process within my ColdFusion page.
The server sending the packet data requires a custom response to be sent back to them to acknowledge that the packet has been received and another once the packet has been successfully processed by my ColdFusion code.
Can anyone point me to a resource that demonstrates how I have my ColdFusion page return the acknowledgement back to the server that sent the packet via HTTP Post request?