Forums Register Login

POST method

+Pie Number of slices to send: Send
One of the POST method advantages:
The server's access log does not record the dynamic data that would be present when using a POST method.
I would like to know wht is servers access log and how it is diff for GET method.
any help? Thanks.
+Pie Number of slices to send: Send
Server's access log stores all the URL's requests from clients.
If you use POST, you will find a entry like,
/login.jsp
Whereas if you use GET, you will find,
/login.jsp?usr=vijay&pwd=1234
If you have Apache based web servers (IBM, Oracle and most Unix Web Servers), you will find this file named access.log in the logs directory. Some sample entries for your reference:
127.0.0.1 - - [26/Mar/2003:16:52:28 -0500] "GET /TechnologySamples/BasicCalculator/BasicCalculatorServlet?operand1=5&operation=add&operand2=5&calculate=Calculate%21 HTTP/1.1" 200 2454
127.0.0.1 - - [26/Mar/2003:16:55:10 -0500] "POST /TechnologySamples/PageReturner/PageReturner HTTP/1.1" 200 1924
[ June 12, 2003: Message edited by: Vijayakumar Gopalakrishnan ]
Get off me! Here, read this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com


reply
reply
This thread has been viewed 455 times.
Similar Threads
Weblogic security - ajax web service
Integration of jboss messaging with jboss
NX: IOException in Data class / logging
nested security using security-constraint
getRemotePort(), getLocalPort() methods
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 19, 2024 04:28:27.