We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cada223 commit 29f54c7Copy full SHA for 29f54c7
1 file changed
src/main/java/com/contentstack/sdk/CSHttpConnection.java
@@ -186,6 +186,7 @@ public void send() {
186
}
187
188
private void getService(String requestUrl) throws IOException {
189
+
190
this.headers.put(X_USER_AGENT_KEY, "contentstack-delivery-java/" + SDK_VERSION);
191
this.headers.put(USER_AGENT_KEY, USER_AGENT);
192
this.headers.put(CONTENT_TYPE, APPLICATION_JSON);
0 commit comments