Rest API return duplicate header | Community
Skip to main content

Rest API return duplicate header

  • July 16, 2021
  • 1 reply
  • 0 views

I try to use the REST API to retrieve tickets in Zendesk. Our client has a verifier of HTTP responses. But the REST API always returns some duplicate headers, which makes our verifier fail. Here's the screenshot of a postman sending the basic tickets query.

According to the HTTP RFC https://datatracker.ietf.org/doc/html/rfc2616#section-4.2    Headers are case-insensitive.

1 reply

  • Author
  • July 16, 2021

Sorry for the bother, After more check. Duplicate headers are allowed in the RFC and it is not a bug.