Linux curl is not showing the data

Hi Community,
I am trying to get some data from a webpage written in Vaadin using linux curl command, but I am not getting the data in response. I bet below as response. If I use developer tools or firebug I can see the data in the below red highlight.

Can someone please help me to find the correct curl sytax to get the data? I wont be able to use firebug to extract data as I have to create an automation on my linux server. I should be command line only. There are almost 50 such web links from where i need to extract data and show it in a single place. Hoping to get some solution.

html, body {height:100%;margin:0;}SOA Monitor Application <div

id=“AirShopMonitormonitor-1439371744” class=“v-app v-theme-xxxxxxxx v-app-AirShopMonitor” >


You have to enable javascript in your browser to use an application built with Vaadin.

Thanks,
Sourin Maiti

Hi,

I could be wrong, but I don’t think you can get anything with curl, as you’d need to execute JavaScript for the Vaadin application to work. You
might
have better luck with a headless browser.

Best regards,
Olli