JSONP
Communication technique used in JavaScript programs which run in Web browsers
Nº Q500012 ★
Common · Knowledge
JSONP
Communication technique used in JavaScript programs which run in Web browsers
JSONP, or JSON-P (JSON with Padding), is a JavaScript technique for requesting data via the <script> HTML element. It was proposed by Bob Ippolito in 2005.
Last price
—
Floor price
—
7-day median
—
30-day sales
0
30-day range
—
In circulation
0
Price history
median
low – high
sales
No sales in this period
Show table
| Date | median | Low | High | sales |
|---|
Sales history
- Last sale
- —
- 30-day average
- —
- 30-day low
- —
- 30-day high
- —
- Sales 7d
- 0
- Sales 30d
- 0
No sales yet.
Anonymous sales: no buyer or seller shown. Figures count player-to-player sales only.
From Wikipedia
JSONP, or JSON-P (JSON with Padding), is a JavaScript technique for requesting data via the <script> HTML element. It was proposed by Bob Ippolito in 2005. JSONP enables sharing of data bypassing same-origin policy, which disallows running JavaScript code to read media DOM elements or XMLHttpRequest data fetched from outside the page's originating site. The originating site is indicated by a combination of URI scheme, hostname, and port number. JSONP requests are vulnerable to the data source replying with malicious code, which is why it has been replaced by CORS (cross-origin resource sharing, available since 2009) in modern applications.
Text: Wikipédia, CC BY-SA 4.0. · Image: hij1nx (Public domain) ·