I have a couple of implementation "challenges" that could be solved if only I could access the System.Web.HttpContext.Current.Request object from a server-side script.
In particular I need to either get the CookieCollection that was included in the request, or the QueryString.
There must be a way but I'm not getting anywhere on my own.
Is there a way to get the Cookies? Or the QueryString?