Hello,

I would like to allow at least one CORS host to access the stand alone tika
server.

My tika server version is 2.9.2.

BACKGROUND INFO:

Older documentation suggests adding the following command line parameter to
the start up:
  
--cors "<SOME_URI> "   

However, that command line parameter is not available (?) anymore.

Other documentation suggests setting up apache2.conf :

<Directory / >
Header set Access-Control-Allow-Origin  "<SOME_URI>"   
....

However, the tika server is running apache from the jar file.
I am assuming the config for that is inside the jar.

QUESTION:  Where does default the CORS header information get set for tika
server version 2.9.2 ?


Thanks for your help,

Peter

Reply via email to