Post Reply 
Web API : what is the post key value ?
03-10-2016, 20:05 (This post was last modified: 03-10-2016 20:06 by simoncn.)
Post: #2
RE: Web API : what is the post key value ?
I haven't used AJAX myself. From a quick web search, I think it should be something like:

$.ajax({
type: "POST",
url: "http://192.168.73.22:9790/",
data: "prop stream.transcode=flac:wav24, dsf:wav24;176",
dataType: "text",
success: function(retour) {}
}); // end ajax function
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Web API : what is the post key value ? - simoncn - 03-10-2016 20:05

Forum Jump:


User(s) browsing this thread: 1 Guest(s)