Bird
0
0

Which HTTP method is NOT typically used in REST APIs?

easy📝 Syntax Q3 of 15
Rest API - REST API Fundamentals
Which HTTP method is NOT typically used in REST APIs?
APOST
BCONNECT
CGET
DDELETE
Step-by-Step Solution
Solution:
  1. Step 1: Recall common HTTP methods in REST

    REST commonly uses GET, POST, PUT, PATCH, and DELETE methods to interact with resources.
  2. Step 2: Identify the method not typical in REST

    CONNECT is an HTTP method used for tunneling, not typically used in REST APIs.
  3. Final Answer:

    CONNECT -> Option B
  4. Quick Check:

    REST HTTP methods exclude CONNECT [OK]
Quick Trick: REST uses GET, POST, PUT, DELETE; not CONNECT [OK]
Common Mistakes:
  • Confusing CONNECT with common REST methods
  • Thinking all HTTP methods are used in REST
  • Ignoring the purpose of CONNECT method

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Rest API Quizzes