By filip.minev
via 1p1e1.tumblr.com
Published: Feb 08 2012 / 12:57
Recently I was given a project at work which had to get some data from a server on a different domain through JavaScript. We all know that this is not possible because of the same origin policy, however JSONP is here to help us hack around the problem. JSONP stands for JSON with padding and it’s incredibly simple, yet powerful way of requesting data from a server on a different domain.
Tweet
SaveShareSend
Tags: how-to, javascript, open source, php



Add your comment