| Usually only HTTP requests to the domain from which the webpage that contains the calling JavaScript was downloaded are possible |
| It is possible to make HTTP requests to other servers if they run on port 433 |
| It is possible to make HTTP requests to other servers if they have a cross origin resource sharing policy |
| It is possible if the domain from which the webpage that contains the calling JavaScript was downloaded is white listed in the Access-Origin Header field of the server response. |
| If not allowed the browser will prevent JavaScript from making the HTTP request. |
| the repsonse has to be in JSON (JavaScript object notation) |