We are already using the JSON nupicker to populate a dropdown in the CMS.
I copied what we had to add a new one and receive the message
{
"Message": "The requested resource does not support http method 'GET'."
}
If I visit the URL set on the data type I receive an array of objects as I'd expect.
I have since simply duplicated the settings so that I have a new data type with a different name but the exact same settings as a working nupicker dropdown and still get that error message.
I've normally seen this message when a re-write rule is getting in the way changing a request that is normally a post to a get. Might be worth just double checking that.
Ah, it does look like one of our redirects is changing a POST to a GET.
When I resolve that then I get an error because nuPicker cannot establish a trust relationship with my API. Which I guess is true because I'm running locally and the certificate isn't valid.
""ExceptionMessage":"The remote certificate is invalid according to the validation procedure.","
Is there a way to tell nuPicker to ignore the invalid certificate?
Error after adding a new NuPicker
Hi,
We are already using the JSON nupicker to populate a dropdown in the CMS.
I copied what we had to add a new one and receive the message
{ "Message": "The requested resource does not support http method 'GET'." }
If I visit the URL set on the data type I receive an array of objects as I'd expect.
I have since simply duplicated the settings so that I have a new data type with a different name but the exact same settings as a working nupicker dropdown and still get that error message.
What can I do to investigate/resolve this?
Thanks in advance for any help...
Hey Paul,
I've normally seen this message when a re-write rule is getting in the way changing a request that is normally a post to a get. Might be worth just double checking that.
Nik
Hi, this is a guess, but can you try clearing the client dependency cache ? (/App_Data/Temp/ClientDependency/.)
Ah, it does look like one of our redirects is changing a POST to a GET.
When I resolve that then I get an error because nuPicker cannot establish a trust relationship with my API. Which I guess is true because I'm running locally and the certificate isn't valid.
""ExceptionMessage":"The remote certificate is invalid according to the validation procedure.","
Is there a way to tell nuPicker to ignore the invalid certificate?
is working on a reply...