AJAX What is AJAX Question #19098
Single Choice Easy

QWhich HTTP method is typically used for sending data to the server in an AJAX request?

ID: #19098 What is AJAX 98 views
Question Info
#19098Q ID
EasyDifficulty
What is AJAXTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A GET
  • B POST
  • C PUT
  • D DELETE
Correct Answer

Explanation

The POST method is commonly used in AJAX requests for sending data to the server. It allows for the transmission of data in the request body, making it suitable for sending large amounts of data securely.

Share This Question

Challenge a friend or share with your study group.