Borrar filtros
Borrar filtros

Failed to load to the server with 400 status

3 visualizaciones (últimos 30 días)
Gcobani Mkontwana
Gcobani Mkontwana el 11 de Nov. de 2019
Respondida: Vinod el 12 de Nov. de 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;
}
});
});
});

Respuestas (1)

Vinod
Vinod el 12 de Nov. de 2019

Comunidades de usuarios

Más respuestas en  ThingSpeak Community

Categorías

Más información sobre ThingSpeak en Help Center y File Exchange.

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by