Is it possible to fire HTTPs calls from Moralis Cloud functions?

As the title suggests I am wondering if it is possible to fire http requests to some other web servers from the cloud functions.

If it is how can I do it? Can I use axios or it has to be plain http request?

1 Like

Hi @Shine

Take a look at https://docs.moralis.io/moralis-server/cloud-code/httprequest

1 Like