I know Stackoverflow is full of this question, but...
How to make cross-domain AJAX request?
I do not want to use
- Proxy server
- Access-Control-Allow-Origin doesn't work
- jQuery.getJSON()
- jQuery.load()
- jQuery.get()
because, I also need to send headers
X-API-Version = DEV Thanks for reply!