Forum Discussion
Altera_Forum
Honored Contributor
21 years agoCGI
hi, i 've read that the httpserver within Ecos supports CGI. How to use CGI in httpserver? In other webserver with CGI support the executeable cgi file has to be located in a director...
Altera_Forum
Honored Contributor
21 years agohi monkeyboy,
i've tried to read some enviroment variables. The function i used is: char *content; content = getenv(CONTENT_TYPE); content = getenv(REMOTE_HOST); ... it seems that i cannot read the enviroment variables. Does the webserver within ecos support full CGI scripting? Thnx