M
Ms. Pirate
Guest
I'm writing an ASP script and I need to basically call a URL (on a different server) and pass in some variables (and receive data back in return). What would be the easiest method to do this? Does this require me to use XmlWriter or can I use Request.ServerVariables? Code samples would be greatly appreciated!