hello guys,
I've faced 3 problems, i've been looking in google for a solution but no result for now
first problem is : how to user private proxy (ip
ort:user
ass) in webbrowser control
second problem is : how to grab variable captcha into picture box
exemple : twitter mobile website
their captchas have a link
but that link gives diffirent captcha each time I reload the page
so using that code will gives me another captcha picture in the picture box (not the same as the one in the webbrowser)
so whats the solution to get the right captcha picture in the picturebox please ?
The last question is how to capture or track the requests sent by phone application (for exemple instagram account creating how to see what the application send as requests)
and thank you
I've faced 3 problems, i've been looking in google for a solution but no result for now
first problem is : how to user private proxy (ip
second problem is : how to grab variable captcha into picture box
exemple : twitter mobile website
their captchas have a link
but that link gives diffirent captcha each time I reload the page
so using that code will gives me another captcha picture in the picture box (not the same as the one in the webbrowser)
PHP:
for each elm as htmlelement in webbrowser1.document.all
if elm.getattribute("src").contains("signup/captcha/") then
picturebox1.load(elm.getattribute("src")
end if
next
so whats the solution to get the right captcha picture in the picturebox please ?
The last question is how to capture or track the requests sent by phone application (for exemple instagram account creating how to see what the application send as requests)
and thank you