hi @nihal ,
You can make HTTP request to any 3rd party API from you’re liquid file using the browser’s native fetch API or an HTML form. Either way works. Just make sure to format the request body such that the 3rd party API that you’re trying to hit can consume the data that you’re sending in the request body. I recommend using fetch API for that purpose. You can also hit you’re app using this method if you’re app is publicly available (either hosted on the cloud or running locally with port forwarding). Just keep in you might face a CORS error while requesting to a 3rd party application from you’re liquid file.