Search results for query: *

  1. J

    Question JSON processing in Visual Studio 2013 with IIS8 "=" have to be first

    I have found solution ... Post json always null. By this manual I changed type of input variable in Post method from string to object by json structure.
  2. J

    Question JSON processing in Visual Studio 2013 with IIS8 "=" have to be first

    You was right ... before this try I was really using curl without -H "Content-Type: appplication/json" and verbose mode wrote me then I am using "application/x-www-form-urlencoded", but with -H "Content-Type: appplication/json" does not work JSON with = and regular JSON too still return...
  3. J

    Question JSON processing in Visual Studio 2013 with IIS8 "=" have to be first

    I tryied Postman and in cmd I am trying this
  4. J

    Question JSON processing in Visual Studio 2013 with IIS8 "=" have to be first

    I would like to process JSON in WepAPI 2.0 and in the JSON file must be = as a first char. If I post normal JSON [{ ... }] visual studio return NULL exception and variable "value" is NULL namespace MyProgram.Controllers { public class TestController : ApiController { // POST...
Back
Top Bottom