Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 
Custom Alert Banner

How to use Rewrite and ProxyPass without affecting the Cookies

CraigBo
Nimbostratus
Nimbostratus

We are using proxypass with a rewrite rule that modifies the value of the location in the header.

 

if { [HTTP::is_redirect] } {

     HTTP::header replace Location [string map {inside.domain.com outside.domain.com} [HTTP::header Location]]

 }

 

Unfortunately, this is causing responses with multiple Set-cookie headers to lose all but the 1 of them.

 

Is there a way to modify the location header without truncating the multiple headers with the same name?

1 REPLY 1

CraigBo
Nimbostratus
Nimbostratus

Also, we are running BigIP version 13.1.1.5