Api Web Calls 2

0

Well, I have a rather boring task which is the captchas handling, I make a get request by sending as a parameter a code I want to access, my API opens the page with Webdriver, maps and takes the url of the captcha image. I take this captcha to Android and it renders the image.

After rendering this image, I write the image data and give a post on my server. Here is the problem, I send the code the first time with GET and the server spits me a random image, how do I associate this random image with my POST?

The image tries to demonstrate with the questions what I want to understand if it will happen or not.

    
asked by anonymous 05.12.2016 / 17:48

0 answers