XData TXDataClient.Post

Hi,

I've only used XData in a web app so far but am now trying to use TXDataClient in a VCL app to access the same XData server. I can login ok and get a token but when I try:

`   U:=TBGUsers.Create;
    U.UserGUID:=UserGUID;
    XDataClient.Post(U);
`

The post fails with the following error:
image

Can you please tell me what this means?

Thanks,

Ken

This was my fault. I was not getting the token correctly when logging in.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.