Skip to content

use content-type:, other casing doesn't work #157

@alloc33

Description

@alloc33

I used rest.nvim couple of weeks ago and everything was fine. However it doesn't work anymore and I have no idea why.

This is my request:

POST http://127.0.0.1:8080/v1/user/signup
Content-Type: application/json
API-TOKEN: API-TOKEN: 0a479179624fb5255cb9054603382077dd7366b0319386dd89b12806463bd000

{
  "device_id": "admin_1",
  "password": "admin_1"
}

I use Rust - actix-web framework. It says Error in response: Deserialize(Error("expected value", line: 1, column: 1))

Btw, everything is okay in Insomnia and Postman

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions