Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. 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.