Skip to main content
7-Bedrock
May 1, 2024
Solved

For one user, GetCSRFToken returns status 200, but no data

  • May 1, 2024
  • 2 replies
  • 848 views

I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.2.10

Using PostMan to call WRS endpoint servlet/odata/PTC/GetCSRFToken(). For one user, it returns Status 200 200, but no data. The same call works fine for other users.

Best answer by SE_4597606

We found the issue.  We have a custom servlet filter added in the web.xml file that was intercepting the request and dropping it.  

2 replies

jbailey
18-Opal
May 1, 2024

Just for grins, does the user have access to the data in the UI?

SE_45976067-BedrockAuthorAnswer
7-Bedrock
May 2, 2024

We found the issue.  We have a custom servlet filter added in the web.xml file that was intercepting the request and dropping it.