Accessible Projects with verbose=true returns empty response when specifying multiple accept headers.
Since upgrading from YouTrack 5 to YouTrack 6 the following issue arose:
When requesting accessible projects with verbose = true, and specifying multiple accept headers the response is empty.
This happens only when requesting verbose output.
I'm using Restsharp which specifies multiple accept headers by default.
See attached comparison of requests and their responses.
When requesting accessible projects with verbose = true, and specifying multiple accept headers the response is empty.
This happens only when requesting verbose output.
I'm using Restsharp which specifies multiple accept headers by default.
See attached comparison of requests and their responses.
Please sign in to leave a comment.
We still have bug, when request has several accept types.
As workaround, could you please, set one accept type: application/json.
As this only seems to happen with verbose=true, I guest this bug is method-specific and needs a method-specific workaround.