I've some problem when i ty to post the form to a generic handler:
The follow image show how i've configure contour on the approved step :
The problem is that seems that post to url not work.
First question if i set the method to GET, how is composte the request?
I suppose something like "UrlToPost?email=...&group=consorzioremedia&formUrl=test" is it rigth?
On the ashx page i've implemented a log to trace the request.
If i invoke the handler via browser, it write correctly on the log all the information, but when i try to submit the contour form nothing happends, like if countor not call the remote page.
Post form to url not work
Hi
I've some problem when i ty to post the form to a generic handler:
The follow image show how i've configure contour on the approved step :
The problem is that seems that post to url not work.
First question if i set the method to GET, how is composte the request?
I suppose something like "UrlToPost?email=...&group=consorzioremedia&formUrl=test" is it rigth?
On the ashx page i've implemented a log to trace the request.
If i invoke the handler via browser, it write correctly on the log all the information, but when i try to submit the contour form nothing happends, like if countor not call the remote page.
The contur version is 1.1.6
Some one can help me?
Regards
Alessandro
Comment author was deleted
The post will happen in the background + make sure that you can access the url on the machine running the site
Comment author was deleted
Also check the umbraco log table to see if there are any errors in regards to the workflow execution
Hi Tim
Thankyou for your help, i've double check that the remote url configured in countur was accessible from server, and i found the problem.
It doesnot work for me.....
is working on a reply...