DLuks
15 years agoContributor
Rest service no param name and ampersands
Say I have a DataSource that has a column with a string delimited by ampersand. I want that piece to go into my URL. Is there a way to do this?
The two issues are, the test request method must have a field to put the parameters into it, but this field must have no name so I can simply input the string.
Second issue is the conversion of ampersands. How do I avoid that.
The two issues are, the test request method must have a field to put the parameters into it, but this field must have no name so I can simply input the string.
Second issue is the conversion of ampersands. How do I avoid that.