- 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
Imagine you have a web page that is retrieved from http://www.myserver.com. Which of the following scenarios is NOT against a web browser's same-origin policy?
Choose the correct answer below:
-
A
Sending an AJAX request from this page to https://www.myserver.com/response.php
-
B
Sending an AJAX request from this page to http://www.myserver.com:8888/response.php
-
C
Sending an AJAX request from this page to http://db.myserver.com/response.php
-
D
Sending an AJAX request from this page to http://www.anotherserver.com/response.php
-
E
None of the above.