-
I am failing to connect to a remote mogoDB service from Azure. Though using standard java driver I can connect via the same **mongo-uri**.
The azure mongo-uri is like this: `mongodb://username:pass…
-
According to documentation, it seems to me that PATCH db/coll/docid shouldn't perform upserts. When there is no document matching the id, i expect a 404 NOT FOUND response. Instead, a new document is…
-
Hi,
I have found some continuous calls about `StringBuilder.append(..)` in some files. For example, there are ten continuous calls in the function generateTimer from the file …
-
Hi,
Thanks for this handy reverse proxy.
Is it possible to manipulate subsequent mappings from the configuration?
I need a way to put the port later.
Thanks,
Torstem
-
127.0.0.1:8080/db/bucket/id/binary/ is returning content-type of octet-stream even when
127.0.0.1:8080/db/bucket/id is returning the correct content type.
I have confirmed this mongodb 3.6.3 and 3.…
-
Might have missed this somewhere but I can't seem to find a way to implement authentication on the mongodb instance. This makes the database accessible to the outside world.
How to implement a user…
-
Hello,
I'm trying to run two RESTheart instances on the same machine. Both only use the HTTP listener. One is on port 8080 and the other on port 8081. Despite this I get the following exception:
…
-
# Release notes - RESTHeart [3.2.0](https://github.com/SoftInstigate/restheart/releases/tag/3.2.0) #
## What's new in this release ##
- Fully tested with [MongoDB 3.6](https://ww…
-
While I understand the reasons for having the HAL+JSON output, it feels like there could be numerous advantages to also having pure JSON that would support modular/generic API interfaces.
For exampl…
sgnn7 updated
6 years ago
-
I've been using RESTHeart on top of mongodb to have crud support with Mongodb's REST interface. Its working fine when I'm not using any filter, however when I tried to apply filter with the HTTP GET r…