Azzera filtri
Azzera filtri

Failed to load to the server with 400 status

3 visualizzazioni (ultimi 30 giorni)
Gcobani Mkontwana
Gcobani Mkontwana il 11 Nov 2019
Risposto: Vinod il 12 Nov 2019
Hi Team
I am testing my ajax URL to download cvs file using GET method, these are my paremeters channel for my plugin.
How do i resolve this issue? I need some help, thanks.
$(document).ready(function() {
$("#download").click(function() {
$.ajax({
url:'https://api.thingspeak.com/channels/899906/feeds.csv?start=2019-11-11%2019:11:11&end=2019-11-11%2019:11:11',
type:'GET',
success:function(response){
window.location = response;
}
});
});
});

Risposte (1)

Vinod
Vinod il 12 Nov 2019

Community

Più risposte nel  ThingSpeak Community

Categorie

Scopri di più su ThingSpeak in Help Center e File Exchange

Prodotti


Release

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by