Skip to content

Commit

Permalink
Merge pull request #58 from hathitrust/auth-for-batch-client
Browse files Browse the repository at this point in the history
Attempt to fix auth issue for batch client
  • Loading branch information
aelkiss authored Nov 14, 2024
2 parents c767b0a + fec7b4c commit 0ce5122
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cictl/solr_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def batch_sender_client
builder.request :url_encoded
builder.response :json
builder.adapter :httpx
builder.headers = connection.headers
builder.headers["Content-Type"] = "application/json"
end
end
Expand Down

0 comments on commit 0ce5122

Please sign in to comment.