Hi,
I have a custom widget that uses get-widget/one/ to refresh itself on the screen after user input and it is working fine. But I have had to add a comment box to it which means that the amount of data being passed back may no be too big for a GET request.
As soon as I changed it to send as a POST I started getting back 400 - bad request with a response of "please contact us if you see this page"
I have put some debugging in and it looks like it is no longer getting as far as GetWidgetController, as soon as I change it back to GET it works fine.
Any help would be appreciated!
Thanks
Steve