Forum Discussion

luca's avatar
luca
New Contributor
5 years ago

Webservice that allows any POST argument

Hello, I have a POST webservice that actually allows the user to send any kind of argument, in the form key1=value1&key2=value2&key3=value3...  where key1,key2, key3 are not known before. I would...