Hello,
I'm importing threads, replies, wikis and Gallery posts into Telligent via the REST API using impersonation. However, some Japanese usernames return
HTTP/1.1 403 Impersonating user not found
I thinks this is down to the encoding used in the HTTP headers, but I'm not sure I can change that.
For example importing a reply for user "たろサ" has the following http headers:
POST http:// .... /api.ashx/v2/forums/threads/13/replies.xml HTTP/1.1
Rest-User-Token: YnB5aXljMGNjOXdvejNvZDRxZHMxZDphZG1pbg==
Rest-Impersonate-User: _??
Content-Type: application/x-www-form-urlencoded
Host: renesas-dev
Content-Length: 2356
Expect: 100-continue
Connection: Keep-Alive
Any idea how I do this?
Thanks,
Fran