You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
Dakkaron
changed the title
Wrong header field in DeliveryClient.buildNewRequest()
Wrong Accept header field value in DeliveryClient.buildNewRequest()
Nov 28, 2024
Brief bug description
Requests are sent with header
Accept
set toapplications/json
instead ofapplication/json
.Repro steps
DeliveryClient.getItem()
.applications/json
.Expected behavior
Accept
header should be set toapplication/json
.Test environment
Additional context
The problem derives from https://github.com/kontent-ai/java-packages/blob/master/delivery-sdk/src/main/java/kontent/ai/delivery/DeliveryClient.java, line 587.
The text was updated successfully, but these errors were encountered: