I'm trying pass request objects from an ASPX page to Classic ASP page and wondering what the best method of doing this is please?
The current classic page is accessing the request object to get access to variables. I cant pass this as a query sting so instead was wondering if this were possible using a POST HttpWebRequest
.
If so how can I pass the variables without appending them to the url?