I signup for email addresses from a site, and I tried to write a cgi script to automatically sign up for email addresses whenever I need them. But the response I'm getting from the server is that I need to accept cookies to be able to sign up. I disbaled cookies in my browser and tried signing up from IE5, and got the same response. So I need to have the cgi script (running on Unix) accept cookies from that server somehow.
|