Difference Between getRequest and PostRequest?
Answer Posted / vinay
when we request using get method the all data show on page and id with value show on URL , if any one make any change on URL id's values this change is affected on target page as well as source page also, So it show data in unsecured manner.
Using post we show only data on target page not showing id's values on URL ,so change will not be possible hence our data is show on target in secured manner.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Define aop(assepct oriented programing)?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
What is ripple effect?
What are the types of scaling?
What is a class loader?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
What is Stream Tokenizer?
Why are some of the class and element names counter-intuitive?
What classes of exceptions may be caught by a catch clause?
What are the different methods of identifying an object?
Explain the steps in details to load the server object dynamically?
What is the map interface?
Define the remote object implementation?
Can I run seam with jdk 1.4 and earlier?
What are callback interfaces?