I have enabeld the input http plugin and added some headers for CORS. In general it works.
To be secure I have enabled also the authorization, but I am struggling with the OPTIONS request itself.
Normally the application does not send authorization headers during the OPTIONS request.
Is there any way to disable authorization check for OPTIONS request or what is the recommended way?
Furthermore I am wondering if the http plugin is the right way for using it with a productive client side application or are there better "protocolls" for transfering logs?