Thales' cellular IoT products business is now part of Telit Cinterion, find out more.

You are here

How to send HTTP request response | Telit Cinterion IoT Developer Community

September 24, 2018 - 2:03pm, 2758 views

Hello all.
I have an application which is listening for http requests in a specified socket.
Everything works fine (InputStream open, receives the data, and i can do the logical business that I'm supposed to with the information that I got on the request) but i need to build a response to the request (the request returns that it doesn't know the request response) because it keeps hanging despite of the fact that it has been delivered.
Could you please provide an example for this scenario?
Thank you in advance