Skip to content

Commit

Permalink
Merge pull request #1492 from trifork/jkiddo-patch-1
Browse files Browse the repository at this point in the history
Adjust headers to work as intended when requesting TX servers
  • Loading branch information
jawalonoski committed Aug 5, 2024
2 parents 2b05973 + a226072 commit f280cb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ private static synchronized void expandValueSet(String valueSetUri) {
if (!codeListCache.containsKey(valueSetUri)) {
Request request = new Request.Builder()
.url(expandBaseUrl + valueSetUri)
.header("Content-Type", "application/json")
.header("Accept", "application/json")
.build();
try {
Response response = client.newCall(request).execute();
Expand Down

0 comments on commit f280cb2

Please sign in to comment.