The PTC Community will be on read only status starting March 23rd in preparation for moving our platform to a new provider. Read more here
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.
Solved! Go to Solution.
We found the issue. We have a custom servlet filter added in the web.xml file that was intercepting the request and dropping it.
Just for grins, does the user have access to the data in the UI?
We found the issue. We have a custom servlet filter added in the web.xml file that was intercepting the request and dropping it.
