You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm struggling to do a HttpRequest using DnsOverHttps and can't find any proper documentation or example.
I want to scrape a website which may be only be accessable using DoH for some users.
Can you please give me an example how to do that?
Normally I use Jsoup but doing a "normal" request using ktor or whatever and parsing the html would be fine as well
The text was updated successfully, but these errors were encountered:
I conceived this library to do SRV and TXT lookups, not to make HTTP requests, which is why I made it agnostic of any HTTP client and why we don't have any examples with HTTP clients.
Having said that, I'm happy to review and eventually merge a PR that shows an example with a popular HTTP client, so I'll reopen this issue.
I'm struggling to do a HttpRequest using DnsOverHttps and can't find any proper documentation or example.
I want to scrape a website which may be only be accessable using DoH for some users.
Can you please give me an example how to do that?
Normally I use Jsoup but doing a "normal" request using ktor or whatever and parsing the html would be fine as well
The text was updated successfully, but these errors were encountered: