Hi, I have created a few REST web services (job with basic username/password authentication) and I am deploying them to Talend Runtime. Everything works fine but I am having issues with CORS (Cross-origin resource sharing). During the pre-flight (OPTIONS) the browser is not using authentication and therefore I am getting a HTTP error code 401. Is there a way to ignore the authentication for an OPTIONS request in Talend Runtime? Thanks, Jocsan