Google News
logo
Web Services - Interview Questions
Are there any drawbacks of using GET and POST methods of HTTP to communicate with the web service?
Yes, GET and POST methods are less secure and inhibit users to pass structures and objects as arguments. These methods are not suitable for sensitive information. It has a limited length of URL that potentially creates a loss of data while transferring. POST requests do not use caching.
Advertisement