Closed guzzit closed 3 months ago
This seems highly unlikely to be hyper, and much more likely that the server is sending the header back.
However, can you confirm it happens with any other header? And with other servers?
This seems highly unlikely to be hyper, and much more likely that the server is sending the header back.
However, can you confirm it happens with any other header? And with other servers?
You're right. Mistake at my end. Thanks!
Version
hyper = "0.14"
Platform
macOs 14.5
Description I am sending a request with a custom header to an API, let’s say the custom header is
x-reference-id
. The API’s response is also meant to contain the custom headerx-reference-id
, but with a different value. The problem is, I noticed thex-reference-id
value of the response is the same as thex-reference-id
of the request, so it appears the value of thex-reference-id
request header is being copied into that of the response header.code making the call: