Hacker News new | ask | show | jobs
by HoLyVieR 5411 days ago
Those hacks don't work on all platform (iframe for mobile is a good example) and often require you to have very particular setting on both sites. The only way for JSONP to work well on everything is to use script tag injection which only allows you to do GET request.
1 comments

This works well on iPhone and Android mobiles. And has the same level of particular settings as JSONP.