hapi-fhir
hapi-fhir copied to clipboard
Bulk Import Credentials are not propagated to batch job
- Execute a bulk import against a server that uses http basic auth, e.g.
{
"name": "credentialHttpBasic",
"valueString": "admin:password"
},
- the job will 403 against a servlet setup with that basic auth.