Opened 12 years ago
Closed 12 years ago
#9972 closed bug (invalid)
JSON Error
Reported by: | 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:
I tried adding:
contentType : "application/json",
But the error continues.
Change History (1)
comment:1 Changed 12 years ago by
Component: | unfiled → ajax |
---|---|
Priority: | undecided → low |
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This is not an error, but a warning. Script tags are used for jsonp.