Coder Social home page Coder Social logo

Comments (6)

MihaZupan avatar MihaZupan commented on June 9, 2024

You can check debug Kestrel logs from the proxy, but it's very likely that you are running into the fact that non-ASCII header values are not allowed by default, but you can opt-in to using a different encoding (e.g. UTF8) - see the relevant documentation section here.

from reverse-proxy.

a34546 avatar a34546 commented on June 9, 2024

The configuration of using UTF8 encoding for the request header still yields the same result.
The console also has no error logs.
Please help me check if the configuration is correct.
image

from reverse-proxy.

MihaZupan avatar MihaZupan commented on June 9, 2024

Have you configured Kestrel to accept the headers as well (ConfigureKestrel sample the docs)?

from reverse-proxy.

a34546 avatar a34546 commented on June 9, 2024

This is my code.

image

I'm not sure if there are any missing .
Please help me check.
Thank you

from reverse-proxy.

239573049 avatar 239573049 commented on June 9, 2024

image
You should have set it up

from reverse-proxy.

MihaZupan avatar MihaZupan commented on June 9, 2024

Can you provide a minimal runnable repro project for this issue and/or a network capture?
Without that, we're just guessing at what the problem might be.

It is odd that the client is seeing the server as unresponsive instead of getting back an error about an invalid request.

from reverse-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.