> For the complete documentation index, see [llms.txt](https://docs.digitalriver.com/commerce-api-references/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalriver.com/commerce-api-references/commerce-api-reference-guide/api-structure/jsonp-support.md).

# JSONP support

When sending a call from a server in a different domain, you can use JSONP (JavaScript Object Notation with Padding).

Most browsers enforce a same-origin policy for asynchronous data requests, sometimes called AJAX. Under the same-origin policy, a browser serving a page from server.example.com could not normally request a document from api.digitalriver.com. Some exceptions are provided–most browsers make an exception for HTML.
