is it possible to create request with repetitive params using httpclient extension?
I need to build query string like this: ?identifier=AAAA-4298-1240-0811-204-3&_include=Composition:subject:Patient&_include=Composition:entry:MedicationRequest
I tried this way (and also checked it manually on remote API server) but they are ignored by the remote server if it is indexed in query string, the server process just repetitive params without indexes