having a brain freeze today.
I’m looking to visit a URL to add tracking information just before my shopping cart gets redirected back to the main page (i.e. just after purchase).
I can’t think how I could visit that URL without actually redirecting to my tracking page, and then redirecting again from there back to the homepage. Does anyone know?
This seems like it should be really easy, but I can’t seem to get it working.
Thanks
Use the HttpWebClient to programattically visit a web page on the server side?
http://msdn.microsoft.com/en-us/library/system.net.webclient(v=vs.80).aspx