I'm using the eggdrop listen, to create a basic http server on eggdrop to send and recieve info from the bot.
so i've got the listen etc, it all works, but when a web page sends a "POST" to the eggdrop, the blank line makes eggdrop drop the conenction and not recieve the actual posted info.
HTTP PROTOCOL INFORMATION wrote:
POST /path/script.cgi HTTP/1.0
From: frog@jmarshall.com
User-Agent: HTTPTool/1.0
Content-Type: application/x-www-form-urlencoded
Content-Length: 32
home=Cosby&favorite+flavor=flies
How can i stop eggdrop dropping the connection when it recieves that blank line ?