Skip to content

/headers does not show Via header #454

Closed
@filex

Description

curl -s -H x-via:bar -H via:foo 'https://httpbin.org/headers' | jq .
{
  "headers": {
    "Accept": "*/*",
    "Connection": "close",
    "Host": "httpbin.org",
    "User-Agent": "curl/7.54.0",
    "X-Via": "bar"
  }
}

The via header does not show up in the result, while x-via does. I would expect both header to be reflected.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions