Hello everyone,
I tried to take as an example the behavior of a webmashup communicating with the same IDM server, calling the same address, but in my case, I got an error.
I'm trying to search on IDM from a JavaScript by Ajax with the address "https://<IDM Server>/ca/api/items/search?query=..." but I'm stuck because of a CORS error in Google Chrome. I tried to connect before with the address "https://<IDM Server>/ca/api/connection/login" but I got the same CORS error.
Can you help me determine what I am doing wrong ?
Thank you kindly.