CSC 360
Spring 2015
Craig Miller
Weekly Notes
Assignments
- Programming Assignment 1
- Team Project 1
- Programming Assignment 2
- Team Project 2
- Team Project 3
- Team Project 4
Most browsers have a same origin policy, which prevents a page from making an Ajax request unless it is to the same server that the page came from. This policy prevents a page from making unauthorized requests.
Because of the policy, you will need use of a server to create pages that use Ajax. In addition to the student web server, you can install QuickPHP on your windows computer. Macs come with their own server and PHP, but the server will need to be activated for you to use it.
Use of JSONP is one work-around to the same origin policy.