Skip to content

Commit

Permalink
fix header
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanKiral committed Jan 8, 2025
1 parent 64a27c5 commit dddfc0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ public void onResponse(Call call, Response response) throws IOException {

private Request buildNewRequest(String url) {
Request.Builder requestBuilder = new Request.Builder().url(url);
requestBuilder.header(HEADER_ACCEPT, "applications/json");
requestBuilder.header(HEADER_ACCEPT, "application/json");
requestBuilder.header(HEADER_X_KC_SDK_ID, sdkId);

if (deliveryOptions.getProductionApiKey() != null) {
Expand Down

0 comments on commit dddfc0c

Please sign in to comment.