Hello,
I’m running into an issue where if I try to do a DELETE request on a document that contains a forward slash, it results in a 405. When I run the same query with a document where the ID doesn’t contain a forward slash, it works fine.
Here’s an example of a path I use with and without a forward slash:
http://HOST_IP:8091/pools/default/buckets/BUCKET_NAME/docs/_sync:att:sha1-fSv0PXbtT3DedOFg9qAOa/DV+UI=
http://HOST_IP:8091/pools/default/buckets/BUCKET_NAME/docs/_sync:att:sha1-WAtDr6UIOWAUhEt66QrSEXs4rwI=
The first one results in a 405. The second request results in a 200. If it is helpful, I’m running Couchbase Server Community Edition 6.0.0 build 1693.
Is there something that I’m missing? I appreciate anyone’s help! Thank you!