Forum Discussion

Jason_Glynn_113's avatar
Jason_Glynn_113
Icon for Nimbostratus rankNimbostratus
Oct 04, 2006

HTTP::header insert

I have implemented the following iRuel to add a httpheaders.     when HTTP_REQUEST {   HTTP::header insert BESPOKEHEADER "value"   }     It adds the header fine but the value is al...