Git Product home page Git Product logo

Comments (3)

zhangt58 avatar zhangt58 commented on June 2, 2024

Just figured out the reason why I cannot reach my flask applications, because I fixed the host address in my flask application configuration (solution is to change 127.0.0.1:5050 to be 0.0.0.0:5050 in configuration file), the proxied target by CHP might be different even though they are the same string (http://127.0.0.1:5050).

However, still I cannot correctly proxy website like google.com, i.e. the first section of this issue ticket.

from configurable-http-proxy.

zhangt58 avatar zhangt58 commented on June 2, 2024

Huh, I think I found the reason, here is the result from curl -X GET http://127.0.0.1:8000:

<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>301 Moved</TITLE></HEAD><BODY>
<H1>301 Moved</H1>
The document has moved
<A HREF="http://www.google.com:8000/">here</A>.
</BODY></HTML>

And see the link is http://www.google.com:8000, I don't quite understand where does this come from, at least not from CHP.
I guess google does not allow --insecure option, so just showed 301.

from configurable-http-proxy.

minrk avatar minrk commented on June 2, 2024

CHP looks to be proxying the initial request properly. The upstream google server, upon completion of that request, is choosing to redirect. Given that it's redirecting to port 8000, my guess is that the redirect is based on the proxied Host header or some other header identifying the host that the browser has requested. I'm not sure why Google is doing that, but that's Google's choice.

from configurable-http-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.