Issue
This Content is from Stack Overflow. Question asked by DCoder
I have an IoT device that can send data to provided URLs through HTTPS and I want to see what that (raw) data looks like. My knowledge of networks and protocols is limited and I am not sure what I should be looking for.
Initially, I wanted to check the data locally (localhost), but that seems complicated because of the HTTPS used by the device. But I have an AWS Lightsail instance with public IP that supports HTTPS, so I thought I could use it if possible.
Now the question is, how to configure it (or whatever else that would work best) to receive the data and where shall I expect this data to come in? (in other words how to access to it? I expect it to be a csv-like text).
Solution
This question is not yet answered, be the first one who answer using the comment. Later the confirmed answer will be published as the solution.
This Question and Answer are collected from stackoverflow and tested by JTuto community, is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.