wget2 icon indicating copy to clipboard operation
wget2 copied to clipboard

Handling HTTP/1.0 Responses in an HTTP/1.1 Proxy

Open SUnRedKing opened this issue 8 months ago • 0 comments

Hello,

I'm currently working with an HTTP proxy where the response is hardcoded to HTTP/1.1 200. However, there are cases where the response could be HTTP/1.0 200. How should I handle this situation?

I noticed that in wget1, it parses the response status to obtain the status code.

Could you provide some guidance or best practices for handling this scenario?

Thank you.

SUnRedKing avatar Jun 04 '24 05:06 SUnRedKing