Page 1 of 1

browser

Posted: Sat Aug 17, 2019 3:08 am
by haroldjohnson
does this bot use browsers when it plays the songs... i always wondered how it worked

Re: browser

Posted: Sat Aug 17, 2019 2:06 pm
by martin@rootjazz
No, it replicates the HTTP REQUESTS (basically text files) made by the browser

Re: browser

Posted: Sat Aug 31, 2019 8:00 pm
by haroldjohnson
but isnt soundcloud able to tell that it wasnt used with a browser?

Re: browser

Posted: Mon Sep 02, 2019 12:57 pm
by martin@rootjazz
haroldjohnson wrote: Sat Aug 31, 2019 8:00 pm but isnt soundcloud able to tell that it wasnt used with a browser?
No. If they did, they would block the app completely. The browser sends these HTTP requests when you do things in the browser. The program is replicating between the browser and SC server. There is no difference

Re: browser

Posted: Fri Oct 25, 2019 9:26 am
by haroldjohnson
doesnt this block ads from being seen?

Re: browser

Posted: Fri Oct 25, 2019 3:42 pm
by martin@rootjazz
haroldjohnson wrote: Fri Oct 25, 2019 9:26 am doesnt this block ads from being seen?
It doesn't BLOCK ads per se, just doesn't make the request.

The program replicates the requests made by a browser that are required to do what is specified. Other requests not required are not made.