how dopost is secured than doget?
Answers were Sorted based on User's Feedback
Answer / sandeep m
using doGet() we are limiting the length of text to be sent
and is also visible at address bar. Hence we can consider
not secured.
using doPost() the text is appended in the body of html
request. Hence is not visible at address bar. It is
directly posted to server as part of the request body.
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / rajamanickam
DoPost is betten than Doget because, if we use doget method in form action field,then this form elements are visible in the Browser URL after Redirecting into another page.
In doPost, Form fields are hidden in the URL.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / guest
yes dopost is secure than doget becouse the information can
not be appear in a url like doget so always use dopost for
the secure application
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / mohanraj
And also dopost is fast process campare to doget..
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the components of awt in java?
Is java is fully object oriented?
What is j2ee explain the component of j2ee application?
What is setfocusable in java?
What is component-managed sign-on ?
What is java web technologies?
What is deployer?
What is j2ee module?
Give some advantages of orm (object-relational mapping)?
Difference between save and saveorupdate?
What does resource adapt module contain?
to update a batch in a table in jdbc which method of statement object is used