(no title)
loo | 2 years ago
CGI:IRC used an early frame approach, no JS required.
At some point JSONP became popular, even for 3rd party APIs.
<script src="http://dont-xss-me/please?format=jsonp&callback=lol">
Server writes: lol({ ... })
lol({ ... })
No comments yet.