Hi,
Would it be possible to respond to an HTTP POST message from DataMiner?
Example. Send back an 200 OK message.
Currently receiving the messages with a smart-serial connection as a server.
The goal is to notify the other party that the message was received and avoid retry operations.
Thanks in advance,
A smart serial driver can reply to a client that has sent something by using a trigger "after response". All groups executed as a result of a trigger "after response" are sent to the client that sent the message. This way you can send back a 200 OK message.