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
@IAmSanthoshReddy5 ай бұрын
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.
@TechJourneyWithAnkit5 ай бұрын
Correct
@bhi_bandari5 ай бұрын
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
@TechJourneyWithAnkit5 ай бұрын
Above authentication and authorisation sound similar. If interviewer asked try to explain with example
@Tollywoodfunny5 ай бұрын
SOAP is more secure but 95% Are using REST and SOAP is suitable for banking applications