Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hi Guys,
Anybody knows how to fetch/get param value for CSRF_NONCE.
Example: KEY:CSRF_NONCE
VALUE: ?
If you guys know means let me know.
Solved! Go to Solution.
Hi,
You can get value by hitting URL as :
http(s):///Windchill/servlet/odata/PTC/GetCSRFToken()
You should have a JSON as output with a CSRF value.
Kind regards.
Thanks.