We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5062e4 commit d1f585cCopy full SHA for d1f585c
java/src/main/java/com/genexus/internet/HttpContext.java
@@ -873,7 +873,7 @@ private void sendReferer()
873
874
public void initClientId()
875
{
876
- if (getWebSession() != null && this.getClientId().equals(""))
+ if (!isSoapRequest() && getWebSession() != null && this.getClientId().equals(""))
877
878
String _clientId = this.getCookie(CLIENT_ID_HEADER);
879
if (_clientId == null || _clientId.equals(""))
0 commit comments