knockoutlocal
Junior Member
- Jun 5, 2012
- 172
- 72
I've seen some of the other posts on here regarding grabbing the captcha but they were either in VB and it was a bit hard to understand or it involved grabbing the image directly from the url.
Example:
With outlook.com when I sign up there is a captcha at the bottom. If i pull the image url and try to access it directly it throws a a server error. I know when I use fiddler it sends the image (I can see it in the response headers).
I'm not looking for a full solution with all the bells and whistles just looking for a technique to pull that one image. When I use httpwebrequest it'll just pull the page down for me and I know that may be because of the content-type that I am specifying?
Been reading around and googling up and down trying to figure this out. Any help would be appreciated.
Again, I just want to figure out how to grab that image thats sent back from the server (The one I see in fiddler). I know how to do the rest of it i.e. sending to DBC/submitting the post request.
Thanks
Example:
With outlook.com when I sign up there is a captcha at the bottom. If i pull the image url and try to access it directly it throws a a server error. I know when I use fiddler it sends the image (I can see it in the response headers).
I'm not looking for a full solution with all the bells and whistles just looking for a technique to pull that one image. When I use httpwebrequest it'll just pull the page down for me and I know that may be because of the content-type that I am specifying?
Been reading around and googling up and down trying to figure this out. Any help would be appreciated.
Again, I just want to figure out how to grab that image thats sent back from the server (The one I see in fiddler). I know how to do the rest of it i.e. sending to DBC/submitting the post request.
Thanks