manishrathi
Programmer
When a web server(apache on my local m/c), receives this request, it reads the HTTP headers and passes content body of message to CGI.
In a request, when do we send any content ? we just type the web address and send the request. Does it refer to form in which we fill out the info and send it as request. That info is considered as content body ?
When I send a request for a website, I dont mention GET or POST, then what is that request considered as ? In above request, will it be GET or POST as I have mentioned nothing in there ? How is it decided, whether its GET ot POST with such an ordinary request ?