Haibo Liu / Publications
Forum
Does WebRequest function support HTTP DELETE?
I have HTTP Delete method API call via WebRequest, but it reported an error with "Error in WebRequest. Error code =4051". It works while I use POST/GET method. Below is my code. call point: DeleteOrders( "26041" ); int DeleteOrders( string OrderNo = "all" ) { string url =