Hello guys,
I built this out of pure boredom and thought i would share it with you all - Its a total PoC. But it works!
<?php
if(isset($_POST['submit']))
{
function get_cookie()
{
$ch = curl_init('https://www.spotify.com/fr/signup/');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1)...