Closed komape closed 1 day ago
@tsegismont Seems like the test are executed properly 👍 I'll try to fix the issues.
@tsegismont Let me know what you think of the values for the Accept
header. The standard for it is not very precise on it and has some leeway in the design. I did what I think is the best but I'm open for opinions 😉
Thank you @komape , I went ahead and merged the PR
Motivation:
Refer to issue #2663 for additional context regarding this PR.
This update introduces an Accept header in the response for situations where an unmatched content type leads to a 415 error. The header specifies the accepted content types following the format outlined in RFC 9110:
Examples:
This enhancement aims to improve content negotiation and provide clearer guidance to clients regarding acceptable content types.
This PR closes #2663.