Changes between Version 1 and Version 2 of Ticket #8084, comment 26
- Timestamp:
- Mar 8, 2011, 4:46:09 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8084, comment 26
v1 v2 12 12 I suggest you actually read comment 16. Let me restate it, once again, anyway. 13 13 14 This behaviour (a json request being promoted as jsonp) can only occur if: 714 This behaviour (a json request being promoted as jsonp) can only occur if: 15 15 16 16 1) You provide the jsonp or jsonpCallback options or if your url contains one of the callback markers (=? or ??).