Comments
-
I was having the same problem. I could get the sessionKey using curl or Postman, but when using jQuery.ajax() the sessionKey was rejected. When poking around in the headers, I found that the JSESSION cookie didn't match. That lead to discovering that the ajax call for the Session key needed to include: xhrFields: {…