Firstly asked at: (Bash) [email protected] email availability checker (with a well thought out beginning. Thanks again!)
I'm looking to expand on this a bit:
I'm trying to use either Curl, or a simple POST command (neither have proven working yet) to try to validate a list of usernames that I have to the following page:
https://new.aol.com/productsweb/
Essentially, this will be an availability checker for @aol.com email addresses.
It doesn't have to neat, clean, or pretty, as long as it works.
Does anyone have any idea where I can go from here?
The following
bash
script usingcURL
command can check the availability of an email :EXPLANATIONS
firefox
&firebug
addon, seeXHR
tab in this screenshot ²firefox
sends to the AOL servercURL
to do the sameSee
man curl
for further details.² this is an AJAX request