405 - HTTP verb used to access this page is not allowed. The page you are looking for cannot be displayed because an invalid method (HTTP verb) was used to attempt access.

1,138 views
Skip to first unread message

alan hathaway

unread,
Jan 14, 2012, 1:35:57 PM1/14/12
to reCAPTCHA
Hi All,

I've followed the instructions perfectly but its showing this message.
Whats up with it? I'm doing post like it says??

405 - HTTP verb used to access this page is not allowed.
The page you are looking for cannot be displayed because an invalid
method (HTTP verb) was used to attempt access.

http://www.fibreglassphil.co.uk/new/contacts.html

Thanks,
Alan

PJH

unread,
Jan 14, 2012, 4:18:40 PM1/14/12
to reca...@googlegroups.com
On Sat, Jan 14, 2012 at 6:35 PM, alan hathaway
<haggard...@googlemail.com> wrote:
>
>
> 405 - HTTP verb used to access this page is not allowed.
> The page you are looking for cannot be displayed because an invalid
> method (HTTP verb) was used to attempt access.

This looks like an artifact of the software/platform you're using,
thus not something we can help with without more information. (I got
the same error for both correct and incorrect answer.)

--
PJH

alan hathaway

unread,
Jan 14, 2012, 4:35:34 PM1/14/12
to reCAPTCHA
Thanks for replying.

I'm using dreamweaver cs5.5 but I don't think dreamweaver would affect
this. I've probably done something really stupid! (I've not done any
PHP before).

You should be able to see the source of the contacts.html

I have the following php file in the root folder (same as this
contacts.htm) and the recaptchalib.php in the same folder. Does this
look correct? As I say I've probably got confused and missed
something.

<?php

require_once('recaptchalib.php');
$privatekey = "Removed because its ment to be private but it is
correct";
$resp = recaptcha_check_answer ($privatekey,
$_SERVER["REMOTE_ADDR"],
$_POST["recaptcha_challenge_field"],
$_POST["recaptcha_response_field"]);

if (!$resp->is_valid) {
// What happens when the CAPTCHA was entered incorrectly
die ("The reCAPTCHA wasn't entered correctly. Go back and try it
again." .
"(reCAPTCHA said: " . $resp->error . ")");
} else {
// Your code here to handle a successful verification


}
?>

This error 405 seems to indicate a problem on googles servers not
allowing POST but I can't imagine thats the case? could it be my
hosting server??

Thanks for any help,

Regards, Alan

On Jan 14, 9:18 pm, PJH <pauljherr...@gmail.com> wrote:
> On Sat, Jan 14, 2012 at 6:35 PM, alan hathaway
>

sharad rathore

unread,
Dec 6, 2012, 12:25:43 AM12/6/12
to reca...@googlegroups.com, haggard...@googlemail.com


Hi,

I've followed the instructions perfectly but its showing this message.
Whats up with it? I'm doing post like it says??

405 - HTTP verb used to access this page is not allowed.

The page you are looking for cannot be displayed because an invalid method (HTTP verb) was used to attempt access.



http://taritas-server:8082/TaritasSite/Mail/index.php

Thank you

sharad rathore

unread,
Dec 6, 2012, 12:27:48 AM12/6/12
to reca...@googlegroups.com, haggard...@googlemail.com
Hi,

I've followed the instructions perfectly but its showing this message.
Whats up with it? I'm doing post like it says??

405 - HTTP verb used to access this page is not allowed.

The page you are looking for cannot be displayed because an invalid method (HTTP verb) was used to attempt access.



http://taritas-server:8082/TaritasSite/Mail/index.php

Thank you

Reply all
Reply to author
Forward
0 new messages