Hi all, I am trying to set some HTTP header variables in a perl script that I can then pick up in another script. I want to create a situation as if some one had POSTed variables from a form. I then want to pick these variables up in an .asp script.
I have tried picking up cookies with an asp script that were written from a perl script but it doesnt work. I need to be able to pass reasonably secure data from 1 script to another and therefore cannot use the QUERY_STRING. Please help :-) Thank you all in advance Anadi
