Quantcast
Channel: Recent posts | ClickDimensions Support
Viewing all articles
Browse latest Browse all 2615

"programmic form capture problem - no response from server" in ClickDimensions Help - comment added by Gabriel Smith

$
0
0

I know this is old, but I am posting this for others that might run across this issue.  

Another solution to this would be to AllowAutoRedirect to false on the Request object.  If you are programmatically submitting the form, then you probably don't care nor want to be redirected anyway:

HttpWebRequest request = (HttpWebRequest) WebRequest.Create( input.FormCaptureUrl );

request.AllowAutoRedirect = false;


Viewing all articles
Browse latest Browse all 2615

Trending Articles