You are absolutely right! Coming from a web developer world, i was a bit lost. Thank you for clearing my vision. What I will now do is implement captcha inside the c# app and modify the server a bit to allow my app bypass the server captcha mechanism.
Thanks again
Anton...
User Profile
Collapse
-
Making a c# version of captcha will not work in my situation as i am submitting everything from my c# application to a website. And the webpage where I am submitting to has a captcha check. Thats why I need to be able to read the website captcha value that is stored in session when i call a captcha.php script (which generates a image contenttype = image/jpg).
I can display that image in my picture box in c# app but dont seem to be...Leave a comment:
-
Captcha in C# Windows Application
Hi, I have a captcha script on my website located at /captcha.php. What it does it generates an image with the code, displays the image (gd2) and saves the value of the code in session.
How do I access that code in session from my c# windows application. I have a form in my application for registering users. The application then calls to the webserver and uses regular .php page to submit user registration. It has captcha and thats...
No activity results to display
Show More
Leave a comment: