I was wondering if there is a way to send HTTP POST request without sending Cookie header via PHP cURL.
What I want is to change this:
Cookie: slvisitid=23d0473977d009e23a31f34c31020c8a8e7a389a; slbrowserid=c51fdcf7e97260a2f993d9a3f99181917b334bcc; session=01442322efca78a9a3386f4959358de6
Accept-Types: text/*
Connection: close
User-Agent: Adobe Flash Player 10
x-flash-version: 10,3,183,5
Accept-Types: text/*
Connection: close
User-Agent: Adobe Flash Player 10
x-flash-version: 10,3,183,5
I would really be grateful if anyone could help me with this.
Thanks