Deusdies
Regular Member
- May 22, 2009
- 262
- 191
I managed to extract Blogger captcha when creating a new blog on the "New Account" page of blogger. It was simple because captcha in the HTML was a simple <img src element with full URL to it.
However now at the "Add a Blog" page I'm facing an interesting problem. If I look at the source, I get this:
Clicking on "View Image" in Firefox gives me the full address as:
I then copy that url, and paste it in Firefox, and voila the captcha opens.
However, when I try to open it in a different browser, I get 404 Not Found error, and the same error in my program.
What the hell is going on?!
EDIT: The page in question is
However now at the "Add a Blog" page I'm facing an interesting problem. If I look at the source, I get this:
Code:
<img src="/captcha?token=AM2hDkBhmpQ/7vI4IEpTIbk9iZ%2BivuhtGDtJMwV%2BICcrCQE7sXwM%2BZKJVIrrgLg1aDc1TbUFJRWsyQLwpty0rikQJ2y0TjqFqlYXW9ZhmOGkc4%2BZFn5DEnqcl%2BkX7TjJGChUTE9l%2B1/S" width="200" height="70" alt="Visual verification">
Code:
www.blogger.com/captcha?token=AM2hDkBhmpQ/7vI4IEpTIbk9iZ%2BivuhtGDtJMwV%2BICcrCQE7sXwM%2BZKJVIrrgLg1aDc1TbUFJRWsyQLwpty0rikQJ2y0TjqFqlYXW9ZhmOGkc4%2BZFn5DEnqcl%2BkX7TjJGChUTE9l%2B1/S
However, when I try to open it in a different browser, I get 404 Not Found error, and the same error in my program.
What the hell is going on?!
EDIT: The page in question is
Code:
http://www.blogger.com/create-blog.g