Convert javascript JSON POST to C# or VB | The ASP.NET Forums
Hello everyone, I have the following javascript code that successfully POST to a remote domain server. function GetProducts() { urlToHandler = 'https://www.salesvu.com/townvu/api/index.php';;; json... ... jsonp is a get, not a post. your client script is ...