11 years, 2 months ago.

HTTP GET command does not get response from web server

The command "GET /media/uploads/mbed_official/hello.txt HTTP/1.0\n\n" works fine with the mbed.org server, but when used with my server there is no response. My command works fine when called from a browser, but does not work in this code sample. Do you have any suggestions?

Question relating to:

1 Answer

11 years, 2 months ago.

Try checking the logs on your webserver to see what it is doing and if it is receiving the request at all.