Labels

Tuesday, 25 August 2020

API Testing

Http Verbs
1. GET

Need to Send Request Headers  like accept,accept-encoding,accept-language and user-agent


2. POST
3. PUT
4. DELETE
5. PATCH
6. HEAD
7. CONNECTIONS
8. OPTIONS
9. TRACE



Authentication
#1. Cookie based authentication
#2. OAUTH
#3. OAUTH2