1.Post Method 2.Authentication =Checks the user Identity to provide system access Authorization=Verifies the User access right and Permission of that identity provide 3.SOAP is more secured
1. POST Method 2. Authentication - Checks user identity to provide system access, Authorization - Verifies if user can access the resources of the system. 3. SOAP is more secured as it follows strict standards for communication.
Post method used to insert records and authorization means if the user is authorised person for the server or not , authentication tells if the user has permissions to do something with the server or not and SOAP api is more secure than rest but most of the companies use rest due to its pase
1.Post Method
2.Authentication =Checks the user Identity to provide system access
Authorization=Verifies the User access right and Permission of that identity provide
3.SOAP is more secured
1. POST Method
2. Authentication - Checks user identity to provide system access,
Authorization - Verifies if user can access the resources of the system.
3. SOAP is more secured as it follows strict standards for communication.
Correct
Post method used to insert records and authorization means if the user is authorised person for the server or not , authentication tells if the user has permissions to do something with the server or not and SOAP api is more secure than rest but most of the companies use rest due to its pase
Above authentication and authorisation sound similar. If interviewer asked try to explain with example
SOAP is more secure but 95% Are using REST and SOAP is suitable for banking applications
Correct
Why soap is secured?