I’m trying to set up the Wifly as a stand alone data sender by the HTTP method, the same as detailed on http://www.tinkerfailure.com/2012/02/se … fly-rn-xv/, except the server is running on my laptop.
I’ve posted about this problem before but I think I put too much detail in the post so I will try and describe the problem as simply as possible.
HTTP servers (as far as I know and with the servers I have tested) require the HTTP requests to be terminated by \r\n (carriage return and new line) characters at the end of the lines.
The wifly appends \n\n (two new line characters) to the end of the HTTP request line.
Is it possible to configure e.g. Apache to accept only \n\n terminated requests?
Thanks for any help.
Nick.