megabreit wrote:All depends on your internet connection. I ran a web server on my local PC and (temporarily) forwarded the port through my DSL router. Dyndns will be a big help with this setup...
This way you have access to the logs and can experiment.
I think I'll try that. I have no idea why this challenge must be so much trouble, especially for the rather simple thing it is asking for. Nevertheless your suggestion seems like a good a way to get a fully-accessible web server.
markobr wrote:Yep, to me it sends 8 requests and accepts answers in text/plain.
Actually, does it
have to be text/plain? When I use curl, I see the following:
<= Recv header, 25 bytes (0x19)
0000: 43 6f 6e 74 65 6e 74 2d 54 79 70 65 3a 20 74 65 Content-Type: te
0010: 78 74 2f 68 74 6d 6c 0d 0a xt/html..
EDIT: Answering my own question: At least setting the header explicitly to 'Content-Type: text/plain' does not fix it... at least not on its own. Might still be necessary to do it, or it might not.