Answer Posted / 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 |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category