Re: headers do not work

2024-04-29 Thread Roman Arutyunyan
Hi, On Fri, Apr 26, 2024 at 05:19:48PM -0400, Saint Michael wrote: > I am not using openresty as a proxy but as a web server. Twitter > requests an image, and it sends the HTTP request with header > "Finagle-Ctx-com.twitter.finagle." This makes nginx abort the > operation. > I need the operation

Re: headers do not work

2024-04-26 Thread Saint Michael
I am not using openresty as a proxy but as a web server. Twitter requests an image, and it sends the HTTP request with header "Finagle-Ctx-com.twitter.finagle." This makes nginx abort the operation. I need the operation to be completed as designed. For that, I added underscores_in_headers (on or

Re: headers do not work

2024-04-26 Thread Roman Arutyunyan
Hi, > On 25 Apr 2024, at 8:10 AM, Saint Michael wrote: > > I keep getting this error > *356 client sent invalid header line: > "Finagle-Ctx-com.twitter.finagle.Retries: 0" while reading client > request headers, and twitter cannot read my twitter-card > yet, I do have > underscores_in_headers

headers do not work

2024-04-24 Thread Saint Michael
I keep getting this error *356 client sent invalid header line: "Finagle-Ctx-com.twitter.finagle.Retries: 0" while reading client request headers, and twitter cannot read my twitter-card yet, I do have underscores_in_headers on; ignore_invalid_headers on; in the http{} block How do I force nginx