Skip to content

Commit 275b07e

Browse files
v1.12.3 Early Access Feature Support
1 parent baa8d32 commit 275b07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)