Project

General

Profile

Actions

bug #6393

closed

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

Added by Andreas Kohlbecker about 7 years ago. Updated about 7 years ago.

Status:
Closed
Priority:
Highest
Category:
cdmlib-remote
Target version:
Start date:
Due date:
% Done:

50%

Estimated time:
Severity:
normal
Found in Version:
Tags:

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
Actions #1

Updated by Andreas Kohlbecker about 7 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 50
Actions #2

Updated by Andreas Kohlbecker about 7 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF