719wangqi / chrome-rest-client

Automatically exported from code.google.com/p/chrome-rest-client
0 stars 0 forks source link

Sending a string as post using chrome rest client. #270

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.I have a WebAPI that accepts a string.
[HttpPost]
public string SomeName([FromBody] string aStringValue){}
2.I need to send a string as POST to that API.(Can't use GET)

What is the expected output? What do you see instead?
I wish to get the string value in the Api. However, I am getting null.

On what operating system, browser and browser version?
windows 8, chrome 36.0.1985.143 m

Please provide any additional information below.

Original issue reported on code.google.com by emailsfo...@gmail.com on 29 Aug 2014 at 5:20

GoogleCodeExporter commented 8 years ago
I'm not sure if I'm understanding you right. Is a "Raw" field doesn't work? Is 
your server is correctly configured?

Original comment by jarro...@gmail.com on 22 Sep 2014 at 2:43