So I've decided to dive into C# after having years of experience programming with PhP, Python, C++, Obj.-C, etc. etc.
I thought a good first example was to try and create a digg bot for creating accounts, but have the user manually type in the captcha...
I've basically got it all done but can not for the life of me get the post data to upload correctly...I've set all of the what I believe are necessary HTTP params correctly based off of the data I retrieved from Live HTTP Headers in FireFox. If I post to an ajax location from c# the receiver will accept my request correct? or is this my first problem?
TIA!
Seuss
I thought a good first example was to try and create a digg bot for creating accounts, but have the user manually type in the captcha...
I've basically got it all done but can not for the life of me get the post data to upload correctly...I've set all of the what I believe are necessary HTTP params correctly based off of the data I retrieved from Live HTTP Headers in FireFox. If I post to an ajax location from c# the receiver will accept my request correct? or is this my first problem?
TIA!
Seuss