Web Services Authentication

TheTransformation ServicesandData Upload Service支持通过HTTP基本身份验证authentication. Theuser accountthat runs aworkspaceand requests a service must have Run permission on the repository in which theworkspaceresides, and Access permission to the service.

HTTP Basic Authentication

To authorize access, the Web Services first attempt the credentials (user name and password) of the user account associated with the request. If this attempt fails, access is attempted through the credentials of theguestuser account. If this attempt fails, the web services return a Basic HTTP authentication challenge to the requesting client, such as a web browser.

Note  "> NoteFor more information about theguestuser account, seeAbout the Trusted User Account.

Token Authentication

Atokencan be specified in a header or query string parameter. For security reasons, providing the token in a header is the preferred method, because a request URL may be logged by proxies or web servers.

Authorization Header

Specify the following to supply the Authorization header:

Header Key

Header Value

Authorization fmetoken token=<token_value>

Query String Authorization

The query string parameter istoken. For example, to run the Data Download Service:

http://myhost.com/fmedatadownload/Samples/austinApartments.fmw?token=<token_value>