0 votes
in JSON by
Mention what is JSONP?

1 Answer

0 votes
by

Mention what is JSONP?

JSONP stands for JSON with padding. It is a method used to bypass the cross-domain policies in web browsers. In other words, JSONP is the simple way to deal with browser restrictions when sending JSON responses from different domains from the client.

Related questions

0 votes
asked Jul 20, 2020 in JSON by Robindeniel
0 votes
asked Jul 19, 2020 in JSON by SakshiSharma
0 votes
asked Nov 4, 2020 in JSON by rahuljain1
...