Search results for query: *

  1. T

    Converting Curl command to Httpwebrequest with request body.

    Hi, Pardon my ignorance but I am a totally beginner with this stuff. First question, How do I pass this information to the solution above (JsonPostSample("http://ip: port", "{""file"": ""//path/Testfile.xlsx""}", "D:\Testfile.xlsx")) Secondly, I need it as a totally console application without...
  2. T

    Converting Curl command to Httpwebrequest with request body.

    Hello Everyone, I hope I found the right platform to ask this question. I have searched a lot but didn't find any right answer to my problem. I have a few API calls that I can run with Curl and they work totally fine. I can easily make GET request and converted that into httpwebrequest and it...
Back
Top