web server help please
web server help please
Has anyone sucessfully created a webserver that "allows" GET and POST commands?
Website Creations Ltd
Creators of www.codelock.co.nz
Creators of www.codelock.co.nz
I once tried it. GET is indeed easy.
Because it's HTML-encoded, you can use StringField() to get the part between GET and HTTP/1.1. Then you can use it to parse the parameters.
When I got to the POST part, I freaked out and stopped working on it.
Because it's HTML-encoded, you can use StringField() to get the part between GET and HTTP/1.1. Then you can use it to parse the parameters.
When I got to the POST part, I freaked out and stopped working on it.
P4 2.4GHz, 256 MB, WinXP Pro, onboard video&audio.
The Programmer's Drinking Song:
"99 little bugs in the code,
99 little bugs.
Fix one bug, recompile
100 little bugs in the code."
The Programmer's Drinking Song:
"99 little bugs in the code,
99 little bugs.
Fix one bug, recompile
100 little bugs in the code."