You should not experience the CORS issue as the browser is calling a script on your web-server domain
You will not expose your API credentials in the browser
This is typically easier to debug
Cons:
Your web-server now has to help with the processing - should not be a big deal
If you have high latency it will be compounded - again this should not be an issue and if so is more than likely something another problem you should fix.
You should not experience the CORS issue as the browser is calling a script on your web-server domain
You will not expose your API credentials in the browser
This is typically easier to debug
Cons:
Your web-server now has to help with the processing - should not be a big deal
If you have high latency it will be compounded - again this should not be an issue and if so is more than likely something another problem you should fix.