Forum Discussion

david78's avatar
david78
Icon for Nimbostratus rankNimbostratus
Jun 11, 2013

HTTP::version doesn't work with WAM ?

Hi,

 

I would transform HTTP/1.0 into 1.1

 

I wrote this iRule :

 

when HTTP_REQUEST {

 

HTTP::version "1.1"

 

}

 

 

Without a Web Acceleration Profile, this work's fine.

 

If i had one, the HTTP Version they are no longer transformed

 

I had :

 

 

when CACHE_REQUEST {

 

HTTP::version "1.1"

 

}

 

 

But, it has no effect.

 

How i can transform the HTTP version into 1.1 with WAM ?

 

thx

 

 

No RepliesBe the first to reply