Same Origin Policy, CORS, and JSONP

When working with Ajax, it is important to understand some basic concepts of web application security. Some concepts we'll briefly describe are:

These are important to understand since the browser restricts the Ajax calls allowed.

Copyright © David Heitmeyer