I am trying to send POST requests to Livy in javascript from my website using fetch (). However, CORS is enabled by default and the request fails. On setting the mode to 'no-cors', the livy server sends an empty string as a response ( I cannot access the response ). Is there a way to modify the livy.conf file or any other way to enable CORS in the livy server ?
Any help would be appreciated.