I'm using setup.xml for some script:// and monitor:// endpoints. I use %252F for / , %2A for * , %24 for $ , and %20 for space. All information is displayed correctly from the conf files (i.e. setup can find the entry), but when I update, I get the error of POST failure. I tested some entries with only a slash / and the save works fine, but I have some with * which I must include as well. I've also tried %252A for the * (similar to the slash), but it still failed. The few samples in the documentation show mainly the slash though there is one example with $ (they use %24 ), but even that didn't work for me.
Can you advise.
... View more