When using the allowedMethods annotation for my Co...
# box-products
a
When using the allowedMethods annotation for my Coldbox REST handler, all the values that are normally placed in rc are lost when I use any verb other than GET or POST. If I changed the annotation to GET or POST, all the rc variables are there. Why would this happen?
b
Never had that happen. You might want to provide a code example and explain what's missing exactly