Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi
I've installed the RestContourPreview package on 4.5.2 and I'm getting a HTTP 405 error - method not allowed when I try to submit the example form.
The restExtensions.config & xsltExtensions.config have been updated.
Any ideas?
Thanks
Hi Neil
Where do you experience the problem? Is it a local installation or is the solution hosted somewhere? I think there might be an issue with the setup in IIS, which needs to allow the POST method of your form.
/Jan
Hi Jan,
It is a local install running iis 5.1
Could this walk-through perhaps be the solution to your problem? http://www.somacon.com/p126.php
Adding the script map for .html extension hasn't helped.
In this step
Click the "Browse..." button, choose "Dynamic Link Libraries *.dll" from the "Files of Type" dropdown, and select c:\WINDOWS\System32\inetsrv\asp.dll.
Could it might be you need to choose a aspx.dll if such one exists?
Unfortunately I don't have access to a IIS 5.1 so I'm fumbling a bit here I must admit.
Following http://www.somacon.com/p126.php I created a test.html and this will POST without any errors.
restcontour.aspx on the other hand still
POST http://localhost/base/submitContourForm/CreateRecord/405 Method not allowed 2ms
A few sites have suggested urlrewriting rules, however i've not set any rules in the urlrewriting.config.
I've even tried adding this url to umbracoReservedUrls - to no avail.
Neil
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
HTTP 405 error - method not allowed when submitting form
Hi
I've installed the RestContourPreview package on 4.5.2 and I'm getting a HTTP 405 error - method not allowed when I try to submit the example form.
The restExtensions.config & xsltExtensions.config have been updated.
Any ideas?
Thanks
Hi Neil
Where do you experience the problem? Is it a local installation or is the solution hosted somewhere? I think there might be an issue with the setup in IIS, which needs to allow the POST method of your form.
/Jan
Hi Jan,
It is a local install running iis 5.1
Thanks
Hi Neil
Could this walk-through perhaps be the solution to your problem? http://www.somacon.com/p126.php
/Jan
Hi Jan,
Adding the script map for .html extension hasn't helped.
Hi Neil
In this step
Click the "Browse..." button, choose "Dynamic Link Libraries *.dll" from the "Files of Type" dropdown, and select c:\WINDOWS\System32\inetsrv\asp.dll.
Could it might be you need to choose a aspx.dll if such one exists?
Unfortunately I don't have access to a IIS 5.1 so I'm fumbling a bit here I must admit.
/Jan
Hi Jan,
Following http://www.somacon.com/p126.php I created a test.html and this will POST without any errors.
restcontour.aspx on the other hand still
POST http://localhost/base/submitContourForm/CreateRecord/
405 Method not allowed 2ms
A few sites have suggested urlrewriting rules, however i've not set any rules in the urlrewriting.config.
I've even tried adding this url to umbracoReservedUrls - to no avail.
Neil
is working on a reply...