P Philip Prins Active Member Licensed User Longtime User Jan 11, 2014 #1 I receive a HTTP post string but need to send a response , i tried resolve host but is not working with jHTTP. How can i send a proper response? Tnx in advance,Philip
I receive a HTTP post string but need to send a response , i tried resolve host but is not working with jHTTP. How can i send a proper response? Tnx in advance,Philip
Erel B4X founder Staff member Licensed User Longtime User Jan 11, 2014 #2 Not sure that I understand. Are you implementing a client or a server? Upvote 0
P Philip Prins Active Member Licensed User Longtime User Jan 11, 2014 #3 Hello Erel , A server that gets HTTP posts , that works but i need to send a response, (I also made the client in B4J) Regards Philip Upvote 0
Hello Erel , A server that gets HTTP posts , that works but i need to send a response, (I also made the client in B4J) Regards Philip
Erel B4X founder Staff member Licensed User Longtime User Jan 11, 2014 #4 jHTTP library will not help in this case. You will need a library such as B4A HttpServer. Such is currently not available. However it will be added in the near future. Upvote 0
jHTTP library will not help in this case. You will need a library such as B4A HttpServer. Such is currently not available. However it will be added in the near future.