bug #6393
bug #6382: option to supply user credentials in the admin setting for the freetext index triggers
manage/* web service can be used by ajax requests
Status:
Closed
Priority:
Highest
Assignee:
Category:
cdmlib-remote
Target version:
Start date:
01/27/2017
Due date:
% Done:
50%
Severity:
normal
Found in Version:
Description
As of /manage/*
requiring authentication these services can no longer be used via ajax with cross domain requests. Until now we where using jsonp requests, but these are by their nature not possible with http basic authentication.
The following means are needed now:
- the service
/manage/*
is accepting HTTP OPTION requests without authentication - the servicees
/manage/*
and/progess/*
must add CORS access control headers in its response - the
cdmlib-remote-webapp/src/main/webapp/js/cdm_ws_progress.js
must be adapted accordingly
Associated revisions
fix #6393 enabling manage services to be accessed via ajax with authentication
History
#1 Updated by Andreas Kohlbecker almost 4 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 50
Applied in changeset cdmlib|1a5de38db1f2422d9596b1bb6fbba7a130b0c00e.
#2 Updated by Andreas Kohlbecker almost 4 years ago
- Status changed from Resolved to Closed