pagekit / vue-resource

The HTTP client for Vue.js
MIT License
10.08k stars 1.6k forks source link

JSONP "json Callback not defined" #697

Closed NavarroHoz closed 6 years ago

NavarroHoz commented 6 years ago

First of all, apologies for my bad English. I am trying to get data from a URL, which returns a JSONP, but always gives error "jsonCallback is not defined". The code I have is:

http://jsbin.com/pikimocepo/1/edit?html,output

I notice that it always returns a random callback, not the name of the function.

tempsnip

I would appreciate your help