Export URL request from a device

Hello,

I have a closed device which use to collect some data from internet. I can not access to the device, I think that it request the data form web pages.

How could I export the URLs requested by the device?

Is it possible to do it without using external sniffers like Wireshark?

Thanks for your help.

Kind regards.

If said device uses un-encrypted connections (straight http, not https, or FTP), then you can either capture data stream on your routerboard, move log file to PC and analyze it using wireshark, or you can mirror port, connected to said device, to another port and use wireshark live on that mirrored port. If communication is not encrypted, then you will be able to see what kind of commands (http request, FTP get) device uses to transfer the data.