What are the limitations of jsonp?
Answer / Dharmendra Kumar
JSONP (JSON with Padding) has several limitations:n1. JSONP cannot pass complex data structures like arrays or objects.n2. It is vulnerable to Cross-site Scripting (XSS) attacks due to its reliance on JavaScript's eval() function.n3. JSONP does not support HTTP methods other than GET, as it relies on script tags which do not support other methods.n4. JSONP requires a callback parameter, which can be a bit cumbersome and may require additional coding.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of newtonsoft json?
what is JSON?
What is a json api?
What is json post?
What is json rpa java?
Explain Syntax of JSON?
How to Parse JSON Data that is Coming from a Server in Android?
1 Answers SkillGun Technologies,
What is json viewer?
Why JSON-RPC-Java?
which function is used to convert a JSON text into an object?
How do you decode a json string?
What is json data type?