Community Tip - You can Bookmark boards, posts or articles that you'd like to access again 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.