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
Explain ioc concept?
Why won’t the jvm terminate when I close all the application windows?
Define prototype?
What is the relationship between the canvas class and the graphics class?
What are the different algorithms used for clustering?
What value does readline() return when it has reached the end of a file?
Do you think that java should have had pointers?
What is Remote Server?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
What is threadfactory?
how i secure my site with the https protocol.what are the steps?
What is ioc concept?
How can I scroll through list of pages like the search results in google?
What is local interface. How values will be passed?
Difference between new operator and class.forname().newinstance()?