CORS Enable : Service Routes

I want to enable CORS plugin for a particular service and route .I have configured hosts while creating routes so client is expected to send host header.

But according to the documentation there is limitation related host header .

please let me know how to deal with this particular case as I want to have Host header defined for routes and also CORS enable for the service

Any help will be much appreciated