Hello — I'm encountering an issue attempting to use the https://verify.faas.cloud.clickandpledge.com endpoint to test a form.
When I make a POST request to that endpoint, I receive the following:
Server Error
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.
To ensure there wasn't an issue with my particular form, I downloaded the FaaS_Examples.zip package [1] and modified Example_01.html and pointed the form's "action" attribute to "https://verify.faas.cloud.clickandpledge.com". I still received the HTTP 405 status code in response.
Let me know if you have any questions about my setup or ideas as to what may be causing this. Thanks in advance for any assistance you can provide!
[1] https://manual.clickandpledge.com/_a...S_Examples.zip
When I make a POST request to that endpoint, I receive the following:
Server Error
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.
To ensure there wasn't an issue with my particular form, I downloaded the FaaS_Examples.zip package [1] and modified Example_01.html and pointed the form's "action" attribute to "https://verify.faas.cloud.clickandpledge.com". I still received the HTTP 405 status code in response.
Let me know if you have any questions about my setup or ideas as to what may be causing this. Thanks in advance for any assistance you can provide!
[1] https://manual.clickandpledge.com/_a...S_Examples.zip
Comment