Giter VIP home page Giter VIP logo

Comments (2)

trontronicent avatar trontronicent commented on June 7, 2024

Well, how does a system connect to "google.com" ? Actually by doing a DNS resolution and getting it's 'physical' address, which is the IP address. If there can't be any IP found, no connection is made - that's how the internet works. Of course, when you are using forward proxies, probably including proxying of DNS, then you won't know what the endpoint will be. Different DNS-servers and (in case of DNS like 8.8.8.8) - also your geolocation affects the resolution. And due to the fact, that there is even more proxyfication included, which is probably also outside your scope (in case it's external proxies not under your control).

In a strict way - environment. The endpoint you connect to, is the resolved IP address(es) from the DNS lookup. By default, Titanium.WebProxy is using the DNS servers of the machine where your proxy is running on. So using the default dotnet DnsClient to resolve the name, will yield the same result(s).

from titanium-web-proxy.

Eonasdan avatar Eonasdan commented on June 7, 2024

I know how the internet works. My question was if Titanium.WebProxy provided this as part of the request object.

from titanium-web-proxy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.