Table of Contents |
---|
What is SDC Context Builder?
POMBA Architecture#SDCContextBuilder
Configuration
Configuration of the SDC Context Builder is done via config/application.properties (TODO: to be updated when SDC Context Builder can be installed by OOM)
...
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 |