In azure container app, azure seems to remove removes forward slash / from URL

Raj S 0 Reputation points
2025-01-24T20:02:31.6166667+00:00

couchdb on azure container seems to have issue with azure forward slash /

When saving simple json in couchdb, azure seems to remove forward slash / in URL
Example when saving below json:
{ "_id": "https://jenkins-url.com/apache/couchdb/issues", "data": { } }
azure:
PUT /db/https%3A/jenkins-url.com/apache/couchdb/issues 201

couchdb on-prem:
PUT /db/https%3A%2F%2Fjenkins-url.com%2Fapache%2Fcouchdb%2Fissues 201

Notice that azure service removes / from URL

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
511 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.