Skip to content

bug: /response-headers can't cope with quotes #207

@alxndrsn

Description

@alxndrsn

Maybe deliberate?

expected

should behave the same as httpbin?

$ curl 'https://httpbin.org/response-headers?x="'
{
  "Content-Length": "82", 
  "Content-Type": "application/json", 
  "x": "\""
}

observed

breaks weirdly:

$ curl 'https://httpbingo.org/response-headers?x="'
curl: (92) HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugcompatTracking issues around compatibility with original httpbin implementation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions