RE: Convert Cookies-->HTTP Request Headers?

2003-04-06 Thread Kruse, Matt
Title: RE: Convert Cookies-->HTTP Request Headers? >From: Brian Reichert >Ok, I'm confused: the cookies are already in the request header, >and you want to 'convert' them into a request header? Well, yes. Two reasons: 1) In the real production environment, the cookie is encrypted and validat

Convert Cookies-->HTTP Request Headers?

2003-04-04 Thread Kruse, Matt
Title: Convert Cookies-->HTTP Request Headers? I have a unique need purely for testing purposes. I'm not very familiar (yet) with mod_perl handlers in Apache, so I've had a rough time getting anything going. Here is my goal: For every request to Apache:   1. Parse the cookie coming in via t