Is it possible to get the http requests spotify does? [closed]
So, I just got spotify and I was wondering if it's possible to get the http request the application does...
You can either ask your browser to log its HTTP traffic (e.g. in Firefox, the Live HTTP Headers addon provides very convenient logging of the headers), or you can just capture your network traffic (with tcpdump
/windump
) and evaluate that, e.g. with Wireshark.
精彩评论