hi
i have a problem from ob1 till now the ob2
sometimes when u want to solve image captcha and make it post,website wont accept it
and what is the reason?
reason is like the url of captcha is like this :
example.com/captcha
so it means any time u run the url,a new image will show u
so in openbullet,in the first “REQUEST” you open the website to parse some tokens and details,then you need open the url of captcha as “REQUEST” again to export it as Base64 and solve it
the final result is the solved captcha will be different than the first image opened in the first Request,and website wont accept it
(for my target,there isnt any cookies,and only captcha url code and tokens will generate together everytime open the login page)
is there solution?
(also there is a solution,its to use selenium,but i don’t like to use,i need do it through requests)
thanks