Bug Tracker

Opened 12 years ago

Closed 12 years ago

#9972 closed bug (invalid)

JSON Error

Reported by: yakumarubr@… Owned by:
Priority: low Milestone: None
Component: ajax Version: 1.6.2
Keywords: Cc:
Blocked by: Blocking:

Description

I'm trying to get anything with twitter api, but ir return this error in the google chrome console:

Resource interpreted as Script but transferred with MIME type application/json.

Look the script:

http://jsfiddle.net/YPC4H/

I tried adding:

contentType : "application/json",

But the error continues.

Change History (1)

comment:1 Changed 12 years ago by Timmy Willison

Component: unfiledajax
Priority: undecidedlow
Resolution: invalid
Status: newclosed

This is not an error, but a warning. Script tags are used for jsonp.

Note: See TracTickets for help on using tickets.