Failed to load to the server with 400 status
Show older comments
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;
}
});
});
});
Answers (1)
Vinod
on 12 Nov 2019
0 votes
Isn't this the same question as https://www.mathworks.com/matlabcentral/answers/490380
Communities
More Answers in the ThingSpeak Community
Categories
Find more on Downloads in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!