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 |
which function is used to convert a JSON text into an object?
Who is the Father of JSON ?
What is json formatter?
What are the advantages of json over xml?
What is the use of json.parse in javascript?
What does object.create do?
What the file extension of json?
How to convert an object into json?
Why do we use json?
Which browsers provide native JSON support?
What is json code?
What is json-rpc? List some features of json-rpc-java?