...
Code Block | ||
---|---|---|
| ||
# HTTP Basic Authorization credentials for Rest Service API http.userId=<username for basic authorization> http.password=<password for basic authorization> |
Error Code
Error Code | Description | Resolution |
---|---|---|
400 | missing AppId from the header | Provide AppId in the header and re-send the request |
401 | missing basic auth from the header | Provide basic authorization in the header and re-send the request |