Forum Discussion
Altera_Forum
Honored Contributor
21 years agoWeb Server
Hello, I'm using the uCLinux ported by Microtronix. I'm trying to use the web server but I can't see the initial page. I use the open core ethernet. I built the filesystem as des...
Altera_Forum
Honored Contributor
21 years agoWhat is the result if you try it manually, i.e. from some other (preferably unix) computer:
<div class='quotetop'>QUOTE </div> --- Quote Start --- telnet [ip of board] 80 GET / HTTP/1.1 Host: [ip of board][/b] --- Quote End --- (note that you have to hit enter twice after the Host: line. What do you get back, if anything? (note: you're using telnet to be an HTTP/1.1 client with the board as server; you can do this from the board itself if that's your only unix system available.)