Forum

The forum is a free service supported by community members. Please consider opening a support ticket if you need timely help.

PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 08 Dec 2021 03:54 PM by  Deleted User
SalesOrderSet - The requested resource does not support http method 'GET'.
 24 Replies
Sort:
You are not authorized to post a reply.
Page 5 of 5 << < 12345
Author Messages


New Member


Posts:14
New Member


--
08 Dec 2021 03:39 PM
I ended up removing every reference to "ExtensionlessUrl" from the web.config and instead adding these two lines only





This seems to have done the trick.
0


New Member


Posts:14
New Member


--
08 Dec 2021 03:40 PM
Trying again:



0


New Member


Posts:14
New Member


--
08 Dec 2021 03:42 PM
[remove name="ExtensionlessUrl-Integrated-4.0" /]
[add name="ExtensionlessUrl-Integrated-4.0" path="*." verb="GET,HEAD,POST,DEBUG,PUT,DELETE" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" /]
0


Veteran Member


Posts:2957
Veteran Member


--
08 Dec 2021 03:45 PM
Yup, that makes sense. I think your previous IIS settings were incorrectly handling requests without extension (typical of REST API). I'll see if I can put a mention in the FAQ for anyone else that may come across this problem.

Thank you for sharing! :)
0


New Member


Posts:14
New Member


--
08 Dec 2021 03:54 PM
Yeah, I suspect I made an error when updating the Handler Mappings in IIS, it's probably ultimately easier and more reliable to just adjust the web.config file directly. Thanks for all your help!
0
You are not authorized to post a reply.
Page 5 of 5 << < 12345