Skip to content

Commit e3075a6

Browse files
v1.12.3 Early Access Feature Support
1 parent 1d2689f commit e3075a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/contentstack/sdk/CSHttpConnection.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ public void send() {
186186
}
187187

188188
private void getService(String requestUrl) throws IOException {
189+
189190
this.headers.put(X_USER_AGENT_KEY, "contentstack-delivery-java/" + SDK_VERSION);
190191
this.headers.put(USER_AGENT_KEY, USER_AGENT);
191192
this.headers.put(CONTENT_TYPE, APPLICATION_JSON);

0 commit comments

Comments
 (0)