Q qlwik Client Регистрация 03.04.2013 Сообщения 207 Благодарностей 5 Баллы 18 18.05.2019 #1 Hi, lets say I know exactly url of captcha: Код: http://example.com/captcha.jpg how can I send it directly to decaptcher with POST, without loading image to zennoposter?
Hi, lets say I know exactly url of captcha: Код: http://example.com/captcha.jpg how can I send it directly to decaptcher with POST, without loading image to zennoposter?
Q qlwik Client Регистрация 03.04.2013 Сообщения 207 Благодарностей 5 Баллы 18 22.05.2019 #2 No answer mean that You can't right? So the only way is to load picture in ZP?
VladZen Administrator Команда форума Регистрация 05.11.2014 Сообщения 22 616 Благодарностей 5 959 Баллы 113 22.05.2019 #3 No answer means - question is not related to ZennoPoster. If POST request method allows to send image directly from URL, then just do it. I suppose you should send POST request with multi-part, i.e. send image in bytes encoding.
No answer means - question is not related to ZennoPoster. If POST request method allows to send image directly from URL, then just do it. I suppose you should send POST request with multi-part, i.e. send image in bytes encoding.
Q qlwik Client Регистрация 03.04.2013 Сообщения 207 Благодарностей 5 Баллы 18 22.05.2019 #4 Yeah, thats a problem how can I encode picture in ZP? Edit: I guess loading picture to ZP is fastest way. Последнее редактирование: 22.05.2019
Yeah, thats a problem how can I encode picture in ZP? Edit: I guess loading picture to ZP is fastest way.
VladZen Administrator Команда форума Регистрация 05.11.2014 Сообщения 22 616 Благодарностей 5 959 Баллы 113 22.05.2019 #5 qlwik сказал(а): Yeah, thats a problem how can I encode picture in ZP? Нажмите, чтобы раскрыть... only via C# code.
qlwik сказал(а): Yeah, thats a problem how can I encode picture in ZP? Нажмите, чтобы раскрыть... only via C# code.