HTTP GET function
Brought to you by:
ra281c
I'm working on adding some HTTP CGI GET functionality
to the stack, so in the first aproach I modified the
http_server.c file adding some code to do some basic
handling of the URL data after a ? character is found.
limitations are:
Variables 1 character length
Value 1 character length
there is no validation of data after ?
and the functionality is implemented in the same
function.
the modification is in the function https_calculatehash
Logged In: YES
user_id=1143183
NE64 OTCP with the HTTP GET Functon
Modified for http get, http_server.c file
test html page (to be embedded in NE64)