Hi all,
I am aware of apache web server, i can host web pages.
how to create a http page(server) that would handle http post requests and respond to those requests.
Hi all,
I am aware of apache web server, i can host web pages.
how to create a http page(server) that would handle http post requests and respond to those requests.
If you just want something simple, try node.js
You can write the server code in javascript. Otherwise, you can just use PHP or another scripting language with Apache web server, just make sure you enable the PHP module (or whichever module you need)