This is an example of authentication information and an HTTP request for accessing the Workflow platform APIs (Questetra APIs) with Basic authentication.
Example of Basic Authentication
Authentication Info.
User Name: Hawaii@questetra.com
Password: hhhhhhhh
* Password should be an "API Password" instead of login password
*[Account Settings]>[Password]>[API Password]
Example of HTTP Request
GET /userweb/API/PE/Workitem/listAllocated HTTP/1.0 User-Agent: Wget/1.10.2 Accept: */* Authorization: Basic SGF3YWlpQHF1ZXN0ZXRyYS5jb206aGhoaGhoaGg= Host: s.questetra.net
Notes
- A server response indicating that Basic Authentication is required (WWW-Authenticate header) will not be returned when accessing without the authentication
- Please include the username and password information in the Authorization header
Comments
0 comments
Please sign in to leave a comment.