You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "/" is currently reserved. Unfortunately, escaping with "" or "\" does not work. The reason the forward slash is a problem is that it is a structural character for URLs.
The text was updated successfully, but these errors were encountered:
The structure in the body is the same as in the URL for webdis, so this would I believe require modifications to that codebase. It's a small codebase, so it may not be terrible to at least enable this.
The "/" is currently reserved. Unfortunately, escaping with "" or "\" does not work. The reason the forward slash is a problem is that it is a structural character for URLs.
The text was updated successfully, but these errors were encountered: