Questions tagged as 'jsonp'

0
answers

vue-resource and jpson

I'm trying to consume an API from this URL, which returns a jsonp link I have this code new Vue({ el: '.App', mounted: function () { this.cojerDatos() }, data: { losDatos: {} }, methods: {...
asked by 22.06.2018 / 18:30
2
answers

Error converting jsonp to json in python with the Pixabay API response

I am trying to get the URL of an image to download it by command line from a jsonp pixabay answer (using its API): This is the request: import jsonp2json import json import python_pixabay pix = python_pixabay.Pixabay('xxxxx...
asked by 24.05.2018 / 06:19
1
answer

problem passing data through AJAX?

Question Create a few days ago a select which is completed automatically by a DB , I asked for help to create a container that had the necessary fields brought from the db , the problem is that when try to do it...
asked by 20.11.2017 / 21:14
1
answer

jsonp does not work with ionic

How about, I've been working on ionic jsonp for about 5 days and the case is that with angularjs it works and with jquery too but when I use jsonp with ionic I can not make it work and it always returns error, here I share my code app.js //...
asked by 18.12.2016 / 18:52