Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty10 and request.getHeader("Host")

What version of HTTP? (HTTP/1.0, HTTP/1.1, or HTTP/2)

Also, what does the entire request look like? (eg: if HTTP/1.1, what's the request line plus headers?)

Joakim Erdfelt / joakim@xxxxxxxxxxx


On Mon, Sep 21, 2020 at 10:45 AM Silvio Bierman <sbierman@xxxxxxxxxxxxxxxxxx> wrote:
Hello all,

I am testing our application that runs on embedded Jetty9 with (also
embedded) Jetty 10 beta. It fails very early because our application
calls request.getHeader("Host") which appears to return null. I used the
same embedding code which works flawlessly with Jetty9. Is there
something I am doing wrong?

Cheers,

Silvio
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users

Back to the top