- Introducing AJAX 4:47
- Review: AJAX Basics 5 questions
- How AJAX Works 4:45
- Review: How AJAX Works 5 questions
- A Simple AJAX Example 10:46
- Create an XMLHttpRequest Object 1 objective
- Finish the AJAX Request 2 objectives
- GET and POST 6:21
- Review HTTP Methods 5 questions
- AJAX Response Formats 3:42
- Review AJAX Response Formats 4 questions
- Create an XML File 3 objectives
- Finish the XML Document 1 objective
- AJAX Security Limitations 5:16
- Review AJAX Security Limitations 5 questions
Well done!
You have completed Review AJAX Security Limitations!
Quiz Question 1 of 5
Why is a web proxy useful for AJAX requests?
Choose the correct answer below:
-
A
It allows you to bypass a web browser's same-origin policy by retrieving data from another server, while keeping AJAX requests within the same domain.
-
B
It's more complex than a standard AJAX request but is considered a technically superior choice.
-
C
It speeds up AJAX requests between your server and another server.
-
D
It's the only way you can use JSONP to retrieve data from another server.