Elastic driver

Hi everyone,

I encountered a wierd issue with the http encoding of the Elastic driver.
In some of my projects it translates the '/' to '%2f' as it should and in others it doesn't.

Any ideas are welcome :slight_smile:

string id = "503/20";
var response = connection.Get<object>(new GetRequest(indexname, "object", id));

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.