maharg
Technical User
- Mar 21, 2002
- 184
Hi
I am trying to develop an application where I parse data received from a POST. The POST is happening every 10 seconds approx, with a text data packet of around 10kb. I parse the data and save it to a dB.
If the data is received malformed, or if for any reason I want the sender to resubmit it, I want to send an http response to the sender.
Can be just a OK or ERROR, or 1 or 0
What would be the best mechanism for this?
I am trying to develop an application where I parse data received from a POST. The POST is happening every 10 seconds approx, with a text data packet of around 10kb. I parse the data and save it to a dB.
If the data is received malformed, or if for any reason I want the sender to resubmit it, I want to send an http response to the sender.
Can be just a OK or ERROR, or 1 or 0
What would be the best mechanism for this?