Modify ↓
Ticket #12078 (closed bug: invalid)
Cross domain request to gmail - parser error
| Reported by: | Larry Huang | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.7.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I want to access gmail.
- I passed oauth of gmail.
- I got the token.
- I send jsonp request to ' https://mail.google.com/mail/feed/atom'
- I got a parseerror
I found jquery use script tag to load the data. Page will load the script and run it. But the data I got is xml format, not script command.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Then you need to fetch a URL that issues proper JSONP responses.
Please, ask support questions in the forum.