I am having problems with contour workflow, I can call the script manually; (ie. http://mydomain.com/emailform.aspx) for the URL GET request for Contour (using the workflow manager)
However, it seems not to be touching the script or not touching it correctly??
I thought a HTTP GET request was ?variable1=my variable&variable2=bla
Then in my script I just grab the variables... ie. Request.QueryString["variable1"];
URL form submission
I am having problems with contour workflow, I can call the script manually; (ie. http://mydomain.com/emailform.aspx) for the URL GET request for Contour (using the workflow manager)
However, it seems not to be touching the script or not touching it correctly??
I thought a HTTP GET request was ?variable1=my variable&variable2=bla
Then in my script I just grab the variables... ie. Request.QueryString["variable1"];
Am I correct??? Any ideas how to fix?
is working on a reply...