Forum Discussion

Craig_Freyman_1's avatar
Craig_Freyman_1
Icon for Nimbostratus rankNimbostratus
May 04, 2006

Rewrite HTTP server responses

BigIP is sitting in front of a web server. Is it possible to change the response from the server from HTTP/1.0 to HTTP/1.1?

 

 

For example:

 

 

Client requests:

 

GET /_somefile.jpg HTTP/1.1

 

Blah blah blah

 

 

My server responds with:

 

HTTP/1.0 200 OK

 

 

Can I have the server respond with HTTP/1.1 instead??

 

 

Thanks!