Due to security and cross domain concerns, the AEM component has to call
third party API using server side request.So, client side "http get" to
AEM sever, AEM server make request post to the third part API, once
server side request successfully, it would pass the data back to client.
Do we have any examples about this either Java or Server side JavaScript
would be helpful, thanks.