I have an MP3-tagging application that auto fetches lyrics from some unknown source. How do I figure out what kind of request it is sending, and to which source?
I have an MP3-tagging application that auto fetches lyrics from some unknown source. How
Share
Get a sniffer. Wireshark, for example. Will show you all the network communication that gets out of your computer and comes back, should be fairly easy to figure out the rest.