1834438 Members
2319 Online
110067 Solutions
New Discussion

Re: HTTP POST enquiry

 
SOLVED
Go to solution
Yeo Khian Wei
Occasional Advisor

HTTP POST enquiry

Hi
My network administrator is in the midst of an SMS gateway implementation and wants to know whether does UNIX supports HTTP POST.
Qn1) What exactly is HTTP POST?
Qn2) What role does it perform?
Qn3) How do I know whether my box has this service?

Sorry if there are so many questions but I can't seem to find the answer in Google search. Thanks for clarifying my queries.

Cheers!
3 REPLIES 3
Nicolas Dumeige
Esteemed Contributor

Re: HTTP POST enquiry

Hello,

If your talking about dealing with POST or GET methods, it depends on the web server not the OS.

All major web server implement this RFC, I wouldn't worry about this. Just insure that the web server is started and accept request.


Regards

Nicolas

All different, all Unix
V.Tamilvanan
Honored Contributor
Solution

Re: HTTP POST enquiry

Hi,

1.HTTP POST is one of the form processing method used in HTML Language. There is other method called GET.
2.It sends the data from the browser to the Web Server CGI Program as a Standard Input.
3.It is the method web browser which supports. Now a days defaultly all browsers support both POST and GET Method.

For more details:-
http://www.cs.tut.fi/~jkorpela/forms/methods.html
Yeo Khian Wei
Occasional Advisor

Re: HTTP POST enquiry

Hi
Think the answers provided have answered my questions. Thanks for the help!

Regards
Khian Wei