- This topic has 3 replies, 2 voices, and was last updated 4 years, 10 months ago by .
Viewing 3 reply threads
Viewing 3 reply threads
- You must be logged in to reply to this topic.
Hi Kim,
For my OData/Rest server I need to use $ character in the path attribute, but this doesn’t seem to work (service not available). I noticed that the path matching is done with regex and since the $ char has a specific meaning something might go wrong… Could you look into this?
Thanks in advance!
Luigi
Hi,
You should be able to escape the $ in the path:
eg: path: something\$more
Are you sure this should work? I can’t get it working here.
Hi,
It will work in next update.
best regards
Kim/C4D