Changes between Initial Version and Version 1 of Ticket #767, comment 2
- Timestamp:
- 16.02.2015 16:17:28 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #767, comment 2
initial v1 25 25 Here `2301` is the workspace ID. 26 26 The topic's owner is the owner of the workspace then (as shown with the Webclient's Get Info command). 27 The topic's creator and modifier will be the user youauthenticated user (according to the `Authorization` header).27 The topic's creator and modifier will be the authenticated user (according to the `Authorization` header). 28 28 29 29 As you know `YWRtaW46` is the Base64 encoded version of the string `username:password`. You can do Base64 encoding e.g. with the browser's JavaScript console, by calling JavaScript's `btoa` function.