Daniel3356 / recaptcha

Automatically exported from code.google.com/p/recaptcha
0 stars 1 forks source link

Captcha is not working even if the entered value is corrent #227

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Go to contactus form
2. Submit the form by filling the correct captcha value
3. You will see the error 

What is the expected output? What do you see instead?
It must submit the form but i have used the debugging the printed the request, 
in the response of it, it is saying not found

What version of the product are you using? On what operating system?
Joomla 2.5 recaptcha plugin.

Please provide any additional information below.

The request and the response it printed once the form is submitted.
http://www.cavendishdentalderby.co.uk/contact-us-6

Also i have pasted the request and response here :

request:     POST /verify HTTP/1.0 Host: www.google.com Content-Type: 
application/x-www-form-urlencoded; Content-Length: 390 User-Agent: 
reCAPTCHA/PHP 
privatekey=6LcQGf8SAAAAANF-TezlaAmdg054mrVOYmEOkto3&remoteip=59.89.165.63&challe
nge=03AHJ_VutZ9N8gBk1vCtO4DQPULTm_lSnu-kfG1O0PQcO94A852W7iGWoddQ315yjiHeMaBkbLzH
-lTzimi8drAB1zxnbr4uTuLuR32WUazoXBgR0iAxtE6gfYH9chgRMpwEaXt-PPd2EDRVz6_zMhuHcyuK
lz7BlV1HzDACLLRaWx_97ZJMrYfc5EV4AJq9p3t6Bc452knSUx9esU6fgi4zQeQPYLH4sF--YLouCVRc
MJeS9ngTjDlb6ZXK1Ws6CvT9hf7RJ8wtQA0lq_LggtrgM_YnXyAvjAGw&response=1406

response: 

Array ( [0] => HTTP/1.0 404 Not Found Content-Type: text/html; charset=UTF-8 
Date: Wed, 18 Mar 2015 08:14:44 GMT Server: zwbk Cache-Control: private 
Content-Length: 1431 X-XSS-Protection: 1; mode=block X-Frame-Options: 
SAMEORIGIN Alternate-Protocol: 80:quic,p=0.5 [1] =>
404. That’s an error.

The requested URL /verify was not found on this server. That’s all we know. ) 

Original issue reported on code.google.com by a...@ninexus.com on 18 Mar 2015 at 8:22