Forum Discussion

carlomarchesoni's avatar
carlomarchesoni
New Contributor
4 years ago
Solved

Transfer-encoding: chunked

I have a REST API with JSON. One of the attributes of the API resource is a string where I have to supply a base64 encoded byte array converted to string (POST request). Starting my REST API (dotnet...
  • richie's avatar
    4 years ago

    carlomarchesoni 

     

    Can you please supply the RAW details (URI submitted along with the payload) for the request?  Your error could be a bit of a red herring so would help if we knew what headers, and payload along with the URI you're submitting.

     

    If you're worried about security, as long as you don't supply the hostname, nor the authentication/authorisation details then this would satisfy any security concerns.

     

    Reason I'm asking for all details is cos I've seen this issue manifest due to incorrect headers as well as other instances of incorrect payload causing this response to generate.

     

    ta

     

    rich