IIS is version 6.1.
I deployed web api 2 into IIS.
I used advanced rest client to access web api.
In advanced rest client, I put these headers:
Content-Length: 0
Content-Type: application/json
I got this error in advanced rest client:
HTTP Error 411. The request must be chunked or have a content length.
Please help. Thanks.
I deployed web api 2 into IIS.
I used advanced rest client to access web api.
In advanced rest client, I put these headers:
Content-Length: 0
Content-Type: application/json
I got this error in advanced rest client:
HTTP Error 411. The request must be chunked or have a content length.
Please help. Thanks.