V
V
Vladislav2021-08-31 13:43:05
C++ / C#
Vladislav, 2021-08-31 13:43:05

How to send http request to https://translate.google.ru in c# without using api?

How to send http request to website without using api in c#

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
rPman, 2021-08-31
@rPman

The most 'correct' and simplest in terms of support (since Google will change and obfuscate the interaction of the web client with the server) is to embed a browser inside your application (for example, the outdated WebBrowser, based on ie or webkit-based components, in general there are a lot of them ), open the desired link inside (the translated text can be inserted into the request itself there) and read the response, parsing the final page.
Frequent requests will put your ip address in the mode - enter captcha

G
Griboks, 2021-08-31
@Griboks

No way, they have api bypass protection. Of course, you can try to crack this protection, but that's another matter entirely.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question