Science, asked by sankalpyadav973, 1 year ago

What is JSONP and how to use it?

Answers

Answered by AgarwalSahb
0

JSONP, which stands for "JSON with Padding" (and JSON stands for JavaScript Object Notation), is a way to get data from another domain that bypasses CORS (Cross Origin Resource Sharing) rules. CORS is a set of "rules," about transferring data between sites that have a different domain name from the client.

Similar questions