Hi there,
i have a problem getting POSTs to work when working with a relay server.
I do the following:
1. get APPCID from relay server - successful
2. getting a CSRF-Token from relay server (GET to specific endpoint) - successful
3. positing a new dataset with CSRF-Token to relay server - (POST to specific endpoint) - error (CSRF validation failed)
When sending the excact same package directly to smp 2.3 server (without relay server) it works!
I am suspecting a configuration problem on smp or relay server, but am absolutely unsure. Is it possible to prevent this problem with additional header informations?
Tested with REST API HTML5 App and manually with postman-plugin for chrome browser.
with best regards,
Nils Houben